POST xuner/guide/shopguide/getPersonInfo

获取个人信息

请求信息

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": 0,
  "search": "",
  "BrandCode": "",
  "CategoryCode": "",
  "Category2Code": "",
  "isNew": "",
  "isPop": "",
  "createTime": "",
  "salesCount": "",
  "price": "",
  "isAll": "",
  "size": 0
}

响应信息

资源描述

获取个人信息

gGuideResponseOfPersonInfo
名称描述类型附加信息
data

PersonInfo

无。

msg

信息

string

无。

code

状态码

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "realName": "",
    "shop": "",
    "name": "",
    "gender": "",
    "phone": "",
    "birthday": "",
    "headimg": "",
    "position": ""
  },
  "msg": "",
  "code": 0
}