1. 打印面单
请求参数
| 名称 |
数据类型 |
说明 |
| pno |
string(20) |
Flash Express 运单号 |
| mchId |
string(20) |
商户号 |
| nonceStr |
string(20) |
随机数 |
请求示例
{ "express_type": "1", "goods_type": "99", "height": "40", "length": "50", "order_id": "100000010", "receiver": { "area": "Fort Bonifacio", "city": "Taguig City", "detail_address": "Fort Bonifacio, Taguig City, Metro Manila", "name": "李四", "phone": "15700002222", "mobile": "15700002222", "postal_code": "1634", "province": "Metro Manila" }, "sender": { "area": "Fort Bonifacio", "city": "Taguig City", "detail_address": "Fort Bonifacio, Taguig City, Metro Manila", "name": "张三", "phone": "13700001111", "postal_code": "1634", "province": "Metro Manila" }, "weight": "1200", "width": "30"}
响应参数
| 名称 |
数据类型 |
说明 |
| pno |
string(20) |
Flash Express 运单号 |
| mchId |
string(20) |
商户号 |
| outTradeNo |
string(20) |
订单号 |
响应示例
{ "code": 1, "message": "success", "data": { "pno": "TH47144P18", "subPno": null, "mchId": "UBP18100020", "outTradeNo": "1526461166805", "sortCode": "01N-CNXY-00", "dstStoreName": "เชียงใหม่-DC", "sortingLineCode": "X", "earlyFlightEnabled": false, "packEnabled": false, "upcountryCharge": false }}