POST xuner/guide/shopguide/getPersonInfo
GetDzorderlistdtl
请求信息
URI 参数
无。
Body 参数
goodsRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| search | string |
无。 |
|
| BrandCode | string |
无。 |
|
| CategoryCode | string |
无。 |
|
| Category2Code | string |
无。 |
|
| isNew | string |
无。 |
|
| isPop | string |
无。 |
|
| createTime | string |
无。 |
|
| salesCount | string |
无。 |
|
| price | string |
无。 |
|
| isAll | string |
无。 |
|
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 1,
"search": "sample string 2",
"BrandCode": "sample string 3",
"CategoryCode": "sample string 4",
"Category2Code": "sample string 5",
"isNew": "sample string 6",
"isPop": "sample string 7",
"createTime": "sample string 8",
"salesCount": "sample string 9",
"price": "sample string 10",
"isAll": "sample string 11",
"size": 12
}
响应信息
资源描述
GetDzorderlistdtl
gGuideResponseOfPersonInfo| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | PersonInfo |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"realName": "sample string 1",
"shop": "sample string 2",
"name": "sample string 3",
"gender": "sample string 4",
"phone": "sample string 5",
"birthday": "sample string 6",
"headimg": "sample string 7",
"position": "sample string 8"
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}