林产品信息发布平台.postman_collection.json 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286
  1. {
  2. "info": {
  3. "_postman_id": "23b59d2d-d43b-4f88-8b7c-d5742e3476f9",
  4. "name": "林产品信息发布平台",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  6. },
  7. "item": [
  8. {
  9. "name": "商品管理",
  10. "item": [
  11. {
  12. "name": "web",
  13. "item": [
  14. {
  15. "name": "导入商品excel",
  16. "protocolProfileBehavior": {
  17. "disableBodyPruning": true
  18. },
  19. "request": {
  20. "method": "GET",
  21. "header": [],
  22. "body": {
  23. "mode": "formdata",
  24. "formdata": [
  25. {
  26. "key": "file",
  27. "type": "file",
  28. "src": "/C:/Users/Administrator/Desktop/安龙县西城秀树农林有限责任公司.xlsx"
  29. }
  30. ],
  31. "options": {
  32. "formdata": {}
  33. }
  34. },
  35. "url": {
  36. "raw": "172.16.90.3:9099/bigData/upload/bigdata",
  37. "host": [
  38. "172",
  39. "16",
  40. "90",
  41. "3"
  42. ],
  43. "port": "9099",
  44. "path": [
  45. "bigData",
  46. "upload",
  47. "bigdata"
  48. ]
  49. }
  50. },
  51. "response": []
  52. },
  53. {
  54. "name": "根据供应商id查询生产地",
  55. "request": {
  56. "method": "GET",
  57. "header": [],
  58. "url": {
  59. "raw": "http://localhost:9098/forest-admin/product/plOfPro/select",
  60. "protocol": "http",
  61. "host": [
  62. "localhost"
  63. ],
  64. "port": "9098",
  65. "path": [
  66. "forest-admin",
  67. "product",
  68. "plOfPro",
  69. "select"
  70. ]
  71. }
  72. },
  73. "response": []
  74. },
  75. {
  76. "name": "新增商品",
  77. "request": {
  78. "method": "POST",
  79. "header": [],
  80. "body": {
  81. "mode": "raw",
  82. "raw": "{\r\n \"brandId\":1,\r\n \"productBigCategoryId\":69,\r\n \"productBigCategoryName\":\"石斛\",\r\n \"productCategoryId\":125,\r\n \"productCategoryName\":null,\r\n \"feightTemplateId\":null,\r\n \"productAttributeCategoryId\":null,\r\n \"name\":\"大大大铁皮石斛鲜条\",\r\n \"pic\":\"http://fqn.hongweisoft.com/0/2/227/20200912140536000000015\",\r\n \"productSn\":\"6971143520165\",\r\n \"deleteStatus\":0,\r\n \"publishStatus\":1,\r\n \"newStatus\":1,\r\n \"recommandStatus\":1,\r\n \"verifyStatus\":1,\r\n \"sort\":0,\r\n \"sale\":0,\r\n \"price\":598,\r\n \"promotionPrice\":null,\r\n \"giftGrowth\":0,\r\n \"giftPoint\":0,\r\n \"usePointLimit\":0,\r\n \"originalPrice\":598,\r\n \"stock\":0,\r\n \"lowStock\":0,\r\n \"unit\":\"盒装\",\r\n \"weight\":0,\r\n \"previewStatus\":0,\r\n \"serviceIds\":null,\r\n \"keywords\":\"铁皮石斛鲜条\",\r\n \"note\":\"铁皮石斛鲜条\",\r\n \"detailTitle\":\"铁皮石斛鲜条\",\r\n \"promotionStartTime\":null,\r\n \"promotionEndTime\":null,\r\n \"promotionPerLimit\":0,\r\n \"promotionType\":null,\r\n \"brandName\":\"西城秀树\",\r\n \"compId\":72,\r\n \"compName\":\"安龙县西城秀树农林有限责任公司\",\r\n \"tradePrice\":299,\r\n \"spec\":\"500g/提(250g/盒*2)\",\r\n \"dateOfManufacture\":null,\r\n \"placeOfProductionId\":null,\r\n \"placeOfProduction\":\"贵州石斛谷\",\r\n \"qualityGuaranteePeriod\":\"3个月\",\r\n \"pointsForAttention\":null,\r\n \"createId\":1,\r\n \"createTime\":\"2020-09-12T06:05:23.000+0000\",\r\n \"updateId\":null,\r\n \"updateTime\":null,\r\n \"createType\":0,\r\n \"subTitle\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"description\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"albumPics\":\"http://fqn.hongweisoft.com/0/2/227/20200912140523000000001,http://fqn.hongweisoft.com/0/2/227/20200912140524000000002,http://fqn.hongweisoft.com/0/2/227/20200912140525000000003,http://fqn.hongweisoft.com/0/2/227/20200912140526000000004,http://fqn.hongweisoft.com/0/2/227/20200912140526000000005,http://fqn.hongweisoft.com/0/2/227/20200912140527000000006,http://fqn.hongweisoft.com/0/2/227/20200912140528000000007,http://fqn.hongweisoft.com/0/2/227/20200912140530000000008,http://fqn.hongweisoft.com/0/2/227/20200912140531000000009,http://fqn.hongweisoft.com/0/2/227/20200912140532000000010,http://fqn.hongweisoft.com/0/2/227/20200912140533000000011,http://fqn.hongweisoft.com/0/2/227/20200912140534000000012,http://fqn.hongweisoft.com/0/2/227/20200912140534000000013,http://fqn.hongweisoft.com/0/2/227/20200912140536000000014\",\r\n \"detailDesc\":\"\",\r\n \"detailHtml\":\"<p>测试</p>\",\r\n \"detailMobileHtml\":\"<p>测试</p>\",\r\n \"instructions\":null,\r\n \"productLadderList\":[\r\n\r\n ],\r\n \"productFullReductionList\":[\r\n\r\n ],\r\n \"memberPriceList\":[\r\n\r\n ],\r\n \"skuStockList\":[\r\n\r\n ],\r\n \"productAttributeValueList\":[\r\n\r\n ],\r\n \"subjectProductRelationList\":[\r\n\r\n ],\r\n \"prefrenceAreaProductRelationList\":[\r\n\r\n ],\r\n \"cateParentId\":69\r\n}",
  83. "options": {
  84. "raw": {
  85. "language": "json"
  86. }
  87. }
  88. },
  89. "url": {
  90. "raw": "http://localhost:9098/forest-admin/product/create",
  91. "protocol": "http",
  92. "host": [
  93. "localhost"
  94. ],
  95. "port": "9098",
  96. "path": [
  97. "forest-admin",
  98. "product",
  99. "create"
  100. ]
  101. }
  102. },
  103. "response": [
  104. {
  105. "name": "新增商品",
  106. "originalRequest": {
  107. "method": "POST",
  108. "header": [],
  109. "body": {
  110. "mode": "raw",
  111. "raw": "{\r\n \"brandId\":1,\r\n \"productBigCategoryId\":69, //大类id\r\n \"productBigCategoryName\":\"石斛\",\r\n \"productCategoryId\":125,//小类id\r\n \"productCategoryName\":null,\r\n \"feightTemplateId\":null,\r\n \"productAttributeCategoryId\":null,\r\n \"name\":\"大大大铁皮石斛鲜条\",\r\n \"pic\":\"http://fqn.hongweisoft.com/0/2/227/20200912140536000000015\",\r\n \"productSn\":\"6971143520165\",\r\n \"deleteStatus\":0,\r\n \"publishStatus\":1,\r\n \"newStatus\":1,\r\n \"recommandStatus\":1,\r\n \"verifyStatus\":1,\r\n \"sort\":0,\r\n \"sale\":0,\r\n \"price\":598,\r\n \"promotionPrice\":null,\r\n \"giftGrowth\":0,\r\n \"giftPoint\":0,\r\n \"usePointLimit\":0,\r\n \"originalPrice\":598,\r\n \"stock\":0,\r\n \"lowStock\":0,\r\n \"unit\":\"盒装\",\r\n \"weight\":0,\r\n \"previewStatus\":0,\r\n \"serviceIds\":null,\r\n \"keywords\":\"铁皮石斛鲜条\",\r\n \"note\":\"铁皮石斛鲜条\",\r\n \"detailTitle\":\"铁皮石斛鲜条\",\r\n \"promotionStartTime\":null,\r\n \"promotionEndTime\":null,\r\n \"promotionPerLimit\":0,\r\n \"promotionType\":null,\r\n \"brandName\":\"西城秀树\",\r\n \"compId\":72,\r\n \"compName\":\"安龙县西城秀树农林有限责任公司\",\r\n \"tradePrice\":299,\r\n \"spec\":\"500g/提(250g/盒*2)\",//规格信息\r\n \"dateOfManufacture\":null,\r\n \"placeOfProductionId\":null,\r\n \"placeOfProduction\":\"贵州石斛谷\",\r\n \"qualityGuaranteePeriod\":\"3个月\",\r\n \"pointsForAttention\":null,\r\n \"createId\":1,\r\n \"createTime\":\"2020-09-12T06:05:23.000+0000\",\r\n \"updateId\":null,\r\n \"updateTime\":null,\r\n \"createType\":0,\r\n \"subTitle\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"description\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"albumPics\":\"http://fqn.hongweisoft.com/0/2/227/20200912140523000000001,http://fqn.hongweisoft.com/0/2/227/20200912140524000000002,http://fqn.hongweisoft.com/0/2/227/20200912140525000000003,http://fqn.hongweisoft.com/0/2/227/20200912140526000000004,http://fqn.hongweisoft.com/0/2/227/20200912140526000000005,http://fqn.hongweisoft.com/0/2/227/20200912140527000000006,http://fqn.hongweisoft.com/0/2/227/20200912140528000000007,http://fqn.hongweisoft.com/0/2/227/20200912140530000000008,http://fqn.hongweisoft.com/0/2/227/20200912140531000000009,http://fqn.hongweisoft.com/0/2/227/20200912140532000000010,http://fqn.hongweisoft.com/0/2/227/20200912140533000000011,http://fqn.hongweisoft.com/0/2/227/20200912140534000000012,http://fqn.hongweisoft.com/0/2/227/20200912140534000000013,http://fqn.hongweisoft.com/0/2/227/20200912140536000000014\",\r\n \"detailDesc\":\"\",\r\n \"detailHtml\":\"<p>测试</p>\",\r\n \"detailMobileHtml\":\"<p>测试</p>\",\r\n \"instructions\":null,\r\n \"productLadderList\":[\r\n\r\n ],\r\n \"productFullReductionList\":[\r\n\r\n ],\r\n \"memberPriceList\":[\r\n\r\n ],\r\n \"skuStockList\":[\r\n\r\n ],\r\n \"productAttributeValueList\":[\r\n\r\n ],\r\n \"subjectProductRelationList\":[\r\n\r\n ],\r\n \"prefrenceAreaProductRelationList\":[\r\n\r\n ],\r\n \"cateParentId\":69\r\n}",
  112. "options": {
  113. "raw": {
  114. "language": "json"
  115. }
  116. }
  117. },
  118. "url": {
  119. "raw": "http://localhost:9098/forest-admin/product/create",
  120. "protocol": "http",
  121. "host": [
  122. "localhost"
  123. ],
  124. "port": "9098",
  125. "path": [
  126. "forest-admin",
  127. "product",
  128. "create"
  129. ]
  130. }
  131. },
  132. "status": "OK",
  133. "code": 200,
  134. "_postman_previewlanguage": "json",
  135. "header": [
  136. {
  137. "key": "transfer-encoding",
  138. "value": "chunked"
  139. },
  140. {
  141. "key": "X-Content-Type-Options",
  142. "value": "nosniff"
  143. },
  144. {
  145. "key": "X-XSS-Protection",
  146. "value": "1; mode=block"
  147. },
  148. {
  149. "key": "Cache-Control",
  150. "value": "no-cache, no-store, max-age=0, must-revalidate"
  151. },
  152. {
  153. "key": "Pragma",
  154. "value": "no-cache"
  155. },
  156. {
  157. "key": "Expires",
  158. "value": "0"
  159. },
  160. {
  161. "key": "X-Frame-Options",
  162. "value": "DENY"
  163. },
  164. {
  165. "key": "Content-Type",
  166. "value": "application/json;charset=UTF-8"
  167. },
  168. {
  169. "key": "Date",
  170. "value": "Thu, 24 Sep 2020 09:22:52 GMT"
  171. }
  172. ],
  173. "cookie": [],
  174. "body": "{\n \"code\": 200,\n \"message\": \"操作成功\",\n \"data\": 1\n}"
  175. }
  176. ]
  177. },
  178. {
  179. "name": "商品查询分页查询",
  180. "request": {
  181. "method": "GET",
  182. "header": [],
  183. "url": {
  184. "raw": "http://172.16.90.8:9098/forest-admin/product/list?pageNum=1&pageSize=5",
  185. "protocol": "http",
  186. "host": [
  187. "172",
  188. "16",
  189. "90",
  190. "8"
  191. ],
  192. "port": "9098",
  193. "path": [
  194. "forest-admin",
  195. "product",
  196. "list"
  197. ],
  198. "query": [
  199. {
  200. "key": "pageNum",
  201. "value": "1"
  202. },
  203. {
  204. "key": "pageSize",
  205. "value": "5"
  206. }
  207. ]
  208. }
  209. },
  210. "response": []
  211. },
  212. {
  213. "name": "商品更新",
  214. "request": {
  215. "method": "POST",
  216. "header": [],
  217. "body": {
  218. "mode": "raw",
  219. "raw": "{\r\n \"id\":227,\r\n \"brandId\":1,\r\n \"productBigCategoryId\":69,\r\n \"productBigCategoryName\":\"石斛\",\r\n \"productCategoryId\":125,\r\n \"productCategoryName\":null,\r\n \"feightTemplateId\":null,\r\n \"productAttributeCategoryId\":null,\r\n \"name\":\"大大大铁皮石斛鲜条\",\r\n \"pic\":\"http://fqn.hongweisoft.com/0/2/227/20200912140536000000015\",\r\n \"productSn\":\"6971143520165\",\r\n \"deleteStatus\":0,\r\n \"publishStatus\":1,\r\n \"newStatus\":1,\r\n \"recommandStatus\":1,\r\n \"verifyStatus\":1,\r\n \"sort\":0,\r\n \"sale\":0,\r\n \"price\":598,\r\n \"promotionPrice\":null,\r\n \"giftGrowth\":0,\r\n \"giftPoint\":0,\r\n \"usePointLimit\":0,\r\n \"originalPrice\":598,\r\n \"stock\":0,\r\n \"lowStock\":0,\r\n \"unit\":\"盒装\",\r\n \"weight\":0,\r\n \"previewStatus\":0,\r\n \"serviceIds\":null,\r\n \"keywords\":\"铁皮石斛鲜条\",\r\n \"note\":\"铁皮石斛鲜条\",\r\n \"detailTitle\":\"铁皮石斛鲜条\",\r\n \"promotionStartTime\":null,\r\n \"promotionEndTime\":null,\r\n \"promotionPerLimit\":0,\r\n \"promotionType\":null,\r\n \"brandName\":\"西城秀树\",\r\n \"compId\":72,\r\n \"compName\":\"安龙县西城秀树农林有限责任公司\",\r\n \"tradePrice\":299,\r\n \"spec\":\"500g/提(250g/盒*2)\",\r\n \"dateOfManufacture\":null,\r\n \"placeOfProductionId\":null,\r\n \"placeOfProduction\":\"贵州石斛谷\",\r\n \"qualityGuaranteePeriod\":\"3个月\",\r\n \"pointsForAttention\":null,\r\n \"createId\":1,\r\n \"createTime\":\"2020-09-12T06:05:23.000+0000\",\r\n \"updateId\":null,\r\n \"updateTime\":null,\r\n \"createType\":0,\r\n \"subTitle\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"description\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"albumPics\":\"http://fqn.hongweisoft.com/0/2/227/20200912140523000000001,http://fqn.hongweisoft.com/0/2/227/20200912140524000000002,http://fqn.hongweisoft.com/0/2/227/20200912140525000000003,http://fqn.hongweisoft.com/0/2/227/20200912140526000000004,http://fqn.hongweisoft.com/0/2/227/20200912140526000000005,http://fqn.hongweisoft.com/0/2/227/20200912140527000000006,http://fqn.hongweisoft.com/0/2/227/20200912140528000000007,http://fqn.hongweisoft.com/0/2/227/20200912140530000000008,http://fqn.hongweisoft.com/0/2/227/20200912140531000000009,http://fqn.hongweisoft.com/0/2/227/20200912140532000000010,http://fqn.hongweisoft.com/0/2/227/20200912140533000000011,http://fqn.hongweisoft.com/0/2/227/20200912140534000000012,http://fqn.hongweisoft.com/0/2/227/20200912140534000000013,http://fqn.hongweisoft.com/0/2/227/20200912140536000000014\",\r\n \"detailDesc\":\"\",\r\n \"detailHtml\":\"<p>测试</p>\",\r\n \"detailMobileHtml\":\"<p>测试</p>\",\r\n \"instructions\":null,\r\n \"productLadderList\":[\r\n\r\n ],\r\n \"productFullReductionList\":[\r\n\r\n ],\r\n \"memberPriceList\":[\r\n\r\n ],\r\n \"skuStockList\":[\r\n\r\n ],\r\n \"productAttributeValueList\":[\r\n\r\n ],\r\n \"subjectProductRelationList\":[\r\n\r\n ],\r\n \"prefrenceAreaProductRelationList\":[\r\n\r\n ],\r\n \"cateParentId\":69\r\n}",
  220. "options": {
  221. "raw": {
  222. "language": "json"
  223. }
  224. }
  225. },
  226. "url": {
  227. "raw": "http://localhost:9098/forest-admin/product/update/227",
  228. "protocol": "http",
  229. "host": [
  230. "localhost"
  231. ],
  232. "port": "9098",
  233. "path": [
  234. "forest-admin",
  235. "product",
  236. "update",
  237. "227"
  238. ]
  239. }
  240. },
  241. "response": [
  242. {
  243. "name": "商品更新",
  244. "originalRequest": {
  245. "method": "POST",
  246. "header": [],
  247. "body": {
  248. "mode": "raw",
  249. "raw": "{\r\n \"id\":227,\r\n \"brandId\":1,\r\n \"productBigCategoryId\":69,\r\n \"productBigCategoryName\":\"石斛\",\r\n \"productCategoryId\":125,\r\n \"productCategoryName\":null,\r\n \"feightTemplateId\":null,\r\n \"productAttributeCategoryId\":null,\r\n \"name\":\"大大大铁皮石斛鲜条\",\r\n \"pic\":\"http://fqn.hongweisoft.com/0/2/227/20200912140536000000015\",\r\n \"productSn\":\"6971143520165\",\r\n \"deleteStatus\":0,\r\n \"publishStatus\":1,\r\n \"newStatus\":1,\r\n \"recommandStatus\":1,\r\n \"verifyStatus\":1,\r\n \"sort\":0,\r\n \"sale\":0,\r\n \"price\":598,\r\n \"promotionPrice\":null,\r\n \"giftGrowth\":0,\r\n \"giftPoint\":0,\r\n \"usePointLimit\":0,\r\n \"originalPrice\":598,\r\n \"stock\":0,\r\n \"lowStock\":0,\r\n \"unit\":\"盒装\",\r\n \"weight\":0,\r\n \"previewStatus\":0,\r\n \"serviceIds\":null,\r\n \"keywords\":\"铁皮石斛鲜条\",\r\n \"note\":\"铁皮石斛鲜条\",\r\n \"detailTitle\":\"铁皮石斛鲜条\",\r\n \"promotionStartTime\":null,\r\n \"promotionEndTime\":null,\r\n \"promotionPerLimit\":0,\r\n \"promotionType\":null,\r\n \"brandName\":\"西城秀树\",\r\n \"compId\":72,//供应商id\r\n \"compName\":\"安龙县西城秀树农林有限责任公司\",\r\n \"tradePrice\":299,\r\n \"spec\":\"500g/提(250g/盒*2)\",\r\n \"dateOfManufacture\":null,\r\n \"placeOfProductionId\":null, //生产地id\r\n \"placeOfProduction\":\"贵州石斛谷\",\r\n \"qualityGuaranteePeriod\":\"3个月\",\r\n \"pointsForAttention\":null,\r\n \"createId\":1,\r\n \"createTime\":\"2020-09-12T06:05:23.000+0000\",\r\n \"updateId\":null,\r\n \"updateTime\":null,\r\n \"createType\":0,\r\n \"subTitle\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"description\":\"产品信息∶【产品名称】铁皮石斛鲜条【净含量】250g×2【食用方法】鲜吃、榨汁、煲汤和泡酒【保质期】3个月【适宜人群】男女老少皆宜【贮藏方法】通风干燥处,防潮(建议2~5℃冷藏)【生产商】安龙县西城秀树农林有限责任公司【产地】贵州省黔西南布依族苗族自治州安龙县\",\r\n \"albumPics\":\"http://fqn.hongweisoft.com/0/2/227/20200912140523000000001,http://fqn.hongweisoft.com/0/2/227/20200912140524000000002,http://fqn.hongweisoft.com/0/2/227/20200912140525000000003,http://fqn.hongweisoft.com/0/2/227/20200912140526000000004,http://fqn.hongweisoft.com/0/2/227/20200912140526000000005,http://fqn.hongweisoft.com/0/2/227/20200912140527000000006,http://fqn.hongweisoft.com/0/2/227/20200912140528000000007,http://fqn.hongweisoft.com/0/2/227/20200912140530000000008,http://fqn.hongweisoft.com/0/2/227/20200912140531000000009,http://fqn.hongweisoft.com/0/2/227/20200912140532000000010,http://fqn.hongweisoft.com/0/2/227/20200912140533000000011,http://fqn.hongweisoft.com/0/2/227/20200912140534000000012,http://fqn.hongweisoft.com/0/2/227/20200912140534000000013,http://fqn.hongweisoft.com/0/2/227/20200912140536000000014\",\r\n \"detailDesc\":\"\",\r\n \"detailHtml\":\"<p>测试</p>\",\r\n \"detailMobileHtml\":\"<p>测试</p>\",\r\n \"instructions\":null,\r\n \"productLadderList\":[\r\n\r\n ],\r\n \"productFullReductionList\":[\r\n\r\n ],\r\n \"memberPriceList\":[\r\n\r\n ],\r\n \"skuStockList\":[\r\n\r\n ],\r\n \"productAttributeValueList\":[\r\n\r\n ],\r\n \"subjectProductRelationList\":[\r\n\r\n ],\r\n \"prefrenceAreaProductRelationList\":[\r\n\r\n ],\r\n \"cateParentId\":69\r\n}",
  250. "options": {
  251. "raw": {
  252. "language": "json"
  253. }
  254. }
  255. },
  256. "url": {
  257. "raw": "http://localhost:9098/forest-admin/product/update/227",
  258. "protocol": "http",
  259. "host": [
  260. "localhost"
  261. ],
  262. "port": "9098",
  263. "path": [
  264. "forest-admin",
  265. "product",
  266. "update",
  267. "227"
  268. ]
  269. }
  270. },
  271. "status": "OK",
  272. "code": 200,
  273. "_postman_previewlanguage": "json",
  274. "header": [
  275. {
  276. "key": "transfer-encoding",
  277. "value": "chunked"
  278. },
  279. {
  280. "key": "X-Content-Type-Options",
  281. "value": "nosniff"
  282. },
  283. {
  284. "key": "X-XSS-Protection",
  285. "value": "1; mode=block"
  286. },
  287. {
  288. "key": "Cache-Control",
  289. "value": "no-cache, no-store, max-age=0, must-revalidate"
  290. },
  291. {
  292. "key": "Pragma",
  293. "value": "no-cache"
  294. },
  295. {
  296. "key": "Expires",
  297. "value": "0"
  298. },
  299. {
  300. "key": "X-Frame-Options",
  301. "value": "DENY"
  302. },
  303. {
  304. "key": "Content-Type",
  305. "value": "application/json;charset=UTF-8"
  306. },
  307. {
  308. "key": "Date",
  309. "value": "Thu, 24 Sep 2020 08:31:07 GMT"
  310. }
  311. ],
  312. "cookie": [],
  313. "body": "{\n \"code\": 200,\n \"message\": \"操作成功\",\n \"data\": 1\n}"
  314. }
  315. ]
  316. },
  317. {
  318. "name": "审核商品通过",
  319. "request": {
  320. "method": "PUT",
  321. "header": [],
  322. "url": {
  323. "raw": "http://localhost:9098/forest-admin/product/update/verify/227",
  324. "protocol": "http",
  325. "host": [
  326. "localhost"
  327. ],
  328. "port": "9098",
  329. "path": [
  330. "forest-admin",
  331. "product",
  332. "update",
  333. "verify",
  334. "227"
  335. ]
  336. }
  337. },
  338. "response": []
  339. },
  340. {
  341. "name": "根据商品id查看商品",
  342. "request": {
  343. "method": "GET",
  344. "header": [],
  345. "url": {
  346. "raw": "localhost:9098/forest-portal/product/detail/460",
  347. "host": [
  348. "localhost"
  349. ],
  350. "port": "9098",
  351. "path": [
  352. "forest-portal",
  353. "product",
  354. "detail",
  355. "460"
  356. ]
  357. }
  358. },
  359. "response": []
  360. }
  361. ],
  362. "protocolProfileBehavior": {},
  363. "_postman_isSubFolder": true
  364. },
  365. {
  366. "name": "app",
  367. "item": [
  368. {
  369. "name": "移动端查看商品详情",
  370. "request": {
  371. "method": "GET",
  372. "header": [],
  373. "url": {
  374. "raw": "http://172.16.90.8:9098/forest-portal/product/detail/702",
  375. "protocol": "http",
  376. "host": [
  377. "172",
  378. "16",
  379. "90",
  380. "8"
  381. ],
  382. "port": "9098",
  383. "path": [
  384. "forest-portal",
  385. "product",
  386. "detail",
  387. "702"
  388. ]
  389. }
  390. },
  391. "response": []
  392. }
  393. ],
  394. "protocolProfileBehavior": {},
  395. "_postman_isSubFolder": true
  396. }
  397. ],
  398. "protocolProfileBehavior": {}
  399. },
  400. {
  401. "name": "产品意向管理",
  402. "item": [
  403. {
  404. "name": "供应商查看产品意向列表",
  405. "request": {
  406. "method": "GET",
  407. "header": [],
  408. "url": {
  409. "raw": "http://172.16.90.8:9098/forest-admin/oms/pre/web/list?pageNo=1&pageSize=10",
  410. "protocol": "http",
  411. "host": [
  412. "172",
  413. "16",
  414. "90",
  415. "8"
  416. ],
  417. "port": "9098",
  418. "path": [
  419. "forest-admin",
  420. "oms",
  421. "pre",
  422. "web",
  423. "list"
  424. ],
  425. "query": [
  426. {
  427. "key": "pageNo",
  428. "value": "1"
  429. },
  430. {
  431. "key": "pageSize",
  432. "value": "10"
  433. }
  434. ]
  435. }
  436. },
  437. "response": [
  438. {
  439. "name": "供应商查看产品意向列表",
  440. "originalRequest": {
  441. "method": "GET",
  442. "header": [],
  443. "url": {
  444. "raw": "http://172.16.90.8:9098/forest-admin/oms/pre/web/list?pageNO=1&pageSize=10",
  445. "protocol": "http",
  446. "host": [
  447. "172",
  448. "16",
  449. "90",
  450. "8"
  451. ],
  452. "port": "9098",
  453. "path": [
  454. "forest-admin",
  455. "oms",
  456. "pre",
  457. "web",
  458. "list"
  459. ],
  460. "query": [
  461. {
  462. "key": "pageNO",
  463. "value": "1"
  464. },
  465. {
  466. "key": "pageSize",
  467. "value": "10"
  468. }
  469. ]
  470. }
  471. },
  472. "status": "OK",
  473. "code": 200,
  474. "_postman_previewlanguage": "json",
  475. "header": [
  476. {
  477. "key": "transfer-encoding",
  478. "value": "chunked"
  479. },
  480. {
  481. "key": "X-Content-Type-Options",
  482. "value": "nosniff"
  483. },
  484. {
  485. "key": "X-XSS-Protection",
  486. "value": "1; mode=block"
  487. },
  488. {
  489. "key": "Cache-Control",
  490. "value": "no-cache, no-store, max-age=0, must-revalidate"
  491. },
  492. {
  493. "key": "Pragma",
  494. "value": "no-cache"
  495. },
  496. {
  497. "key": "Expires",
  498. "value": "0"
  499. },
  500. {
  501. "key": "X-Frame-Options",
  502. "value": "DENY"
  503. },
  504. {
  505. "key": "Content-Type",
  506. "value": "application/json;charset=UTF-8"
  507. },
  508. {
  509. "key": "Date",
  510. "value": "Tue, 29 Sep 2020 09:02:38 GMT"
  511. }
  512. ],
  513. "cookie": [],
  514. "body": "{\n \"code\": 200,\n \"message\": \"操作成功\",\n \"data\": {\n \"pageNum\": 1,\n \"pageSize\": 10,\n \"totalPage\": 3,\n \"total\": 29,\n \"list\": [\n {\n \"id\": 30,\n \"productId\": 228,\n \"memberId\": 21,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",//供应商名称\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛干花\",//商品名称\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"yhqtb.vip\",//购买者名称\n \"createDate\": null,//创建时间\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,//品牌\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 32,\n \"productId\": 227,\n \"memberId\": 22,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛鲜条\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"降落伞\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 34,\n \"productId\": 228,\n \"memberId\": 24,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛干花\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"小方哥\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 37,\n \"productId\": 230,\n \"memberId\": 26,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛枫斗\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"奇门遁甲\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 53,\n \"productId\": 228,\n \"memberId\": 38,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛干花\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"空谷幽兰\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 59,\n \"productId\": 230,\n \"memberId\": 40,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛枫斗\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"从头再来\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 61,\n \"productId\": 227,\n \"memberId\": 31,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛鲜条\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"zx\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 66,\n \"productId\": 229,\n \"memberId\": 44,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛干花\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"杜华东\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 92,\n \"productId\": 228,\n \"memberId\": 49,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛干花\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"阿刚\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n },\n {\n \"id\": 103,\n \"productId\": 228,\n \"memberId\": 55,\n \"compId\": 72,\n \"pushId\": 1,\n \"originId\": null,\n \"originName\": null,\n \"compName\": \"安龙县西城秀树农林有限责任公司\",\n \"price\": null,\n \"productPic\": null,\n \"productName\": \"铁皮石斛干花\",\n \"productSubTitle\": null,\n \"productSkuCode\": null,\n \"memberNickname\": \"Huh\",\n \"createDate\": null,\n \"modifyDate\": null,\n \"deleteStatus\": 0,\n \"productCategoryId\": null,\n \"productBrand\": null,\n \"productSn\": null,\n \"productAttr\": null\n }\n ]\n }\n}"
  515. }
  516. ]
  517. }
  518. ],
  519. "protocolProfileBehavior": {}
  520. },
  521. {
  522. "name": "生产地",
  523. "item": [
  524. {
  525. "name": "查看生产地列表",
  526. "request": {
  527. "method": "POST",
  528. "header": [],
  529. "body": {
  530. "mode": "raw",
  531. "raw": "{\r\n \"pageNum\": 1,\r\n \"pageSize\": 10\r\n}",
  532. "options": {
  533. "raw": {
  534. "language": "json"
  535. }
  536. }
  537. },
  538. "url": {
  539. "raw": "http://172.16.90.8:9098/forest-admin/origin/list",
  540. "protocol": "http",
  541. "host": [
  542. "172",
  543. "16",
  544. "90",
  545. "8"
  546. ],
  547. "port": "9098",
  548. "path": [
  549. "forest-admin",
  550. "origin",
  551. "list"
  552. ]
  553. }
  554. },
  555. "response": []
  556. }
  557. ],
  558. "protocolProfileBehavior": {}
  559. },
  560. {
  561. "name": "权限",
  562. "item": [
  563. {
  564. "name": "菜单管理",
  565. "item": [
  566. {
  567. "name": "查看二级菜单",
  568. "request": {
  569. "method": "GET",
  570. "header": [],
  571. "url": {
  572. "raw": "http://172.16.90.8:9098/forest-admin/menu/list/21?pageNum=1&pageSize=10",
  573. "protocol": "http",
  574. "host": [
  575. "172",
  576. "16",
  577. "90",
  578. "8"
  579. ],
  580. "port": "9098",
  581. "path": [
  582. "forest-admin",
  583. "menu",
  584. "list",
  585. "21"
  586. ],
  587. "query": [
  588. {
  589. "key": "pageNum",
  590. "value": "1"
  591. },
  592. {
  593. "key": "pageSize",
  594. "value": "10"
  595. }
  596. ]
  597. }
  598. },
  599. "response": []
  600. }
  601. ],
  602. "protocolProfileBehavior": {},
  603. "_postman_isSubFolder": true
  604. }
  605. ],
  606. "protocolProfileBehavior": {}
  607. },
  608. {
  609. "name": "大屏接口",
  610. "item": [
  611. {
  612. "name": "大屏商品分类",
  613. "request": {
  614. "method": "GET",
  615. "header": [],
  616. "url": {
  617. "raw": "http://172.16.90.8:9098/forest-admin/bigData/product/type",
  618. "protocol": "http",
  619. "host": [
  620. "172",
  621. "16",
  622. "90",
  623. "8"
  624. ],
  625. "port": "9098",
  626. "path": [
  627. "forest-admin",
  628. "bigData",
  629. "product",
  630. "type"
  631. ]
  632. }
  633. },
  634. "response": []
  635. },
  636. {
  637. "name": "大屏商品列表",
  638. "request": {
  639. "method": "GET",
  640. "header": [],
  641. "url": {
  642. "raw": "http://172.16.90.8:9098/forest-admin/bigData/product/list?pageNum=1&pageSize=1000&search=&typeId=",
  643. "protocol": "http",
  644. "host": [
  645. "172",
  646. "16",
  647. "90",
  648. "8"
  649. ],
  650. "port": "9098",
  651. "path": [
  652. "forest-admin",
  653. "bigData",
  654. "product",
  655. "list"
  656. ],
  657. "query": [
  658. {
  659. "key": "pageNum",
  660. "value": "1"
  661. },
  662. {
  663. "key": "pageSize",
  664. "value": "1000"
  665. },
  666. {
  667. "key": "search",
  668. "value": "",
  669. "description": "搜索"
  670. },
  671. {
  672. "key": "typeId",
  673. "value": "",
  674. "description": "分类ID"
  675. }
  676. ]
  677. }
  678. },
  679. "response": []
  680. },
  681. {
  682. "name": "根据id查看商品",
  683. "request": {
  684. "method": "GET",
  685. "header": [],
  686. "url": {
  687. "raw": "172.16.90.8:9099/bigData/product/info?id=642",
  688. "host": [
  689. "172",
  690. "16",
  691. "90",
  692. "8"
  693. ],
  694. "port": "9099",
  695. "path": [
  696. "bigData",
  697. "product",
  698. "info"
  699. ],
  700. "query": [
  701. {
  702. "key": "id",
  703. "value": "642"
  704. }
  705. ]
  706. }
  707. },
  708. "response": [
  709. {
  710. "name": "根据id查看商品",
  711. "originalRequest": {
  712. "method": "GET",
  713. "header": [],
  714. "url": {
  715. "raw": "ghost.nat300.top/big-screen/forest-admin/bigData/product/info?id=158",
  716. "host": [
  717. "ghost",
  718. "nat300",
  719. "top"
  720. ],
  721. "path": [
  722. "big-screen",
  723. "forest-admin",
  724. "bigData",
  725. "product",
  726. "info"
  727. ],
  728. "query": [
  729. {
  730. "key": "id",
  731. "value": "158"
  732. }
  733. ]
  734. }
  735. },
  736. "status": "OK",
  737. "code": 200,
  738. "_postman_previewlanguage": "json",
  739. "header": [
  740. {
  741. "key": "Connection",
  742. "value": "close"
  743. },
  744. {
  745. "key": "Transfer-Encoding",
  746. "value": "chunked"
  747. },
  748. {
  749. "key": "Cache-Control",
  750. "value": "max-age=43200"
  751. },
  752. {
  753. "key": "Cache-Control",
  754. "value": "no-cache"
  755. },
  756. {
  757. "key": "Content-Type",
  758. "value": "application/json;charset=UTF-8"
  759. },
  760. {
  761. "key": "Date",
  762. "value": "Sat, 05 Sep 2020 06:34:34 GMT"
  763. },
  764. {
  765. "key": "Expires",
  766. "value": "Sat, 05 Sep 2020 18:34:34 GMT"
  767. },
  768. {
  769. "key": "Pragma",
  770. "value": "no-cache"
  771. },
  772. {
  773. "key": "Server",
  774. "value": "nginx"
  775. },
  776. {
  777. "key": "X-Cache",
  778. "value": "MISS"
  779. },
  780. {
  781. "key": "X-Content-Type-Options",
  782. "value": "nosniff"
  783. },
  784. {
  785. "key": "X-Frame-Options",
  786. "value": "DENY"
  787. },
  788. {
  789. "key": "X-Xss-Protection",
  790. "value": "1; mode=block"
  791. }
  792. ],
  793. "cookie": [],
  794. "body": "{\n \"code\": 200,\n \"message\": \"操作成功\",\n \"data\": {\n \"id\": 158,\n \"name\": \"花椒油\",//名称\n \"pic\": \"https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3440084072,2870197139&fm=26&gp=0.jpg\",//图片\n \"brandName\": \"点点佳\",//品牌\n \"price\": 12,//价格\n \"umsCompanyInfo\": \"贵州玄德生物科技股份有限公司\",//供应商\n \"spec\": \"268ml\",//规格\n \"qualityGuaranteePeriod\": \"12个月\",//保质期\n \"placeOfProduction\": \"贵州省贵阳市贵阳国家高新技术 产业开发区中小企业孵化园B4-1厂房\",//产地\n \"description\": \"选用优质的花椒原料,用超临界二氧化碳流体萃取,经簿膜-分子蒸馏一体化分离,得到花椒芳香油。麻味绵长、椒香浓郁。\"//产品简介\n }\n}"
  795. }
  796. ]
  797. },
  798. {
  799. "name": "查看供应商详情",
  800. "request": {
  801. "method": "GET",
  802. "header": [],
  803. "url": {
  804. "raw": "http://localhost:9000/forest-admin/big/company/detail?id=202",
  805. "protocol": "http",
  806. "host": [
  807. "localhost"
  808. ],
  809. "port": "9000",
  810. "path": [
  811. "forest-admin",
  812. "big",
  813. "company",
  814. "detail"
  815. ],
  816. "query": [
  817. {
  818. "key": "id",
  819. "value": "202"
  820. }
  821. ]
  822. }
  823. },
  824. "response": []
  825. },
  826. {
  827. "name": "移动端数据显示",
  828. "request": {
  829. "method": "GET",
  830. "header": [],
  831. "url": {
  832. "raw": "http://172.16.90.8:8080/#/pages/product/product?id=702",
  833. "protocol": "http",
  834. "host": [
  835. "172",
  836. "16",
  837. "90",
  838. "8"
  839. ],
  840. "port": "8080",
  841. "path": [
  842. ""
  843. ],
  844. "hash": "/pages/product/product?id=702"
  845. }
  846. },
  847. "response": []
  848. }
  849. ],
  850. "protocolProfileBehavior": {}
  851. },
  852. {
  853. "name": "供应商",
  854. "item": [
  855. {
  856. "name": "供应商列表查询",
  857. "request": {
  858. "method": "GET",
  859. "header": [],
  860. "url": {
  861. "raw": "http://172.16.90.8:9098/forest-admin/umsCompany/dt/list?pageNo=1&pageSize=5&pageNum=1",
  862. "protocol": "http",
  863. "host": [
  864. "172",
  865. "16",
  866. "90",
  867. "8"
  868. ],
  869. "port": "9098",
  870. "path": [
  871. "forest-admin",
  872. "umsCompany",
  873. "dt",
  874. "list"
  875. ],
  876. "query": [
  877. {
  878. "key": "pageNo",
  879. "value": "1"
  880. },
  881. {
  882. "key": "pageSize",
  883. "value": "5"
  884. },
  885. {
  886. "key": "pageNum",
  887. "value": "1"
  888. }
  889. ]
  890. }
  891. },
  892. "response": []
  893. },
  894. {
  895. "name": "新增供应商",
  896. "request": {
  897. "method": "PUT",
  898. "header": [],
  899. "body": {
  900. "mode": "raw",
  901. "raw": "{\r\n \"compName\":\"黎平县霞宇油脂有限公司\",\r\n \"companyType\":\"省级林业龙头企业\",\r\n \"compLevel\":1,\r\n \"compQual\":\"营业执照\",\r\n \"compImgs\":null,\r\n \"compUrl\":null,\r\n \"compProdLicenseNum\":\"SC10252263110040\",\r\n \"compManageLicenseNum\":\"JY15223280034051\",\r\n \"compSocialCode\":\"91522631683981761\",\r\n \"compConPerson\":\"李小娟\",\r\n \"isCert\":1,\r\n \"compConType\":null,\r\n \"compConNum\":\"18585502076\",\r\n \"compQq\":\"1067107164\",\r\n \"compManageProduct\":\"山茶油\",\r\n \"provinceId\":\"贵州省\",\r\n \"cityId\":\"黔东南州\",\r\n \"countyId\":\"黎平县\",\r\n \"townId\":null,\r\n \"villageId\":null,\r\n \"detailAddress\":\"德凤镇五开北路大地商城\",\r\n \"longitude\":\"109.141944444444\",\r\n \"latitude\":\"26.2430555555556\",\r\n \"compStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:00.000+0000\",\r\n \"createId\":0,\r\n \"updateTime\":null,\r\n \"updateId\":null,\r\n \"compSum\":\"黎平县霞宇油脂有限公司成立于2009年,是一家集油茶种植、生产、加工、销售于一体的油茶专业化生产企业,公司拥有年加工能力2000吨精炼一级山茶油先进生产线,并拥有年加工茶粕12000吨能力。建有优质油茶示范基地5000亩,其中有机基地油茶林1300亩。公司立足现代企业制度,实行总经理负责制,设有厂办公室、财务科、供销部、生产部、化验室、质检科、研发部等部门。现有员工35人,其中管理人员7人,技术人员5人。公司秉承“致诚、致力、致精、致善”的企业精神,全心全意为消费者提供绿色、健康、放心食品。自成立以来,坚持以市场为导向,以企业为龙头,基地为依托,农户为载体的产业化经营模式,充分利用贵州黎平县土质深厚、海拔适中、环境优美、原始古朴、无任何工业污染的自然禀赋和生态环境优势,着力推进绿色发展,已建成千亩以上油茶林基地3个,联系农户400余户,于2017年获得原料、产品有机认证,确保了公司优质油加工所需原料和产品的品质品牌需求。通过与高等院校、科研机构联姻,依托科技创新,获得8项实用新型专利,先后开发了“黔金果”山茶油系列、“金贵”菜籽油系列等粮油产品,深受消费者青睐。 黔金果山茶油、金贵菜籽油系列产品是公司立足本地资源优势开发的生态食用油,深受本地及沿海地区广大消费者欢迎。近年来,公司屡获殊荣:黔金果山茶油2015年获中国森林食品交易博览会金奖,2015-2017年先后荣膺贵州省名牌产品、贵州省著名商标、“贵州好粮油”。公司荣获2013-2017年省级扶贫龙头企业2014-2021年贵州省林业产业化经营省级龙头企业、2015-2018年贵州省农业产业化重点龙头企业,2014年取得ISO9001质量管理体系认证,2015年入列国家森林生态产品供应商,2016年当选中国林业产业联合会木本油料分会副理事长单位,2017年获得中国第六批“放心粮油”示范企业、中国百佳粮油企业、黔东南州妇女创业就业示范暨培训基地、黔东南州巾帼脱贫攻坚先进集体、黔东南州知识产权试点企业并取得ISO22000食品安全管理体系认证,2018年评为中国粮油榜--中国十佳粮油企业成长之星、被中国林业产业联合会木本油料分会授予2018年度突出贡献会员单位,2018年8月入围中国国际高端健康食用油产业展览开展的“健康风味·大油可为”健康好油评比大赛,2019年获得中国粮食协会颁发的扶贫工作表彰,2019年获得贵州省三八红旗集体等荣誉称号、获得中国粮食协会颁发的扶贫工作表彰2019年10月“黔金果”牌山茶油获得中国国际粮油产品及设备技术展示交易组委会颁发的金奖。\",\r\n \"files\":[\r\n {\r\n \"compId\":180,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/180/20201010163209000000011\",\r\n \"fileType\":\"logo\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:11.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-10T08:32:10.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"compId\":180,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/180/20201010163210000000012\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:14.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-10T08:32:11.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"compId\":180,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/180/20201010163214000000013\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:15.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-10T08:32:14.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"compId\":180,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/180/20201010163215000000014\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:21.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-10T08:32:15.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"compId\":180,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/180/20201010163221000000015\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:27.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-10T08:32:21.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"compId\":180,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/180/20201010163227000000016\",\r\n \"fileType\":\"cert\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:29.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-10T08:32:27.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"compId\":180,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/180/20201010163228000000017\",\r\n \"fileType\":\"qrl\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-10T08:32:29.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-10T08:32:29.000+0000\",\r\n \"updateId\":null\r\n }\r\n ],\r\n \"shops\":[\r\n {\r\n \"compId\":180,\r\n \"shopType\":\"jd\",\r\n \"shopUrl\":\"https://shop.m.jd.com/?shopId=10253511\",\r\n \"shopAddress\":null,\r\n \"shopImg\":null,\r\n \"createTime\":\"2020-10-10T08:32:00.000+0000\",\r\n \"createId\":1,\r\n \"updateTime\":null,\r\n \"shopStatus\":0\r\n }\r\n ],\r\n \"origins\":null\r\n}",
  902. "options": {
  903. "raw": {
  904. "language": "json"
  905. }
  906. }
  907. },
  908. "url": {
  909. "raw": "http://172.16.90.8:9098/forest-admin/umsCompany/info/add",
  910. "protocol": "http",
  911. "host": [
  912. "172",
  913. "16",
  914. "90",
  915. "8"
  916. ],
  917. "port": "9098",
  918. "path": [
  919. "forest-admin",
  920. "umsCompany",
  921. "info",
  922. "add"
  923. ]
  924. }
  925. },
  926. "response": []
  927. },
  928. {
  929. "name": "查看供应商详情",
  930. "request": {
  931. "method": "GET",
  932. "header": [],
  933. "url": {
  934. "raw": "http://172.16.90.8:9098/forest-admin/umsCompany/dt/detail?compId=189",
  935. "protocol": "http",
  936. "host": [
  937. "172",
  938. "16",
  939. "90",
  940. "8"
  941. ],
  942. "port": "9098",
  943. "path": [
  944. "forest-admin",
  945. "umsCompany",
  946. "dt",
  947. "detail"
  948. ],
  949. "query": [
  950. {
  951. "key": "compId",
  952. "value": "189"
  953. }
  954. ]
  955. }
  956. },
  957. "response": []
  958. },
  959. {
  960. "name": "更新供应商",
  961. "request": {
  962. "method": "PUT",
  963. "header": [],
  964. "body": {
  965. "mode": "raw",
  966. "raw": "{\r\n \"id\":214,\r\n \"compName\":\"贵阳丰亿隆农业发展有限公司\",\r\n \"companyType\":\"一般企业\",\r\n \"compLevel\":1,\r\n \"compQual\":\"营业执照\",\r\n \"compImgs\":null,\r\n \"compUrl\":null,\r\n \"compProdLicenseNum\":null,\r\n \"compManageLicenseNum\":null,\r\n \"compSocialCode\":\"91520112MA6HHDA21J\",\r\n \"compConPerson\":\"熊霜双\",\r\n \"isCert\":1,\r\n \"compConType\":null,\r\n \"compConNum\":\"13885188800\",\r\n \"compQq\":\"851136471@qq.cm\",\r\n \"compManageProduct\":\"金花茶\",\r\n \"provinceId\":\"贵州省\",\r\n \"cityId\":\"贵阳市\",\r\n \"countyId\":\"云岩区\",\r\n \"townId\":null,\r\n \"villageId\":null,\r\n \"detailAddress\":\"贵州省贵阳市云岩区七冲一号隧道\",\r\n \"longitude\":106.689342,\r\n \"latitude\":26.61253,\r\n \"compStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:05.000+0000\",\r\n \"createId\":0,\r\n \"updateTime\":null,\r\n \"updateId\":null,\r\n \"compSum\":\" 贵阳丰亿隆农业发展有限公司成立于2019年,坐落于贵阳市乌当区羊昌镇国家农业科技园区,是一家专业从事花卉苗木种植及销售(核心产品金花茶种植、三角梅种植),园林绿化工程设计及施工的企业。是贵阳市花卉苗木专业市场的运营平台商,拥有10万平方米的连栋温室大棚,核心区域可使用土地3000亩,周围配套使用土地30000亩左右,覆盖环线4个乡镇。\r\n 公司经营范围:农作物、蔬菜、水果、茶叶、花卉的种植及销售,农副产品的销售;园林绿化程设计及施工;市政工程;土地开发;生态农业开发及观光;会议会展服务;餐饮服务;企业管理及咨询(不含投资咨询、融资理财服务): 市场营销策划;房屋租赁;电子商务;进出口贸易;环保科技领域内的技术开发、技术咨询、技术服务、技术转让;货物运输及代理;植物科研开发,劳务分包,劳务派遣,电商服务平台建设及运营,道路货物运输(不含危险品),林木育苗及成品销售,场地租赁,市场管理服务,物业管理,停车场服务,苗木种植及销售,生态恢复工程,工程绿化管理及养护,病虫防治服务,花卉租赁,园艺作物。所承接并完成的各类大、中、小型工程均受到一致好评,在花卉苗木市场赢得良好的信誉,在业界享有一定的知名度。\r\n公司拥有1000平方米办公空间,硬件配套设施齐全,具有现代化的办公环境及条件。公司体制完整,具备专业技术种植、养护团队,对工程的设计、施工及后期服务有一套成熟有效的管理制度,拥有严格科学的质量保障体系。\r\n 我们用智慧、技能、真诚及优越的资源条件打造精品,坚持在品种、技术创新的基础上,狠抓品质,不断提高服务水平,实现了公司业务的良性发展。\r\n “信誉第一、质量第一、服务第一”是我们永远遵循的宗旨,稳定、发展、改革、创新是我们经久不变的发展理念。\r\n真诚携手,共赢同享,贵阳丰亿隆农业发展有限公司愿与您携手共进,开创未来,实现梦想。\",\r\n \"files\":[\r\n {\r\n \"id\":640,\r\n \"compId\":214,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/214/20201014100112000000010\",\r\n \"fileType\":\"logo\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:13.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-14T02:01:12.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"id\":641,\r\n \"compId\":214,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/214/20201014100112000000011\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:14.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-14T02:01:13.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"id\":642,\r\n \"compId\":214,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/214/20201014100113000000012\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:16.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-14T02:01:14.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"id\":643,\r\n \"compId\":214,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/214/20201014100116000000013\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:21.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-14T02:01:16.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"id\":644,\r\n \"compId\":214,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/214/20201014100121000000014\",\r\n \"fileType\":\"company\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:27.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-14T02:01:21.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"id\":645,\r\n \"compId\":214,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/214/20201014100126000000015\",\r\n \"fileType\":\"cert\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:28.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-14T02:01:27.000+0000\",\r\n \"updateId\":null\r\n },\r\n {\r\n \"id\":646,\r\n \"compId\":214,\r\n \"fileUrl\":\"http://fqn.hongweisoft.com/0/3/214/20201014100128000000016\",\r\n \"fileType\":\"qrl\",\r\n \"fileStatus\":0,\r\n \"createTime\":\"2020-10-14T02:01:29.000+0000\",\r\n \"createId\":null,\r\n \"updateTime\":\"2020-10-14T02:01:28.000+0000\",\r\n \"updateId\":null\r\n }\r\n ],\r\n \"shops\":[\r\n\r\n ],\r\n \"origins\":null\r\n}",
  967. "options": {
  968. "raw": {
  969. "language": "json"
  970. }
  971. }
  972. },
  973. "url": {
  974. "raw": "http://172.16.90.8:9098/forest-admin/umsCompany/info/update",
  975. "protocol": "http",
  976. "host": [
  977. "172",
  978. "16",
  979. "90",
  980. "8"
  981. ],
  982. "port": "9098",
  983. "path": [
  984. "forest-admin",
  985. "umsCompany",
  986. "info",
  987. "update"
  988. ]
  989. }
  990. },
  991. "response": []
  992. },
  993. {
  994. "name": "删除供应商",
  995. "request": {
  996. "method": "GET",
  997. "header": [],
  998. "url": {
  999. "raw": "http://172.16.90.8:9098/forest-admin/umsCompany/info/delete?compId=202",
  1000. "protocol": "http",
  1001. "host": [
  1002. "172",
  1003. "16",
  1004. "90",
  1005. "8"
  1006. ],
  1007. "port": "9098",
  1008. "path": [
  1009. "forest-admin",
  1010. "umsCompany",
  1011. "info",
  1012. "delete"
  1013. ],
  1014. "query": [
  1015. {
  1016. "key": "compId",
  1017. "value": "202"
  1018. }
  1019. ]
  1020. }
  1021. },
  1022. "response": []
  1023. }
  1024. ],
  1025. "protocolProfileBehavior": {}
  1026. },
  1027. {
  1028. "name": "批量上传文件",
  1029. "item": [
  1030. {
  1031. "name": "文件上传",
  1032. "request": {
  1033. "method": "POST",
  1034. "header": [],
  1035. "url": {
  1036. "raw": "http://172.16.90.8:9099/first/upload?compName=贵阳丰亿隆农业发展有限公司&paths=D:/林业商品上传/贵阳丰亿隆农业发展有限公司/\n&type=2",
  1037. "protocol": "http",
  1038. "host": [
  1039. "172",
  1040. "16",
  1041. "90",
  1042. "8"
  1043. ],
  1044. "port": "9099",
  1045. "path": [
  1046. "first",
  1047. "upload"
  1048. ],
  1049. "query": [
  1050. {
  1051. "key": "compName",
  1052. "value": "贵阳丰亿隆农业发展有限公司"
  1053. },
  1054. {
  1055. "key": "paths",
  1056. "value": "D:/林业商品上传/贵阳丰亿隆农业发展有限公司/\n"
  1057. },
  1058. {
  1059. "key": "type",
  1060. "value": "2"
  1061. }
  1062. ]
  1063. }
  1064. },
  1065. "response": []
  1066. }
  1067. ],
  1068. "protocolProfileBehavior": {}
  1069. },
  1070. {
  1071. "name": "用户管理",
  1072. "item": [
  1073. {
  1074. "name": "供应商下拉列表",
  1075. "request": {
  1076. "method": "GET",
  1077. "header": [],
  1078. "url": {
  1079. "raw": "http://localhost:9098/forest-admin/umsCompany/select/list",
  1080. "protocol": "http",
  1081. "host": [
  1082. "localhost"
  1083. ],
  1084. "port": "9098",
  1085. "path": [
  1086. "forest-admin",
  1087. "umsCompany",
  1088. "select",
  1089. "list"
  1090. ]
  1091. }
  1092. },
  1093. "response": []
  1094. },
  1095. {
  1096. "name": "新增用户",
  1097. "request": {
  1098. "method": "POST",
  1099. "header": [],
  1100. "body": {
  1101. "mode": "raw",
  1102. "raw": "{\r\n \"id\":null,\r\n \"username\":\"test\",\r\n \"password\":\"13131\",\r\n \"icon\":\"http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/images/20180607/timg.jpg\",\r\n \"email\":\"admin@163.com\",\r\n \"nickName\":\"系统管理员\",\r\n \"note\":\"系统管理员\",\r\n \"createTime\":\"2018-10-08T05:32:47.000+0000\",\r\n \"loginTime\":\"2019-04-20T04:45:16.000+0000\",\r\n \"status\":1,\r\n \"compId\":null,\r\n \"compName\":null\r\n}",
  1103. "options": {
  1104. "raw": {
  1105. "language": "json"
  1106. }
  1107. }
  1108. },
  1109. "url": {
  1110. "raw": "http://172.16.90.8:9098/forest-admin/admin/register",
  1111. "protocol": "http",
  1112. "host": [
  1113. "172",
  1114. "16",
  1115. "90",
  1116. "8"
  1117. ],
  1118. "port": "9098",
  1119. "path": [
  1120. "forest-admin",
  1121. "admin",
  1122. "register"
  1123. ]
  1124. }
  1125. },
  1126. "response": []
  1127. },
  1128. {
  1129. "name": "分页列表",
  1130. "request": {
  1131. "method": "GET",
  1132. "header": [],
  1133. "url": {
  1134. "raw": "http://172.16.90.8:9098/forest-admin/admin/list?pageNum=1&pageSize=10",
  1135. "protocol": "http",
  1136. "host": [
  1137. "172",
  1138. "16",
  1139. "90",
  1140. "8"
  1141. ],
  1142. "port": "9098",
  1143. "path": [
  1144. "forest-admin",
  1145. "admin",
  1146. "list"
  1147. ],
  1148. "query": [
  1149. {
  1150. "key": "pageNum",
  1151. "value": "1"
  1152. },
  1153. {
  1154. "key": "pageSize",
  1155. "value": "10"
  1156. }
  1157. ]
  1158. }
  1159. },
  1160. "response": []
  1161. },
  1162. {
  1163. "name": "编辑用户",
  1164. "request": {
  1165. "method": "POST",
  1166. "header": [],
  1167. "body": {
  1168. "mode": "raw",
  1169. "raw": "{\r\n \"id\": 6,\r\n \"username\": \"test\",\r\n \"password\": \"$2a$10$6/.J.p.6Bhn7ic4GfoB5D.pGd7xSiD1a9M6ht6yO0fxzlKJPjRAGm\",\r\n \"icon\": null,\r\n \"email\": \"product@qq.com\",\r\n \"nickName\": \"商品管理员\",\r\n \"note\": \"只有商品权限\",\r\n \"createTime\": \"2020-02-07T08:15:08.000+0000\",\r\n \"loginTime\": null,\r\n \"status\": 1,\r\n \"compId\": null,\r\n \"compName\": null\r\n }",
  1170. "options": {
  1171. "raw": {
  1172. "language": "json"
  1173. }
  1174. }
  1175. },
  1176. "url": {
  1177. "raw": "http://172.16.90.8:9098/forest-admin/admin/update/6",
  1178. "protocol": "http",
  1179. "host": [
  1180. "172",
  1181. "16",
  1182. "90",
  1183. "8"
  1184. ],
  1185. "port": "9098",
  1186. "path": [
  1187. "forest-admin",
  1188. "admin",
  1189. "update",
  1190. "6"
  1191. ]
  1192. }
  1193. },
  1194. "response": []
  1195. }
  1196. ],
  1197. "protocolProfileBehavior": {}
  1198. },
  1199. {
  1200. "name": "菜单",
  1201. "item": [
  1202. {
  1203. "name": "新增绑定",
  1204. "protocolProfileBehavior": {
  1205. "disableBodyPruning": true
  1206. },
  1207. "request": {
  1208. "method": "GET",
  1209. "header": [],
  1210. "body": {
  1211. "mode": "formdata",
  1212. "formdata": [
  1213. {
  1214. "key": "roleId",
  1215. "value": "6",
  1216. "type": "text"
  1217. },
  1218. {
  1219. "key": "menuIds",
  1220. "value": "2,1,26,21,30",
  1221. "type": "text"
  1222. }
  1223. ]
  1224. },
  1225. "url": {
  1226. "raw": "http://172.16.90.8:9098/forest-admin/role/allocMenu",
  1227. "protocol": "http",
  1228. "host": [
  1229. "172",
  1230. "16",
  1231. "90",
  1232. "8"
  1233. ],
  1234. "port": "9098",
  1235. "path": [
  1236. "forest-admin",
  1237. "role",
  1238. "allocMenu"
  1239. ]
  1240. }
  1241. },
  1242. "response": []
  1243. }
  1244. ],
  1245. "protocolProfileBehavior": {}
  1246. }
  1247. ],
  1248. "auth": {
  1249. "type": "apikey",
  1250. "apikey": [
  1251. {
  1252. "key": "value",
  1253. "value": "BearereyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ6ZGQiLCJjcmVhdGVkIjoxNjAyNjU5MDg3MjczLCJleHAiOjE2MDMyNjM4ODd9.ERPybK8iRjEMarmbtVk2uZnuy9jIpGx-F4JwAc4thP2tKft9sVIlqe3oBnHJ61ufniBq8o4ANWF3npHx8czK2Q",
  1254. "type": "string"
  1255. },
  1256. {
  1257. "key": "key",
  1258. "value": "Authorization",
  1259. "type": "string"
  1260. }
  1261. ]
  1262. },
  1263. "event": [
  1264. {
  1265. "listen": "prerequest",
  1266. "script": {
  1267. "id": "fe0cbe7c-db50-4cf2-847e-6ea029c6353f",
  1268. "type": "text/javascript",
  1269. "exec": [
  1270. ""
  1271. ]
  1272. }
  1273. },
  1274. {
  1275. "listen": "test",
  1276. "script": {
  1277. "id": "cc735e5e-c11e-4c47-9acb-c356de242901",
  1278. "type": "text/javascript",
  1279. "exec": [
  1280. ""
  1281. ]
  1282. }
  1283. }
  1284. ],
  1285. "protocolProfileBehavior": {}
  1286. }