GET /app/shipping/cloud/getExpressTemplateList
请求:
返回:
{
“code”: 0,
“data”: {
“list”: [
{
“id”: 21,
“created_at”: null,
“updated_at”: 1635990149,
“name”: “测试”, //名称
“type”: 0, 类型 0件数1重量
“supplier_id”: 0,
“items”: null
},
{
“id”: 20,
“created_at”: null,
“updated_at”: 1635753646,
“name”: “测试”,
“type”: 0,
“supplier_id”: 12,
“items”: null
}
],
“total”: 16,
“page”: 1,
“pageSize”: 2,
“next_url”: “”
},
“msg”: “获取成功”
}