[关闭]
@yzlc 2016-10-17T08:52:24.000000Z 字数 1130 阅读 508

订单查询

丰乐APP接口


说明

http://192.168.6.104:16002/?_m=/api/order/query&creator_id=1&status=DSH&type=TTHSQ&page=1&limit=10

方法 GET,POST

参数说明

参数 类型 必选 说明 默认值
_m string 方法入口
creator_id string 创建者id
page string 获取第几页
limit string 每页多少个
custom_id string 客户编号
status string 状态
type string 类型

结果实例

  1. {"data":{
  2. "page_data":[
  3. {
  4. "id":"69",
  5. "type":"TTHSQ",
  6. "u8_custom_id":"WHQ00104",
  7. "status":"DSH",
  8. "mark":"",
  9. "creator_id":"1",
  10. "create_time":"2016-10-15 04:59:19.000",
  11. "up_checker_id":"2",
  12. "check_index":"1",
  13. "u8_custom_name":"皖安徽大正农业综合开发有限公司",
  14. "u8_custom_tr_id":null,
  15. "u8_custom_tr_name":null,
  16. "region_id":"3",
  17. "row_number":"1",
  18. "status_info":{
  19. "id":"8",
  20. "const_key":"DSH",
  21. "const_val":"待审核",
  22. "type":"order_status",
  23. "row_number":"3"
  24. }
  25. },
  26. {
  27. "id":"81",
  28. "type":"TTHSQ",
  29. "u8_custom_id":"WHQ0039",
  30. "status":"DSH",
  31. "mark":"",
  32. "creator_id":"1",
  33. "create_time":"2016-10-17 08:51:58.000",
  34. "up_checker_id":"2",
  35. "check_index":"1",
  36. "u8_custom_name":"皖安徽大正农业综合开发有限公司",
  37. "u8_custom_tr_id":null,
  38. "u8_custom_tr_name":null,
  39. "region_id":"3",
  40. "row_number":"2",
  41. "status_info":{
  42. "id":"8",
  43. "const_key":"DSH",
  44. "const_val":"待审核",
  45. "type":"order_status",
  46. "row_number":"3"
  47. }
  48. }
  49. ],
  50. "total_count":"2",
  51. "current_page":"1",
  52. "last_page":1
  53. },
  54. "status":0,
  55. "msg":"操作成功"}
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注