订单

订单状态量

  1. GET - /order/stateNum
参数 是否必填 说明
create_time [开始时间,结束时间]
feedback_state 维权状态:退款处理中 todo、退款结束 closed
user_ids 用户id数组 个人觉得这个参数没用
is_print 1打印 0未打印
keywords_type 商品名称goods_name 、订单号order_no、收货人姓名 receiver_name、收货人电话 receiver_phone、 快递单号courier_number
keywords 关键词
state_types 状态集合,不需要的可以不填,减少浪费
  1. {
  2. "code":0,
  3. "result":{
  4. "state_new":3,
  5. "state_send":0,
  6. "state_success":1,
  7. "state_close":0,
  8. "state_unevaluate":1,
  9. "state_refund":0
  10. },
  11. "msg":null
  12. }

订单列表

  1. GET - /order/list
参数 是否必填 说明
state_type 未付款’state_new’, 已付款’state_pay’, 已发货’state_send’, 已完成’state_success’, 已取消’state_cancel’ 退款’state_refund’ 为评价’state_unevaluate’
create_time [开始时间,结束时间]
feedback_state 维权状态:退款处理中 todo、退款结束 closed
is_print 1打印 0未打印
keywords_type 商品名称goods_name 、订单号order_no、收货人姓名 receiver_name、收货人电话 receiver_phone、 快递单号courier_number
keywords 关键词
  1. {
  2. "code":0,
  3. "result":{
  4. "total_number":6,
  5. "list":[
  6. Object{...},
  7. Object{...},
  8. Object{...},
  9. Object{...},
  10. {
  11. "id":19,
  12. "sn":"1000000000002201",
  13. "pay_sn":"110581710766970555",
  14. "user_id":555,
  15. "user_name":"wechat_oX3Qk0RTzOlAeYNkv8_sK1f33HBE_51af3960",
  16. "user_phone":"15900336745",
  17. "user_email":null,
  18. "create_time":1528366766,
  19. "payment_code":"wechat_mini",
  20. "pay_name":"online",
  21. "payment_time":1528366828,
  22. "finnshed_time":0,
  23. "goods_amount":"0.01",
  24. "goods_num":1,
  25. "amount":"0.01",
  26. "pd_amount":"0.00",
  27. "freight_fee":"0.00",
  28. "freight_unified_fee":"0.00",
  29. "freight_template_fee":"0.00",
  30. "state":20,
  31. "refund_amount":"0.00",
  32. "refund_state":0,
  33. "lock_state":0,
  34. "delay_time":0,
  35. "tracking_no":"",
  36. "points":0,
  37. "evaluate_state":0,
  38. "is_print":0,
  39. "trade_no":"4200000133201806075808990750",
  40. "wechat_openid":null,
  41. "from":"1",
  42. "delete_time":null,
  43. "all_agree_refound":0,
  44. "payable_time":0,
  45. "state_desc":"待发货",
  46. "payment_name":"wechat_mini",
  47. "extend_order_extend":{
  48. "id":19,
  49. "tracking_time":0,
  50. "shipper_id":0,
  51. "express_id":0,
  52. "message":"",
  53. "voucher_price":null,
  54. "voucher_id":null,
  55. "voucher_code":null,
  56. "remark":"",
  57. "reciver_name":"孙泉",
  58. "receiver_phone":"15900336745",
  59. "reciver_info":{
  60. "name":"孙泉",
  61. "type":"个人",
  62. "phone":"15900336745",
  63. "address":"北京市 北京城区 东城区"
  64. },
  65. "reciver_province_id":110000,
  66. "reciver_city_id":110100,
  67. "reciver_area_id":110101,
  68. "invoice_info":null,
  69. "promotion_info":"",
  70. "evaluate_time":null,
  71. "service_remarks":"",
  72. "delete_time":null,
  73. "deliver_name":"",
  74. "deliver_phone":null,
  75. "deliver_address":null,
  76. "freight_rule":1
  77. },
  78. "extend_order_goods":[
  79. {
  80. "id":19,
  81. "user_id":555,
  82. "order_id":19,
  83. "goods_id":100845,
  84. "goods_sku_id":2495,
  85. "goods_title":"Apple iPad mini 4 平板电脑 7.9英寸(128G WLAN版/A8芯片/Retin",
  86. "goods_price":"0.01",
  87. "goods_pay_price":"0.01",
  88. "goods_num":1,
  89. "goods_img":"https://demo.fashop.cn/Upload/20180601/iwxEhVeKD4Sg3Xa.jpeg",
  90. "goods_spec":[
  91. {
  92. "id":1,
  93. "name":"颜色",
  94. "value_id":209,
  95. "value_name":"啦啦啦啦啦啦"
  96. },
  97. {
  98. "id":3,
  99. "name":"尺码",
  100. "value_id":177,
  101. "value_name":"大尺码"
  102. },
  103. {
  104. "id":4,
  105. "name":"码号",
  106. "value_id":181,
  107. "value_name":"大码"
  108. }
  109. ],
  110. "goods_type":1,
  111. "goods_freight_way":"goods_freight_unifie",
  112. "goods_freight_fee":"0.00",
  113. "evaluate_state":0,
  114. "evaluate_time":null,
  115. "create_time":1528366766,
  116. "coupon_id":0,
  117. "coupon_card_id":null,
  118. "lock_state":0,
  119. "refund_handle_state":0,
  120. "refund_id":0,
  121. "delete_time":null
  122. }
  123. ],
  124. "if_cancel":false,
  125. "if_pay":false,
  126. "if_refund_cancel":false,
  127. "if_complain":true,
  128. "if_receive":false,
  129. "if_lock":false,
  130. "if_deliver":false,
  131. "if_evaluate":false
  132. },
  133. {
  134. "id":16,
  135. "sn":"1000000000001902",
  136. "pay_sn":"300581706592836555",
  137. "user_id":555,
  138. "user_name":"wechat_oX3Qk0RTzOlAeYNkv8_sK1f33HBE_51af3960",
  139. "user_phone":"15900336745",
  140. "user_email":null,
  141. "create_time":1528362592,
  142. "payment_code":"wechat_mini",
  143. "pay_name":"online",
  144. "payment_time":1528362597,
  145. "finnshed_time":1528440183,
  146. "goods_amount":"0.01",
  147. "goods_num":1,
  148. "amount":"0.01",
  149. "pd_amount":"0.00",
  150. "freight_fee":"0.00",
  151. "freight_unified_fee":"0.00",
  152. "freight_template_fee":"0.00",
  153. "state":40,
  154. "refund_amount":"0.00",
  155. "refund_state":0,
  156. "lock_state":0,
  157. "delay_time":1528440183,
  158. "tracking_no":"",
  159. "points":0,
  160. "evaluate_state":0,
  161. "is_print":0,
  162. "trade_no":"4200000125201806078848825066",
  163. "wechat_openid":null,
  164. "from":"1",
  165. "delete_time":null,
  166. "all_agree_refound":0,
  167. "payable_time":0,
  168. "state_desc":"交易完成",
  169. "payment_name":"wechat_mini",
  170. "extend_order_extend":{
  171. "id":16,
  172. "tracking_time":0,
  173. "shipper_id":0,
  174. "express_id":0,
  175. "message":"",
  176. "voucher_price":null,
  177. "voucher_id":null,
  178. "voucher_code":null,
  179. "remark":"",
  180. "reciver_name":"孙泉",
  181. "receiver_phone":"15900336745",
  182. "reciver_info":{
  183. "name":"孙泉",
  184. "type":"个人",
  185. "phone":"15900336745",
  186. "address":"北京市 北京城区 东城区"
  187. },
  188. "reciver_province_id":110000,
  189. "reciver_city_id":110100,
  190. "reciver_area_id":110101,
  191. "invoice_info":null,
  192. "promotion_info":"",
  193. "evaluate_time":null,
  194. "service_remarks":"",
  195. "delete_time":null,
  196. "deliver_name":"",
  197. "deliver_phone":null,
  198. "deliver_address":null,
  199. "freight_rule":1
  200. },
  201. "extend_order_goods":[
  202. {
  203. "id":16,
  204. "user_id":555,
  205. "order_id":16,
  206. "goods_id":100845,
  207. "goods_sku_id":2495,
  208. "goods_title":"Apple iPad mini 4 平板电脑 7.9英寸(128G WLAN版/A8芯片/Retin",
  209. "goods_price":"0.01",
  210. "goods_pay_price":"0.01",
  211. "goods_num":1,
  212. "goods_img":"https://demo.fashop.cn/Upload/20180601/iwxEhVeKD4Sg3Xa.jpeg",
  213. "goods_spec":[
  214. {
  215. "id":1,
  216. "name":"颜色",
  217. "value_id":209,
  218. "value_name":"啦啦啦啦啦啦"
  219. },
  220. {
  221. "id":3,
  222. "name":"尺码",
  223. "value_id":177,
  224. "value_name":"大尺码"
  225. },
  226. {
  227. "id":4,
  228. "name":"码号",
  229. "value_id":181,
  230. "value_name":"大码"
  231. }
  232. ],
  233. "goods_type":1,
  234. "goods_freight_way":"goods_freight_unifie",
  235. "goods_freight_fee":"0.00",
  236. "evaluate_state":2,
  237. "evaluate_time":1528440516,
  238. "create_time":1528362592,
  239. "coupon_id":0,
  240. "coupon_card_id":null,
  241. "lock_state":0,
  242. "refund_handle_state":51,
  243. "refund_id":0,
  244. "delete_time":null
  245. }
  246. ],
  247. "if_cancel":false,
  248. "if_pay":false,
  249. "if_refund_cancel":false,
  250. "if_complain":false,
  251. "if_receive":false,
  252. "if_lock":false,
  253. "if_deliver":false,
  254. "if_evaluate":true
  255. }
  256. ]
  257. },
  258. "msg":null
  259. }

