mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(wxapi): 新增小程序推广员相关接口
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"role_list": [
|
||||
{
|
||||
"role_id": 1,
|
||||
"name": "xxxxx",
|
||||
"desc": "xxxxx"
|
||||
},
|
||||
{
|
||||
"role_id": 2,
|
||||
"name": "xxxxx",
|
||||
"desc": "xxxxx"
|
||||
}
|
||||
],
|
||||
"total_cnt": 2,
|
||||
"errcode": 0,
|
||||
"errmsg": "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user