POST xuner/guide/shopguide/getSalesListOfStore
GetSalesListOfStore
请求信息
URI 参数
无。
Body 参数
MemberByTagsRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
| cType |
客户类型 |
string |
无。 |
| filter |
过滤条件 |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 1,
"PageSize": 2,
"cType": "sample string 3",
"filter": "sample string 4"
}
响应信息
资源描述
GetSalesListOfStore
gGuideResponseOfSalesListOfStore| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | SalesListOfStore |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"all": true,
"count": 2,
"salesList": [
{
"id": 1,
"name": "sample string 2",
"gender": "sample string 3",
"avatar": "sample string 4",
"birthday": "sample string 5",
"idCard": "sample string 6",
"phone": "sample string 7",
"gmtCreate": "2026-02-04T10:51:56.2604438+08:00",
"gmtUpdate": "2026-02-04T10:51:56.2604438+08:00",
"realName": "sample string 10",
"admin": "sample string 11",
"qrCode": "sample string 12"
},
{
"id": 1,
"name": "sample string 2",
"gender": "sample string 3",
"avatar": "sample string 4",
"birthday": "sample string 5",
"idCard": "sample string 6",
"phone": "sample string 7",
"gmtCreate": "2026-02-04T10:51:56.2604438+08:00",
"gmtUpdate": "2026-02-04T10:51:56.2604438+08:00",
"realName": "sample string 10",
"admin": "sample string 11",
"qrCode": "sample string 12"
}
]
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}