文档
测试

查看该用户所有仓库的订单概况

GET
http://38.86.135.62:8081/pig/customer/getUserReport

接口描述

"transshipment": , "selling": , "cashing": , 三个参数始终为0 ,不做处理,这个接口主要是用来查看用户首页,让用户查看所有仓库的入库订单数量以及入库仓库信息

请求参数

参数名
类型
描述
必填
token
String
请求头里面放token字符串
必填

响应参数

参数名
类型
描述
必填
tpCode
string
用户的转运编号
必填
inventory
int
库存
必填
warehouseNumber
String
仓库编号
必填
country
String
仓库国家
必填

说明 / 示例

{ "code": "200", "msg": null, "data": [ { "dcName": "鸡哥#5308", "dcId": "835447895993614387", "tpCode": "PFAM", "inventory": 3, "transshipment": 0, "selling": 0, "cashing": 0, "imageUrl": "https://cdn.discordapp.com/avatars/835447895993614387/79957527979e85e219d17ff02db1b17f.png", "type": null, "warehouseNumber": "test", "country": null }, { "dcName": "鸡哥#5308", "dcId": "835447895993614387", "tpCode": "PFAM", "inventory": 1, "transshipment": 0, "selling": 0, "cashing": 0, "imageUrl": "https://cdn.discordapp.com/avatars/835447895993614387/79957527979e85e219d17ff02db1b17f.png", "type": null, "warehouseNumber": "test1", "country": null } ] }