test_json.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. //推送
  2. {
  3. "content": {
  4. "buyerMemo": "",
  5. "discountFee": -15.0,
  6. "flag": {
  7. "className": "OrderFlag",
  8. "code": 0,
  9. "enumName": "NONE",
  10. "name": "NONE"
  11. },
  12. "lines": [
  13. {
  14. "num": 1,
  15. "outerId": "200314249316",
  16. "price": 0.0,
  17. "refOlId": "xszdd2106242492631",
  18. "refSkuId": "218",
  19. "refSpuId": "",
  20. "refundStatus": {
  21. "className": "OrderLineRefundStatus",
  22. "code": 0,
  23. "enumName": "NO_REFUND",
  24. "name": "无退款"
  25. },
  26. "sellPrice": 5.0,
  27. "standards": "塑料-大",
  28. "title": "新建盘点商品(用于API测试)",
  29. "totalPrice": 0.0,
  30. "totalSellPrice": 5.0
  31. },
  32. {
  33. "num": 1,
  34. "outerId": "200314223227",
  35. "price": 0.0,
  36. "refOlId": "xszdd2106242492632",
  37. "refSkuId": "219",
  38. "refSpuId": "",
  39. "refundStatus": {
  40. "className": "OrderLineRefundStatus",
  41. "code": 0,
  42. "enumName": "NO_REFUND",
  43. "name": "无退款"
  44. },
  45. "sellPrice": 10.0,
  46. "standards": "塑料-中",
  47. "title": "新建盘点商品(用于API测试)",
  48. "totalPrice": 0.0,
  49. "totalSellPrice": 10.0
  50. }
  51. ],
  52. "orderTime": 1624495105000,
  53. "payTime": 1624495105000,
  54. "payment": 15.0,
  55. "posCode": "",
  56. "postFee": 0.0,
  57. "receivedPayment": 0.0,
  58. "receiverCity": "长沙市",
  59. "receiverCountry": "中国",
  60. "receiverDistrict": "岳麓区",
  61. "receiverState": "湖南省",
  62. "receiverTown": "",
  63. "refOid": "xsdd2106242469752",
  64. "refType": {
  65. "className": "ThirdPlatformType",
  66. "code": 0,
  67. "enumName": "SELF",
  68. "name": "自有",
  69. "type": "MALL"
  70. },
  71. "refundStatus": {
  72. "className": "OrderRefundStatus",
  73. "code": 0,
  74. "enumName": "NO_REFUND",
  75. "name": "无退款"
  76. },
  77. "sellerMemo": "",
  78. "serviceFee": 0.0,
  79. "status": {
  80. "className": "ThirdOrderStatus",
  81. "code": 0,
  82. "enumName": "UNPAID",
  83. "name": "未付款"
  84. },
  85. "totalFee": 15.0,
  86. "totalPrice": 0.0,
  87. "totalSellPrice": 15.0
  88. }
  89. }
  90. //获取模板
  91. {
  92. "response": {
  93. "data": {
  94. "hasNext": false,
  95. "content": [
  96. {
  97. "templateType": "EXPRESS",
  98. "name": "圆通快递标准模板",
  99. "templateSource": "CAINIAO",
  100. "id": 1
  101. },
  102. {
  103. "templateType": "EXPRESS",
  104. "name": "圆通快递标准三联模板",
  105. "templateSource": "CAINIAO",
  106. "id": 2
  107. }
  108. ]
  109. },
  110. "success": true
  111. }
  112. }
  113. //点三面单号返回
  114. {
  115. "response": {
  116. "data": {
  117. "content": [
  118. {
  119. "outerCode": "205213015737",
  120. "result": true,
  121. "waybillCode": "JDVA07399108282"
  122. }
  123. ]
  124. },
  125. "success": true
  126. }
  127. }