POST xuner/guide/shopguide/getCustomerTagCount
获取会员标签数量
请求信息
URI 参数
无。
Body 参数
taketheirdtlRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| domain |
域id |
string |
无。 |
| current |
取第几页的数据 |
integer |
无。 |
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"domain": "",
"current": 0,
"size": 0
}
响应信息
资源描述
获取会员标签数量
gGuideResponseOfListOfTagCount| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of TagCount |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"code": "",
"name": "",
"count": 0,
"judge": false
}
],
"msg": "",
"code": 0
}