feat(wxapi): 新增自定义交易组件推广员相关接口

This commit is contained in:
Fu Diwei
2021-10-07 20:39:30 +08:00
parent ea5042d26e
commit d7932a4c5f
11 changed files with 172 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
{
"page": 1,
"page_size": 10
}

View File

@@ -0,0 +1,18 @@
{
"errcode": 0,
"total_num": 3,
"promoters": [
{
"finder_nickname": "XXXX",
"promoter_id": "a-***************************************po"
},
{
"finder_nickname": "XXXX",
"promoter_id": "N1***************************************BE"
},
{
"finder_nickname": "XXXX",
"promoter_id": "9Z***************************************Vk"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}