订单详情

  1. GET - /order/info
参数 是否必填 说明
id 订单id
  1. {
  2. //payable_time 订单可支付时间 下单时间+24小时 时间戳
  3. "code":0,
  4. "result":{
  5. "info":{
  6. "id":27,
  7. "sn":"1000000000003001",
  8. "pay_sn":"350581786542601555",
  9. "user_id":555,
  10. "user_name":"wechat_oX3Qk0RTzOlAeYNkv8_sK1f33HBE_51af3960",
  11. "user_phone":"15900336745",
  12. "user_email":null,
  13. "create_time":1528442542,
  14. "payment_code":"",
  15. "pay_name":"online",
  16. "payment_time":0,
  17. "finnshed_time":0,
  18. "goods_amount":"0.01",
  19. "goods_num":1,
  20. "amount":"0.01",
  21. "pd_amount":"0.00",
  22. "freight_fee":"0.00",
  23. "freight_unified_fee":"0.00",
  24. "freight_template_fee":"0.00",
  25. "state":10,
  26. "refund_amount":"0.00",
  27. "refund_state":0,
  28. "lock_state":0,
  29. "delay_time":0,
  30. "tracking_no":"",
  31. "points":0,
  32. "evaluate_state":0,
  33. "is_print":0,
  34. "trade_no":null,
  35. "wechat_openid":null,
  36. "from":"1",
  37. "delete_time":null,
  38. "all_agree_refound":0,
  39. "payable_time":1528528942,
  40. "extend_order_extend":{
  41. "id":27,
  42. "tracking_time":0,
  43. "shipper_id":0,
  44. "express_id":0,
  45. "message":"",
  46. "voucher_price":null,
  47. "voucher_id":null,
  48. "voucher_code":null,
  49. "remark":"",
  50. "reciver_name":"孙泉",
  51. "receiver_phone":"15900336745",
  52. "reciver_info":{
  53. "name":"孙泉",
  54. "type":"个人",
  55. "phone":"15900336745",
  56. "address":"建国门W酒店",
  57. "combine_detail":"北京市 北京城区 东城区"
  58. },
  59. "reciver_province_id":110000,
  60. "reciver_city_id":110100,
  61. "reciver_area_id":110101,
  62. "invoice_info":null,
  63. "promotion_info":"",
  64. "evaluate_time":null,
  65. "service_remarks":"",
  66. "delete_time":null,
  67. "deliver_name":"",
  68. "deliver_phone":null,
  69. "deliver_address":null,
  70. "freight_rule":1
  71. },
  72. "extend_order_goods":[
  73. {
  74. "id":27,
  75. "user_id":555,
  76. "order_id":27,
  77. "goods_id":100845,
  78. "goods_sku_id":2495,
  79. "goods_title":"Apple iPad mini 4 平板电脑 7.9英寸(128G WLAN版/A8芯片/Retin",
  80. "goods_price":"0.01",
  81. "goods_pay_price":"0.01",
  82. "goods_num":1,
  83. "goods_img":"https://demo.fashop.cn/Upload/20180601/iwxEhVeKD4Sg3Xa.jpeg",
  84. "goods_spec":[
  85. {
  86. "id":1,
  87. "name":"颜色",
  88. "value_id":209,
  89. "value_name":"啦啦啦啦啦啦"
  90. },
  91. {
  92. "id":3,
  93. "name":"尺码",
  94. "value_id":177,
  95. "value_name":"大尺码"
  96. },
  97. {
  98. "id":4,
  99. "name":"码号",
  100. "value_id":181,
  101. "value_name":"大码"
  102. }
  103. ],
  104. "goods_type":1,
  105. "goods_freight_way":"goods_freight_unifie",
  106. "goods_freight_fee":"0.00",
  107. "evaluate_state":0,
  108. "evaluate_time":null,
  109. "create_time":1528442543,
  110. "coupon_id":0,
  111. "coupon_card_id":null,
  112. "lock_state":0,
  113. "refund_handle_state":0,
  114. "refund_id":0,
  115. "delete_time":null,
  116. "if_refund":true,
  117. "refund_state":0
  118. }
  119. ],
  120. "if_cancel":true,
  121. "if_pay":true,
  122. "if_refund_cancel":false,
  123. "if_complain":false,
  124. "if_receive":false,
  125. "if_lock":false,
  126. "if_deliver":false,
  127. "if_evaluate":false
  128. },
  129. "order_log":[
  130. {
  131. "id":49,
  132. "order_id":27,
  133. "msg":"买家下单",
  134. "create_time":1528442543,
  135. "role":"buyer",
  136. "user":"",
  137. "order_state":20,
  138. "delete_time":null
  139. }
  140. ],
  141. "return_list":[
  142. ],
  143. "refund_list":[
  144. ]
  145. },
  146. "msg":null
  147. }

