商品分类

商品分类列表

  1. GET - /goodscategory/list
参数 是否必填 说明
pid 父级id,默认为0
level 相对于pid的层级,默认为1,fashop V1 版本最多2级
  1. {
  2. "code":0,
  3. "result":{
  4. "list":[
  5. {
  6. "id":709,
  7. "name":"手机",
  8. "pid":0,
  9. "icon":"https://demo.fashop.cn/Upload/20180209/x6eYVwJkdbQUmET_thumb.png",
  10. "banner":"",
  11. "_child":[
  12. {
  13. "id":712,
  14. "name":"xiaomi",
  15. "pid":709,
  16. "icon":"https://demo.fashop.cn/Upload/20180209/bqDKWrIPJ9pyC4R_thumb.png",
  17. "banner":"",
  18. "_child":[
  19. ]
  20. },
  21. {
  22. "id":714,
  23. "name":"iphone",
  24. "pid":709,
  25. "icon":"https://demo.fashop.cn/Upload/20180209/4GvMRjfJgZHUXw2_thumb.jpeg",
  26. "banner":"",
  27. "_child":[
  28. ]
  29. },
  30. {
  31. "id":713,
  32. "name":"huawei",
  33. "pid":709,
  34. "icon":"https://demo.fashop.cn/Upload/20180209/V4BePfWGQydhKY6_thumb.png",
  35. "banner":"",
  36. "_child":[
  37. ]
  38. }
  39. ]
  40. },
  41. {
  42. "id":1,
  43. "name":"线上商品",
  44. "pid":0,
  45. "icon":"",
  46. "banner":"",
  47. "_child":[
  48. {
  49. "id":708,
  50. "name":"新增分类",
  51. "pid":1,
  52. "icon":"",
  53. "banner":"",
  54. "_child":[
  55. ]
  56. },
  57. {
  58. "id":686,
  59. "name":"二级",
  60. "pid":1,
  61. "icon":"",
  62. "banner":"",
  63. "_child":[
  64. ]
  65. }
  66. ]
  67. },
  68. {
  69. "id":2,
  70. "name":"线上卡券",
  71. "pid":0,
  72. "icon":"",
  73. "banner":"",
  74. "_child":[
  75. ]
  76. },
  77. {
  78. "id":716,
  79. "name":"美妆",
  80. "pid":0,
  81. "icon":"https://demo.fashop.cn/Upload/20180515/RyjWih2vkDm89wb_thumb.jpeg",
  82. "banner":"",
  83. "_child":[
  84. ]
  85. },
  86. {
  87. "id":717,
  88. "name":"果蔬",
  89. "pid":0,
  90. "icon":"https://demo.fashop.cn/Upload/20180515/rvDF3f8hWkBMwRI_thumb.jpeg",
  91. "banner":"",
  92. "_child":[
  93. ]
  94. },
  95. {
  96. "id":718,
  97. "name":"果蔬",
  98. "pid":0,
  99. "icon":"https://demo.fashop.cn/Upload/20180515/5sRINVrCwjv3XtW_thumb.jpeg",
  100. "banner":"",
  101. "_child":[
  102. ]
  103. },
  104. {
  105. "id":719,
  106. "name":"生鲜",
  107. "pid":0,
  108. "icon":"https://demo.fashop.cn/Upload/20180529/iWxdH3D4Cs7jPzc_thumb.png",
  109. "banner":"",
  110. "_child":[
  111. ]
  112. }
  113. ]
  114. },
  115. "msg":null
  116. }

商品分类详情

  1. GET - /goodscategory/info
参数 是否必填 说明
id 分类id
  1. {
  2. "code":0,
  3. "result":{
  4. "info":{
  5. "id":709,
  6. "name":"手机",
  7. "pid":0,
  8. "icon":"https://demo.fashop.cn/Upload/20180209/x6eYVwJkdbQUmET_thumb.png",
  9. "sort":0,
  10. "create_time":1513828201,
  11. "update_time":0,
  12. "keywords":"",
  13. "description":"",
  14. "grade":"",
  15. "img":"",
  16. "type_id":0,
  17. "banner":"",
  18. "delete_time":null
  19. }
  20. },
  21. "msg":null
  22. }