POST xuner/guide/shopguide/getchargeoffdtl

Getchargeoffdtl

请求信息

URI 参数

无。

Body 参数

chargeoffdtlRequest
名称描述类型附加信息
current

取第几页的数据

integer

无。

phone

string

无。

size

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "current": 1,
  "phone": "sample string 2",
  "size": 3
}

响应信息

资源描述

Getchargeoffdtl

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

chargeoffdtl

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "all": true,
    "count": 2,
    "customerInfo": {
      "id": "sample string 1",
      "name": "sample string 2",
      "phone": "sample string 3",
      "age": 4,
      "vipLevel": "sample string 5",
      "vipLevelName": "sample string 6",
      "point": 7,
      "pointName": "sample string 8",
      "pointAvailable": true,
      "vipAvailable": true,
      "year": 11,
      "birthMonDay": "sample string 12",
      "couponPromotionVoList": {}
    }
  },
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}