取消未付款订单

  1. POST - /order/cancel
参数 是否必填 说明
id 订单id
state_remark 状态备注,如:取消原因(改买其他商品、改配送方式、其他原因等等)

确认收货

  1. POST - /order/confirmReceipt
参数 是否必填 说明
id 订单id

订单商品详情

  1. GET - /order/goodsInfo
参数 是否必填 说明
id 订单id
  1. {
  2. "code":0,
  3. "result":{
  4. "info":{
  5. "id":23,
  6. "user_id":542,
  7. "order_id":23,
  8. "goods_id":100845,
  9. "goods_sku_id":2495,
  10. "goods_title":"Apple iPad mini 4 平板电脑 7.9英寸(128G WLAN版/A8芯片/Retin",
  11. "goods_price":"0.01",
  12. "goods_pay_price":"0.01",
  13. "goods_num":1,
  14. "goods_img":"https://demo.fashop.cn/Upload/20180601/iwxEhVeKD4Sg3Xa.jpeg",
  15. "goods_spec":[
  16. {
  17. "id":1,
  18. "name":"颜色",
  19. "value_id":209,
  20. "value_name":"啦啦啦啦啦啦"
  21. },
  22. {
  23. "id":3,
  24. "name":"尺码",
  25. "value_id":177,
  26. "value_name":"大尺码"
  27. },
  28. {
  29. "id":4,
  30. "name":"码号",
  31. "value_id":181,
  32. "value_name":"大码"
  33. }
  34. ],
  35. "goods_type":1,
  36. "goods_freight_way":"goods_freight_unifie",
  37. "goods_freight_fee":"0.00",
  38. "evaluate_state":0,
  39. "evaluate_time":null,
  40. "create_time":1528429190,
  41. "coupon_id":0,
  42. "coupon_card_id":null,
  43. "lock_state":0,
  44. "refund_handle_state":0,
  45. "refund_id":0,
  46. "delete_time":null
  47. }
  48. },
  49. "msg":null
  50. }

