简要描述:
提货卡-获取提货卡统计信息
请求域名:
- https://dev4.yunzmall.com/
请求URL:
GET/plugin.picking-card.frontend.pickingCard.totalCount
返回示例:
{
"result": 1,
"msg": "成功",
"data": {
"wechar": {
"total": 32,
"is_used": 11,
"not_used": 21
},
"minapp": {
"total": 0,
"is_used": 0,
"not_used": 0
}
}
}
返回参数 data.pools 说明:
参数名 | 类型 | 说明 |
---|---|---|
wechar | string | 微信类别 |
minapp | string | 小程序类别 |
total | string | 总数 |
is_used | string | 已使用 |
not_used | string | 未使用 |
备注:
- 更多返回错误代码请看首页的错误代码描述