简要描述
请求URL
http://localhost:32223/api/WxLive/GetWxRoleList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
name |
否 |
string |
微信昵称 |
pageIndex |
否 |
int |
页码 |
pageSize |
否 |
int |
条数 |
返回示例
{
"success": true,
"msg": "",
"code": 200,
"data": {
"Total": 1,
"Data": [
{
"Id": 0,
"Role": 2,
"Username": "wxid_p6rluxm46bxo22",
"WxName": "麻烦",
"IsDelete": 0,
"CreateDate": null,
"UpdateDate": null,
"ModifiedColumns": [],
"EnableLazyLoad": true,
"IgnoreReference": false
}
]
},
"total": 0
}
返回参数说明
参数名 |
类型 |
说明 |
WxName |
string |
微信昵称 |
Username |
string |
微信号 |
Role |
int |
1-管理员,2-主播,3-运营者 |
备注