订单商品列表

  1. GET - /order/goodsList
参数 是否必填 说明
id 订单id

查看物流

  1. GET - /order/logistics
参数 是否必填 类型 说明
id int 订单id

返回

  1. {
  2. "code":0,
  3. "result":{
  4. "info":{
  5. "url":"https://m.kuaidi100.com/index_all.html?type=zhongtong&postid=75114886914267"
  6. }
  7. },
  8. "msg":null
  9. }

前端开发者根据返回链接进行跳转。

目前支持的是快递100,微信小程序对域名做了验证,请去微信公众平台设置小程序的授权域名m.kuaidi100.com

参考阅读:

快递100接口简述

https://m.kuaidi100.com/index_all.html?type=[快递公司编码]&postid=[快递单号]&callbackurl=[点击"返回"跳转的地址]

callback地址,经测试填入javascript:alert(1);会生效,意味着前端开发者可以利用该特性填入js方法。

《快递100文档》

拼团订单团信息

适用于订单详情

  1. GET - /order/groupInfo
参数 是否必填 说明
id 订单id

group_identity 1 团长 2 团员

  1. {
  2. "code":0,
  3. "result":{
  4. "list":[
  5. {
  6. "group_identity":1,
  7. "user_id":5,
  8. "user_avatar":"https://wx.qlogo.cn/mmopen/vi_32/DYAIOgq83erVKVc0ael431rYWjXrBZup9yEnicqlJTjwJKkNYDjAordm19DLzQJxu2CiaUnKzZQmic2JAzTSRW8CA/132"
  9. },
  10. {
  11. "group_identity":2,
  12. "user_id":4,
  13. "user_avatar":"https://wx.qlogo.cn/mmopen/vi_32/DYAIOgq83erZntjFe2TzRel14vWle6M8cyxjgHRPiapu0GCobaKbZTJGCicOy13ic9JahcJm5KZeQSEeOJetChJ6Q/132"
  14. }
  15. ]
  16. },
  17. "msg":null
  18. }

拼团订单列表自动过期 设置拼团失败

  1. GET - /order/antoSetOrderGroup

这个没明白什么意思