[关闭]
@yzlc 2016-09-30T10:51:26.000000Z 字数 826 阅读 477

获取单据明细

丰乐APP接口


说明

http://192.168.6.104:16002/?_m=/api/order/detail&oid=5

方法 POST

参数说明

参数 类型 必选 说明 默认值
_m string 方法入口
oid string 单据id

结果说明

  1. {
  2. "data": {
  3. "id": "5",
  4. "type": "FHSQ",
  5. "u8_custom_id": "00001",
  6. "status": "ZC",
  7. "mark": "test",
  8. "creator_id": "1",
  9. "create_time": "2016-09-22 23:25:00.000",
  10. "up_checker_id": null,
  11. "check_index": "1",
  12. "u8_custom_name": "test-00001",
  13. "row_number": "1",
  14. "order_goods": [
  15. {
  16. "id": "7",
  17. "order_id": "5",
  18. "u8_store": "test",
  19. "u8_goods_id": "test",
  20. "u8_goods_name": "test",
  21. "u8_goods_guige": "test",
  22. "u8_goods_danwei": "test",
  23. "u8_store_left": "100",
  24. "my_needs": "10",
  25. "u8_goods_price": "8.000",
  26. "row_number": "1"
  27. },
  28. {
  29. "id": "8",
  30. "order_id": "5",
  31. "u8_store": "test1",
  32. "u8_goods_id": "test1",
  33. "u8_goods_name": "test1",
  34. "u8_goods_guige": "test1",
  35. "u8_goods_danwei": "test1",
  36. "u8_store_left": "100",
  37. "my_needs": "10",
  38. "u8_goods_price": "8.000",
  39. "row_number": "2"
  40. }
  41. ]
  42. },
  43. "status": 0,
  44. "msg": "操作成功"
  45. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注