POST xuner/guide/shopguide/getrankingsdtl

Getrankingsdtl

请求信息

URI 参数

无。

Body 参数

rankingsdtlRequest
名称描述类型附加信息
pageNum

取第几页的数据

integer

无。

rankType

类型(全国或者本店)

string

无。

type

类型(粉丝或者会员)

string

无。

dtltype

string

无。

size

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "pageNum": 1,
  "rankType": "sample string 2",
  "type": "sample string 3",
  "dtltype": "sample string 4",
  "size": 5
}

响应信息

资源描述

Getrankingsdtl

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

rankingsdtl_qg

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "myInfo": {
      "identify": "sample string 1",
      "employeeId": "sample string 2",
      "name": "sample string 3",
      "headImgUrl": "sample string 4",
      "num": 5,
      "rank": 6,
      "likeNum": 7,
      "todayIsLiked": 8
    },
    "list": [
      {
        "identify": "sample string 1",
        "employeeId": "sample string 2",
        "name": "sample string 3",
        "headImgUrl": "sample string 4",
        "num": 5,
        "rank": 6,
        "likeNum": 7,
        "todayIsLiked": 8
      },
      {
        "identify": "sample string 1",
        "employeeId": "sample string 2",
        "name": "sample string 3",
        "headImgUrl": "sample string 4",
        "num": 5,
        "rank": 6,
        "likeNum": 7,
        "todayIsLiked": 8
      }
    ]
  },
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}