feat(wxapi): 新增小程序推广员相关接口

This commit is contained in:
Fu Diwei
2024-06-07 20:55:36 +08:00
parent 9275f1d4a0
commit 08b24c4506
55 changed files with 2028 additions and 3 deletions

View File

@@ -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"
}