| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- //推送
- {
- "content": {
- "buyerMemo": "",
- "discountFee": -15.0,
- "flag": {
- "className": "OrderFlag",
- "code": 0,
- "enumName": "NONE",
- "name": "NONE"
- },
- "lines": [
- {
- "num": 1,
- "outerId": "200314249316",
- "price": 0.0,
- "refOlId": "xszdd2106242492631",
- "refSkuId": "218",
- "refSpuId": "",
- "refundStatus": {
- "className": "OrderLineRefundStatus",
- "code": 0,
- "enumName": "NO_REFUND",
- "name": "无退款"
- },
- "sellPrice": 5.0,
- "standards": "塑料-大",
- "title": "新建盘点商品(用于API测试)",
- "totalPrice": 0.0,
- "totalSellPrice": 5.0
- },
- {
- "num": 1,
- "outerId": "200314223227",
- "price": 0.0,
- "refOlId": "xszdd2106242492632",
- "refSkuId": "219",
- "refSpuId": "",
- "refundStatus": {
- "className": "OrderLineRefundStatus",
- "code": 0,
- "enumName": "NO_REFUND",
- "name": "无退款"
- },
- "sellPrice": 10.0,
- "standards": "塑料-中",
- "title": "新建盘点商品(用于API测试)",
- "totalPrice": 0.0,
- "totalSellPrice": 10.0
- }
- ],
- "orderTime": 1624495105000,
- "payTime": 1624495105000,
- "payment": 15.0,
- "posCode": "",
- "postFee": 0.0,
- "receivedPayment": 0.0,
- "receiverCity": "长沙市",
- "receiverCountry": "中国",
- "receiverDistrict": "岳麓区",
- "receiverState": "湖南省",
- "receiverTown": "",
- "refOid": "xsdd2106242469752",
- "refType": {
- "className": "ThirdPlatformType",
- "code": 0,
- "enumName": "SELF",
- "name": "自有",
- "type": "MALL"
- },
- "refundStatus": {
- "className": "OrderRefundStatus",
- "code": 0,
- "enumName": "NO_REFUND",
- "name": "无退款"
- },
- "sellerMemo": "",
- "serviceFee": 0.0,
- "status": {
- "className": "ThirdOrderStatus",
- "code": 0,
- "enumName": "UNPAID",
- "name": "未付款"
- },
- "totalFee": 15.0,
- "totalPrice": 0.0,
- "totalSellPrice": 15.0
- }
- }
- //获取模板
- {
- "response": {
- "data": {
- "hasNext": false,
- "content": [
- {
- "templateType": "EXPRESS",
- "name": "圆通快递标准模板",
- "templateSource": "CAINIAO",
- "id": 1
- },
- {
- "templateType": "EXPRESS",
- "name": "圆通快递标准三联模板",
- "templateSource": "CAINIAO",
- "id": 2
- }
- ]
- },
- "success": true
- }
- }
- //点三面单号返回
- {
- "response": {
- "data": {
- "content": [
- {
- "outerCode": "205213015737",
- "result": true,
- "waybillCode": "JDVA07399108282"
- }
- ]
- },
- "success": true
- }
- }
|