POST xuner/guide/shopguide/getshopguideranking

获取导购排名

请求信息

URI 参数

无。

Body 参数

shopguiderankingRequest

无。

请求格式

application/json, text/json

样例:
{}

响应信息

资源描述

获取导购排名

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

Collection of shopguideranking

无。

msg

信息

string

无。

code

状态码

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "enterpriseId": "",
      "employeeId": "",
      "qrcode": "",
      "organizationId": 0,
      "storeId": "",
      "openid": "",
      "status": 0,
      "created": "0001-01-01T00:00:00",
      "updated": "0001-01-01T00:00:00",
      "type": 0,
      "focusStatus": 0,
      "focusTime": "0001-01-01T00:00:00",
      "qyUserId": "",
      "employeeWorkId": "",
      "name": "",
      "sex": 0,
      "phone": "",
      "wechat": "",
      "email": "",
      "portrait": "",
      "signature": ""
    }
  ],
  "msg": "",
  "code": 0
}