api_data.js 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626
  1. define({ "api": [
  2. {
  3. "success": {
  4. "fields": {
  5. "Success 200": [
  6. {
  7. "group": "Success 200",
  8. "optional": false,
  9. "field": "varname1",
  10. "description": "<p>No type.</p>"
  11. },
  12. {
  13. "group": "Success 200",
  14. "type": "String",
  15. "optional": false,
  16. "field": "varname2",
  17. "description": "<p>With type.</p>"
  18. }
  19. ]
  20. }
  21. },
  22. "type": "",
  23. "url": "",
  24. "version": "0.0.0",
  25. "filename": "D:/work/intellij-projects/ein/api/doc/apidoctemplate/main.js",
  26. "group": "D__work_intellij_projects_ein_api_doc_apidoctemplate_main_js",
  27. "groupTitle": "D__work_intellij_projects_ein_api_doc_apidoctemplate_main_js",
  28. "name": ""
  29. },
  30. {
  31. "success": {
  32. "fields": {
  33. "Success 200": [
  34. {
  35. "group": "Success 200",
  36. "optional": false,
  37. "field": "varname1",
  38. "description": "<p>No type.</p>"
  39. },
  40. {
  41. "group": "Success 200",
  42. "type": "String",
  43. "optional": false,
  44. "field": "varname2",
  45. "description": "<p>With type.</p>"
  46. }
  47. ]
  48. }
  49. },
  50. "type": "",
  51. "url": "",
  52. "version": "0.0.0",
  53. "filename": "D:/work/intellij-projects/ein/api/doc/main.js",
  54. "group": "D__work_intellij_projects_ein_api_doc_main_js",
  55. "groupTitle": "D__work_intellij_projects_ein_api_doc_main_js",
  56. "name": ""
  57. },
  58. {
  59. "success": {
  60. "fields": {
  61. "Success 200": [
  62. {
  63. "group": "Success 200",
  64. "optional": false,
  65. "field": "varname1",
  66. "description": "<p>No type.</p>"
  67. },
  68. {
  69. "group": "Success 200",
  70. "type": "String",
  71. "optional": false,
  72. "field": "varname2",
  73. "description": "<p>With type.</p>"
  74. }
  75. ]
  76. }
  77. },
  78. "type": "",
  79. "url": "",
  80. "version": "0.0.0",
  81. "filename": "D:/work/intellij-projects/ein/api/src/main/webapp/static/doc/main.js",
  82. "group": "D__work_intellij_projects_ein_api_src_main_webapp_static_doc_main_js",
  83. "groupTitle": "D__work_intellij_projects_ein_api_src_main_webapp_static_doc_main_js",
  84. "name": ""
  85. },
  86. {
  87. "success": {
  88. "fields": {
  89. "Success 200": [
  90. {
  91. "group": "Success 200",
  92. "optional": false,
  93. "field": "varname1",
  94. "description": "<p>No type.</p>"
  95. },
  96. {
  97. "group": "Success 200",
  98. "type": "String",
  99. "optional": false,
  100. "field": "varname2",
  101. "description": "<p>With type.</p>"
  102. }
  103. ]
  104. }
  105. },
  106. "type": "",
  107. "url": "",
  108. "version": "0.0.0",
  109. "filename": "D:/work/intellij-projects/ein/api/target/api/static/doc/main.js",
  110. "group": "D__work_intellij_projects_ein_api_target_api_static_doc_main_js",
  111. "groupTitle": "D__work_intellij_projects_ein_api_target_api_static_doc_main_js",
  112. "name": ""
  113. },
  114. {
  115. "type": "post",
  116. "url": "/banner/query",
  117. "title": "U-查询banner",
  118. "name": "query",
  119. "group": "groupNameForBanner",
  120. "parameter": {
  121. "fields": {
  122. "Parameter": [
  123. {
  124. "group": "Parameter",
  125. "optional": false,
  126. "field": "type",
  127. "description": "<p>类型[必填](类型:10=首页banner、20=产品列表banner、30=分享banner、40=会员banner、50=店铺端主页、60=特别主题)</p>"
  128. },
  129. {
  130. "group": "Parameter",
  131. "optional": false,
  132. "field": "brand",
  133. "description": "<p>品牌</p>"
  134. }
  135. ]
  136. }
  137. },
  138. "success": {
  139. "examples": [
  140. {
  141. "title": "Response-Example:",
  142. "content": "{\n\"code\": \"0\",\n\"data\": [\n{\n\"brand\": \"EIN\",\n\"id\": 1,\n\"image\": \"https://gdp.alicdn.com/imgextra/i1/443465738/TB24fWrmgxlpuFjSszgXXcJdpXa_!!443465738.jpg\",\n\"link\": {\n\"id\": 1,\n\"kind\": \"10\",\n\"netUrl\": \"www.baidu.com\"\n},\n\"linkId\": 1,\n\"type\": \"10\"\n},\n{\n\"brand\": \"EIN\",\n\"id\": 2,\n\"image\": \"https://gdp.alicdn.com/imgextra/i1/443465738/TB2qQtHnYRkpuFjSspmXXc.9XXa_!!443465738.jpg\",\n\"link\": {\n\"businessId\": 1,\n\"businessType\": \"10\",\n\"id\": 2,\n\"kind\": \"20\"\n},\n\"linkId\": 2,\n\"type\": \"10\"\n}\n],\n\"message\": \"\"\n}",
  143. "type": "json"
  144. }
  145. ]
  146. },
  147. "version": "0.0.0",
  148. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/BannerApi.java",
  149. "groupTitle": "Banner",
  150. "sampleRequest": [
  151. {
  152. "url": "http://120.132.6.151:8084/api/api/banner/query"
  153. }
  154. ]
  155. },
  156. {
  157. "type": "post",
  158. "url": "/fashion/homepageQuery",
  159. "title": "U-首页信息查询",
  160. "name": "homepageQuery",
  161. "group": "groupNameForFashion",
  162. "parameter": {
  163. "fields": {
  164. "Parameter": [
  165. {
  166. "group": "Parameter",
  167. "optional": false,
  168. "field": "brand",
  169. "description": "<p>品牌</p>"
  170. }
  171. ]
  172. }
  173. },
  174. "success": {
  175. "examples": [
  176. {
  177. "title": "Response-Example:",
  178. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"xyList\": [\n{\n\"brand\": \"EIN\",\n\"content\": {\n\"id\": 1,\n\"kind\": \"10\",\n\"richTextContent\": \"2015年9月13日,EIN携手南山文体中心剧院邀观者再赴音乐剧场,并力邀享誉国际的英国皇家音乐学院荣誉院士\\r\\nGordon续写音乐人生!有时装装置展、艺术家音乐演奏和概念Fashion Show三部分构成,融合了装置、音乐和时尚表演形式,是EIN开创时装品牌跨界音乐会之县里,为观者弥留无限想象的至臻体验。\"\n},\n\"contentId\": 1,\n\"cover\": \"http://img.zcool.cn/community/012913577243b50000018c1bc29917.jpg\",\n\"id\": 2,\n\"title\": \"秀演\",\n\"type\": \"20\"\n}\n],\n\"videoTypeList\": [\n{\n\"dataList\": [\n{\n\"brand\": \"EIN\",\n\"content\": {\n\"id\": 2,\n\"kind\": \"30\",\n\"videoName\": \"视频test\",\n\"videoUrl\": \"http://mp4.28mtv.com:9090/mp41/%E5%BC%A0%E7%A3%8A-%E5%8D%97%E5%B1%B1%E5%8D%97[68mtv.com].mp4\"\n},\n\"contentId\": 2,\n\"cover\": \"http://img.zcool.cn/community/012913577243b50000018c1bc29917.jpg\",\n\"id\": 3,\n\"title\": \"视频\",\n\"type\": \"30\"\n}\n],\n\"id\": 1,\n\"kind\": \"10\",\n\"name\": \"广告视频\"\n},\n{\n\"dataList\": [],\n\"id\": 2,\n\"kind\": \"10\",\n\"name\": \"秀演视频\"\n},\n{\n\"dataList\": [],\n\"id\": 3,\n\"kind\": \"10\",\n\"name\": \"创业短片\"\n}\n],\n\"dpList\": [\n{\n\"brand\": \"EIN\",\n\"content\": {\n\"id\": 1,\n\"kind\": \"10\",\n\"richTextContent\": \"2015年9月13日,EIN携手南山文体中心剧院邀观者再赴音乐剧场,并力邀享誉国际的英国皇家音乐学院荣誉院士\\r\\nGordon续写音乐人生!有时装装置展、艺术家音乐演奏和概念Fashion Show三部分构成,融合了装置、音乐和时尚表演形式,是EIN开创时装品牌跨界音乐会之县里,为观者弥留无限想象的至臻体验。\"\n},\n\"contentId\": 1,\n\"cover\": \"http://img.zcool.cn/community/012913577243b50000018c1bc29917.jpg\",\n\"id\": 1,\n\"title\": \"\\r\\nEIN x Gordon Fergus-Thompson 音乐之夜\",\n\"type\": \"10\"\n}\n]\n},\n\"message\": \"\"\n}",
  179. "type": "json"
  180. }
  181. ]
  182. },
  183. "version": "0.0.0",
  184. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/FashionApi.java",
  185. "groupTitle": "时尚",
  186. "sampleRequest": [
  187. {
  188. "url": "http://120.132.6.151:8084/api/api/fashion/homepageQuery"
  189. }
  190. ]
  191. },
  192. {
  193. "type": "post",
  194. "url": "/fashion/queryById",
  195. "title": "U-查询时尚详情",
  196. "name": "queryById",
  197. "group": "groupNameForFashion",
  198. "parameter": {
  199. "fields": {
  200. "Parameter": [
  201. {
  202. "group": "Parameter",
  203. "optional": false,
  204. "field": "id",
  205. "description": "<p>ID[必填]</p>"
  206. }
  207. ]
  208. }
  209. },
  210. "success": {
  211. "examples": [
  212. {
  213. "title": "Response-Example:",
  214. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"brand\": \"EIN\",\n\"content\": {\n\"id\": 1,\n\"kind\": \"10\",\n\"richTextContent\": \"2015年9月13日,EIN携手南山文体中心剧院邀观者再赴音乐剧场,并力邀享誉国际的英国皇家音乐学院荣誉院士\\r\\nGordon续写音乐人生!有时装装置展、艺术家音乐演奏和概念Fashion Show三部分构成,融合了装置、音乐和时尚表演形式,是EIN开创时装品牌跨界音乐会之县里,为观者弥留无限想象的至臻体验。\"\n},\n\"contentId\": 1,\n\"cover\": \"http://img.zcool.cn/community/012913577243b50000018c1bc29917.jpg\",\n\"id\": 1,\n\"title\": \"\\r\\nEIN x Gordon Fergus-Thompson 音乐之夜\",\n\"type\": \"10\"\n},\n\"message\": \"\"\n}",
  215. "type": "json"
  216. }
  217. ]
  218. },
  219. "version": "0.0.0",
  220. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/FashionApi.java",
  221. "groupTitle": "时尚",
  222. "sampleRequest": [
  223. {
  224. "url": "http://120.132.6.151:8084/api/api/fashion/queryById"
  225. }
  226. ]
  227. },
  228. {
  229. "type": "post",
  230. "url": "/news/pageQuery",
  231. "title": "查询",
  232. "name": "pageQuery",
  233. "group": "groupNameForGiftExchangeRecord",
  234. "parameter": {
  235. "fields": {
  236. "Parameter": [
  237. {
  238. "group": "Parameter",
  239. "optional": false,
  240. "field": "pageNumber",
  241. "description": "<p>页码[必填]</p>"
  242. },
  243. {
  244. "group": "Parameter",
  245. "optional": false,
  246. "field": "pageSize",
  247. "description": "<p>行数[必填]</p>"
  248. }
  249. ]
  250. }
  251. },
  252. "success": {
  253. "examples": [
  254. {
  255. "title": "Response-Example:",
  256. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  257. "type": "json"
  258. }
  259. ]
  260. },
  261. "version": "0.0.0",
  262. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GiftExchangeRecordApi.java",
  263. "groupTitle": "兑换记录",
  264. "sampleRequest": [
  265. {
  266. "url": "http://120.132.6.151:8084/api/api/news/pageQuery"
  267. }
  268. ]
  269. },
  270. {
  271. "type": "post",
  272. "url": "/gift/pageQuery",
  273. "title": "U-查询分页",
  274. "name": "pageQuery",
  275. "group": "groupNameForGift",
  276. "parameter": {
  277. "fields": {
  278. "Parameter": [
  279. {
  280. "group": "Parameter",
  281. "optional": false,
  282. "field": "pageNumber",
  283. "description": "<p>页码[必填]</p>"
  284. },
  285. {
  286. "group": "Parameter",
  287. "optional": false,
  288. "field": "pageSize",
  289. "description": "<p>行数[必填]</p>"
  290. },
  291. {
  292. "group": "Parameter",
  293. "optional": false,
  294. "field": "brand",
  295. "description": "<p>品牌</p>"
  296. },
  297. {
  298. "group": "Parameter",
  299. "optional": false,
  300. "field": "bigTypeName",
  301. "description": "<p>大类名</p>"
  302. },
  303. {
  304. "group": "Parameter",
  305. "optional": false,
  306. "field": "categoryName",
  307. "description": "<p>品类名</p>"
  308. }
  309. ]
  310. }
  311. },
  312. "success": {
  313. "examples": [
  314. {
  315. "title": "Response-Example:",
  316. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  317. "type": "json"
  318. }
  319. ]
  320. },
  321. "version": "0.0.0",
  322. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GiftApi.java",
  323. "groupTitle": "积分礼品",
  324. "sampleRequest": [
  325. {
  326. "url": "http://120.132.6.151:8084/api/api/gift/pageQuery"
  327. }
  328. ]
  329. },
  330. {
  331. "type": "post",
  332. "url": "/goods/pageQueryGroup",
  333. "title": "U-查询商品列表(新)-分页",
  334. "name": "pageQueryGroup",
  335. "group": "groupNameForGoods",
  336. "parameter": {
  337. "fields": {
  338. "Parameter": [
  339. {
  340. "group": "Parameter",
  341. "optional": false,
  342. "field": "pageNumber",
  343. "description": "<p>页码[必填]</p>"
  344. },
  345. {
  346. "group": "Parameter",
  347. "optional": false,
  348. "field": "pageSize",
  349. "description": "<p>行数[必填]</p>"
  350. },
  351. {
  352. "group": "Parameter",
  353. "optional": false,
  354. "field": "brand",
  355. "description": "<p>品牌[必填]</p>"
  356. },
  357. {
  358. "group": "Parameter",
  359. "optional": false,
  360. "field": "discountType",
  361. "description": "<p>折扣类型[必填]</p>"
  362. },
  363. {
  364. "group": "Parameter",
  365. "optional": false,
  366. "field": "manageType",
  367. "description": "<p>经营类型(为空表示全部)</p>"
  368. },
  369. {
  370. "group": "Parameter",
  371. "optional": false,
  372. "field": "series",
  373. "description": "<p>系列</p>"
  374. },
  375. {
  376. "group": "Parameter",
  377. "optional": false,
  378. "field": "categoryName",
  379. "description": "<p>品类</p>"
  380. },
  381. {
  382. "group": "Parameter",
  383. "optional": false,
  384. "field": "sortInfo",
  385. "description": "<p>排序类型:0=按价格升序 1=按价格降序</p>"
  386. },
  387. {
  388. "group": "Parameter",
  389. "optional": false,
  390. "field": "keyword",
  391. "description": "<p>搜索信息(模糊查询)</p>"
  392. }
  393. ]
  394. }
  395. },
  396. "success": {
  397. "examples": [
  398. {
  399. "title": "Response-Example:",
  400. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [\n{\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"code\": \"EH020171100232\",\n\"cover\": \"https://gdp.alicdn.com/imgextra/i3/443465738/TB2RPuxq.hnpuFjSZFEXXX0PFXa_!!443465738.jpg\",\n\"discountType\": \"10\",\n\"id\": 1,\n\"littleTypeName\": \"裤子\",\n\"manageType\": \"10\",\n\"month\": \"1月\",\n\"name\": \"毛衫连衣裙\",\n\"quarter\": \"春季\",\n\"retailPrice\": 1980,\n\"series\": \"E系列\",\n\"tagPrice\": 1980,\n\"wave\": \"第二波\",\n\"year\": \"2015\"\n},\n{\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"code\": \"EH020171100234\",\n\"cover\": \"https://gdp.alicdn.com/imgextra/i3/443465738/TB2RPuxq.hnpuFjSZFEXXX0PFXa_!!443465738.jpg\",\n\"discountType\": \"10\",\n\"id\": 2,\n\"littleTypeName\": \"裤子\",\n\"manageType\": \"10\",\n\"month\": \"2月\",\n\"name\": \"毛衫上衣\",\n\"quarter\": \"夏季\",\n\"retailPrice\": 1100,\n\"series\": \"E系列\",\n\"tagPrice\": 1100,\n\"wave\": \"第二波\",\n\"year\": \"2016\"\n}\n],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  401. "type": "json"
  402. }
  403. ]
  404. },
  405. "version": "0.0.0",
  406. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
  407. "groupTitle": "商品",
  408. "sampleRequest": [
  409. {
  410. "url": "http://120.132.6.151:8084/api/api/goods/pageQueryGroup"
  411. }
  412. ]
  413. },
  414. {
  415. "type": "post",
  416. "url": "/goods/queryBigType",
  417. "title": "U-查询商品大分类",
  418. "name": "queryBigType",
  419. "group": "groupNameForGoods",
  420. "parameter": {
  421. "fields": {
  422. "Parameter": [
  423. {
  424. "group": "Parameter",
  425. "optional": false,
  426. "field": "brand",
  427. "description": "<p>品牌[必填]</p>"
  428. },
  429. {
  430. "group": "Parameter",
  431. "optional": false,
  432. "field": "discountType",
  433. "description": "<p>折扣类型[必填]</p>"
  434. },
  435. {
  436. "group": "Parameter",
  437. "optional": false,
  438. "field": "manageType",
  439. "description": "<p>经营类型(为空表示全部)</p>"
  440. }
  441. ]
  442. }
  443. },
  444. "success": {
  445. "examples": [
  446. {
  447. "title": "Response-Example:",
  448. "content": "{\"code\":\"0\",\"data\":[\"服装\"],\"message\":\"\"}",
  449. "type": "json"
  450. }
  451. ]
  452. },
  453. "version": "0.0.0",
  454. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
  455. "groupTitle": "商品",
  456. "sampleRequest": [
  457. {
  458. "url": "http://120.132.6.151:8084/api/api/goods/queryBigType"
  459. }
  460. ]
  461. },
  462. {
  463. "type": "post",
  464. "url": "/goods/queryByCodeGroup",
  465. "title": "U-商品详情(根据code查询)",
  466. "name": "queryByCodeGroup",
  467. "group": "groupNameForGoods",
  468. "parameter": {
  469. "fields": {
  470. "Parameter": [
  471. {
  472. "group": "Parameter",
  473. "optional": false,
  474. "field": "code",
  475. "description": "<p>商品编码[必填]</p>"
  476. }
  477. ]
  478. }
  479. },
  480. "success": {
  481. "examples": [
  482. {
  483. "title": "Response-Example:",
  484. "content": "{\n\"code\": \"0\",\n\"data\": [\n{\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"code\": \"EH020171100232\",\n\"cover\": \"https://gdp.alicdn.com/imgextra/i3/443465738/TB2RPuxq.hnpuFjSZFEXXX0PFXa_!!443465738.jpg\",\n\"discountType\": \"10\",\n\"id\": 1,\n\"littleTypeName\": \"裤子\",\n\"manageType\": \"10\",\n\"month\": \"1月\",\n\"name\": \"毛衫连衣裙\",\n\"quarter\": \"春季\",\n\"retailPrice\": 1980,\n\"series\": \"E系列\",\n\"tagPrice\": 1980,\n\"wave\": \"第二波\",\n\"year\": \"2015\"\n},\n{\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"code\": \"EH020171100234\",\n\"cover\": \"https://gdp.alicdn.com/imgextra/i3/443465738/TB2RPuxq.hnpuFjSZFEXXX0PFXa_!!443465738.jpg\",\n\"discountType\": \"10\",\n\"id\": 2,\n\"littleTypeName\": \"裤子\",\n\"manageType\": \"10\",\n\"month\": \"2月\",\n\"name\": \"毛衫上衣\",\n\"quarter\": \"夏季\",\n\"retailPrice\": 1100,\n\"series\": \"E系列\",\n\"tagPrice\": 1100,\n\"wave\": \"第二波\",\n\"year\": \"2016\"\n}\n],\n\"message\": \"\"\n}",
  485. "type": "json"
  486. }
  487. ]
  488. },
  489. "version": "0.0.0",
  490. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
  491. "groupTitle": "商品",
  492. "sampleRequest": [
  493. {
  494. "url": "http://120.132.6.151:8084/api/api/goods/queryByCodeGroup"
  495. }
  496. ]
  497. },
  498. {
  499. "type": "post",
  500. "url": "/goods/queryCategoryName",
  501. "title": "U-查询品类信息",
  502. "name": "queryCategoryName",
  503. "group": "groupNameForGoods",
  504. "parameter": {
  505. "fields": {
  506. "Parameter": [
  507. {
  508. "group": "Parameter",
  509. "optional": false,
  510. "field": "brand",
  511. "description": "<p>品牌[必填]</p>"
  512. },
  513. {
  514. "group": "Parameter",
  515. "optional": false,
  516. "field": "discountType",
  517. "description": "<p>折扣类型[必填]</p>"
  518. },
  519. {
  520. "group": "Parameter",
  521. "optional": false,
  522. "field": "manageType",
  523. "description": "<p>经营类型(为空表示全部)</p>"
  524. }
  525. ]
  526. }
  527. },
  528. "success": {
  529. "examples": [
  530. {
  531. "title": "Response-Example:",
  532. "content": "{\"code\":\"0\",\"data\":[\"服装\"],\"message\":\"\"}",
  533. "type": "json"
  534. }
  535. ]
  536. },
  537. "version": "0.0.0",
  538. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
  539. "groupTitle": "商品",
  540. "sampleRequest": [
  541. {
  542. "url": "http://120.132.6.151:8084/api/api/goods/queryCategoryName"
  543. }
  544. ]
  545. },
  546. {
  547. "type": "post",
  548. "url": "/goods/queryLittleType",
  549. "title": "查询商品小分类",
  550. "name": "queryLittleType",
  551. "group": "groupNameForGoods",
  552. "parameter": {
  553. "fields": {
  554. "Parameter": [
  555. {
  556. "group": "Parameter",
  557. "optional": false,
  558. "field": "brand",
  559. "description": "<p>品牌[必填]</p>"
  560. },
  561. {
  562. "group": "Parameter",
  563. "optional": false,
  564. "field": "discountType",
  565. "description": "<p>折扣类型[必填]</p>"
  566. },
  567. {
  568. "group": "Parameter",
  569. "optional": false,
  570. "field": "manageType",
  571. "description": "<p>经营类型(为空表示全部)</p>"
  572. }
  573. ]
  574. }
  575. },
  576. "success": {
  577. "examples": [
  578. {
  579. "title": "Response-Example:",
  580. "content": "{\"code\":\"0\",\"data\":[\"服装\"],\"message\":\"\"}",
  581. "type": "json"
  582. }
  583. ]
  584. },
  585. "version": "0.0.0",
  586. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
  587. "groupTitle": "商品",
  588. "sampleRequest": [
  589. {
  590. "url": "http://120.132.6.151:8084/api/api/goods/queryLittleType"
  591. }
  592. ]
  593. },
  594. {
  595. "type": "post",
  596. "url": "/goods/querySeries",
  597. "title": "查询系列",
  598. "name": "querySeries",
  599. "group": "groupNameForGoods",
  600. "parameter": {
  601. "fields": {
  602. "Parameter": [
  603. {
  604. "group": "Parameter",
  605. "optional": false,
  606. "field": "brand",
  607. "description": "<p>品牌[必填]</p>"
  608. },
  609. {
  610. "group": "Parameter",
  611. "optional": false,
  612. "field": "discountType",
  613. "description": "<p>折扣类型[必填]</p>"
  614. },
  615. {
  616. "group": "Parameter",
  617. "optional": false,
  618. "field": "manageType",
  619. "description": "<p>经营类型(为空表示全部)</p>"
  620. }
  621. ]
  622. }
  623. },
  624. "success": {
  625. "examples": [
  626. {
  627. "title": "Response-Example:",
  628. "content": "{\"code\":\"0\",\"data\":[\"E系列\"],\"message\":\"\"}",
  629. "type": "json"
  630. }
  631. ]
  632. },
  633. "version": "0.0.0",
  634. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
  635. "groupTitle": "商品",
  636. "sampleRequest": [
  637. {
  638. "url": "http://120.132.6.151:8084/api/api/goods/querySeries"
  639. }
  640. ]
  641. },
  642. {
  643. "type": "post",
  644. "url": "/goods/querySeriesCategoryData",
  645. "title": "U-查询系列品类树形数据(供商品查询)",
  646. "name": "querySeriesCategoryData",
  647. "group": "groupNameForGoods",
  648. "parameter": {
  649. "fields": {
  650. "Parameter": [
  651. {
  652. "group": "Parameter",
  653. "optional": false,
  654. "field": "brand",
  655. "description": "<p>品牌[必填]</p>"
  656. },
  657. {
  658. "group": "Parameter",
  659. "optional": false,
  660. "field": "discountType",
  661. "description": "<p>折扣类型[必填]</p>"
  662. },
  663. {
  664. "group": "Parameter",
  665. "optional": false,
  666. "field": "manageType",
  667. "description": "<p>经营类型(为空表示全部)</p>"
  668. }
  669. ]
  670. }
  671. },
  672. "success": {
  673. "examples": [
  674. {
  675. "title": "Response-Example:",
  676. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"E系列\": [\n\"H外套\",\n\"H外套D\"\n],\n\"L系列\": [\n\"K 毛衫\"\n]\n},\n\"message\": \"\"\n}",
  677. "type": "json"
  678. }
  679. ]
  680. },
  681. "version": "0.0.0",
  682. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
  683. "groupTitle": "商品",
  684. "sampleRequest": [
  685. {
  686. "url": "http://120.132.6.151:8084/api/api/goods/querySeriesCategoryData"
  687. }
  688. ]
  689. },
  690. {
  691. "type": "post",
  692. "url": "/homeRecommend/queryAll",
  693. "title": "U-查询首页推荐",
  694. "name": "queryAll",
  695. "group": "groupNameForHomeRecommend",
  696. "parameter": {
  697. "fields": {
  698. "Parameter": [
  699. {
  700. "group": "Parameter",
  701. "optional": false,
  702. "field": "type",
  703. "description": "<p>类型[必填] 10=首页推荐、20=首页搜索更多、30=产品主题</p>"
  704. }
  705. ]
  706. }
  707. },
  708. "success": {
  709. "examples": [
  710. {
  711. "title": "Response-Example:",
  712. "content": "{\n\"code\": \"0\",\n\"data\": [\n{\n\"cover\": \"https://gdp.alicdn.com/imgextra/i1/443465738/TB24fWrmgxlpuFjSszgXXcJdpXa_!!443465738.jpg\",\n\"id\": 1,\n\"type\": \"10\"\n},\n{\n\"cover\": \"https://gdp.alicdn.com/imgextra/i1/443465738/TB2qQtHnYRkpuFjSspmXXc.9XXa_!!443465738.jpg\",\n\"id\": 4,\n\"type\": \"10\"\n}\n],\n\"message\": \"\"\n}",
  713. "type": "json"
  714. }
  715. ]
  716. },
  717. "version": "0.0.0",
  718. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/HomeRecommendApi.java",
  719. "groupTitle": "首页推荐",
  720. "sampleRequest": [
  721. {
  722. "url": "http://120.132.6.151:8084/api/api/homeRecommend/queryAll"
  723. }
  724. ]
  725. },
  726. {
  727. "type": "post",
  728. "url": "/news/pageQuery",
  729. "title": "查询",
  730. "name": "pageQuery",
  731. "group": "groupNameForKnowledgeBase",
  732. "parameter": {
  733. "fields": {
  734. "Parameter": [
  735. {
  736. "group": "Parameter",
  737. "optional": false,
  738. "field": "pageNumber",
  739. "description": "<p>页码[必填]</p>"
  740. },
  741. {
  742. "group": "Parameter",
  743. "optional": false,
  744. "field": "pageSize",
  745. "description": "<p>行数[必填]</p>"
  746. },
  747. {
  748. "group": "Parameter",
  749. "optional": false,
  750. "field": "keyword",
  751. "description": "<p>输入框内容(标题模糊查询)</p>"
  752. },
  753. {
  754. "group": "Parameter",
  755. "optional": false,
  756. "field": "typeInfoId",
  757. "description": "<p>类型id</p>"
  758. }
  759. ]
  760. }
  761. },
  762. "success": {
  763. "examples": [
  764. {
  765. "title": "Response-Example:",
  766. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  767. "type": "json"
  768. }
  769. ]
  770. },
  771. "version": "0.0.0",
  772. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/KnowledgeBaseApi.java",
  773. "groupTitle": "知识库",
  774. "sampleRequest": [
  775. {
  776. "url": "http://120.132.6.151:8084/api/api/news/pageQuery"
  777. }
  778. ]
  779. },
  780. {
  781. "type": "post",
  782. "url": "/news/queryKnowledgeBaseTypeList",
  783. "title": "分类信息查询",
  784. "name": "queryKnowledgeBaseTypeList",
  785. "group": "groupNameForKnowledgeBase",
  786. "parameter": {
  787. "fields": {
  788. "Parameter": [
  789. {
  790. "group": "Parameter",
  791. "optional": false,
  792. "field": "pid",
  793. "description": "<p>分类父id(为空表示查询1级分类,否则查询pid下的分类)</p>"
  794. }
  795. ]
  796. }
  797. },
  798. "success": {
  799. "examples": [
  800. {
  801. "title": "Response-Example:",
  802. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  803. "type": "json"
  804. }
  805. ]
  806. },
  807. "version": "0.0.0",
  808. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/KnowledgeBaseApi.java",
  809. "groupTitle": "知识库",
  810. "sampleRequest": [
  811. {
  812. "url": "http://120.132.6.151:8084/api/api/news/queryKnowledgeBaseTypeList"
  813. }
  814. ]
  815. },
  816. {
  817. "type": "post",
  818. "url": "/match/pageQuery",
  819. "title": "查询搭配(分页)",
  820. "name": "pageQuery",
  821. "group": "groupNameForMatch",
  822. "parameter": {
  823. "fields": {
  824. "Parameter": [
  825. {
  826. "group": "Parameter",
  827. "optional": false,
  828. "field": "pageNumber",
  829. "description": "<p>页码[必填]</p>"
  830. },
  831. {
  832. "group": "Parameter",
  833. "optional": false,
  834. "field": "pageSize",
  835. "description": "<p>行数[必填]</p>"
  836. },
  837. {
  838. "group": "Parameter",
  839. "optional": false,
  840. "field": "keyword",
  841. "description": "<p>输入框输入(名称模糊查询)</p>"
  842. },
  843. {
  844. "group": "Parameter",
  845. "optional": false,
  846. "field": "typeInfoId",
  847. "description": "<p>类别id</p>"
  848. },
  849. {
  850. "group": "Parameter",
  851. "optional": false,
  852. "field": "typeInfoId2",
  853. "description": "<p>类别2id</p>"
  854. }
  855. ]
  856. }
  857. },
  858. "success": {
  859. "examples": [
  860. {
  861. "title": "Response-Example:",
  862. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [\n{\n\"content\": \"xx\",\n\"goodsList\": [\n{\n\"bdCode\": \"code1\",\n\"bdName\": \"第二波\",\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"code\": \"111code\",\n\"id\": 1,\n\"littleTypeName\": \"裤子\",\n\"month\": \"1月\",\n\"name\": \"111namexx\",\n\"quarter\": \"春季\",\n\"retailPrice\": 1980,\n\"series\": \"E系列\",\n\"tagPrice\": 1980,\n\"year\": \"2015\"\n},\n{\n\"bdCode\": \"code2\",\n\"bdName\": \"第二波\",\n\"bigTypeName\": \"服装\",\n\"code\": \"222code\",\n\"id\": 2,\n\"littleTypeName\": \"裤子\",\n\"name\": \"2222nameddd\",\n\"quarter\": \"夏季\",\n\"retailPrice\": 1100,\n\"series\": \"E系列\",\n\"tagPrice\": 1100,\n\"year\": \"2016\"\n}\n],\n\"id\": 1\n}\n],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  863. "type": "json"
  864. }
  865. ]
  866. },
  867. "version": "0.0.0",
  868. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MatchApi.java",
  869. "groupTitle": "搭配",
  870. "sampleRequest": [
  871. {
  872. "url": "http://120.132.6.151:8084/api/api/match/pageQuery"
  873. }
  874. ]
  875. },
  876. {
  877. "type": "post",
  878. "url": "/match/queryType2List",
  879. "title": "查询分类2列表",
  880. "name": "queryType2List",
  881. "group": "groupNameForMatch",
  882. "success": {
  883. "examples": [
  884. {
  885. "title": "Response-Example:",
  886. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  887. "type": "json"
  888. }
  889. ]
  890. },
  891. "version": "0.0.0",
  892. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MatchApi.java",
  893. "groupTitle": "搭配",
  894. "sampleRequest": [
  895. {
  896. "url": "http://120.132.6.151:8084/api/api/match/queryType2List"
  897. }
  898. ]
  899. },
  900. {
  901. "type": "post",
  902. "url": "/match/queryTypeList",
  903. "title": "查询分类列表",
  904. "name": "queryTypeList",
  905. "group": "groupNameForMatch",
  906. "success": {
  907. "examples": [
  908. {
  909. "title": "Response-Example:",
  910. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  911. "type": "json"
  912. }
  913. ]
  914. },
  915. "version": "0.0.0",
  916. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MatchApi.java",
  917. "groupTitle": "搭配",
  918. "sampleRequest": [
  919. {
  920. "url": "http://120.132.6.151:8084/api/api/match/queryTypeList"
  921. }
  922. ]
  923. },
  924. {
  925. "type": "post",
  926. "url": "/member/pageQuery",
  927. "title": "查询",
  928. "name": "pageQuery",
  929. "group": "groupNameForMember",
  930. "parameter": {
  931. "fields": {
  932. "Parameter": [
  933. {
  934. "group": "Parameter",
  935. "optional": false,
  936. "field": "pageNumber",
  937. "description": "<p>页码[必填]</p>"
  938. },
  939. {
  940. "group": "Parameter",
  941. "optional": false,
  942. "field": "pageSize",
  943. "description": "<p>行数[必填]</p>"
  944. },
  945. {
  946. "group": "Parameter",
  947. "optional": false,
  948. "field": "belongClerk",
  949. "description": "<p>所属店员</p>"
  950. },
  951. {
  952. "group": "Parameter",
  953. "optional": false,
  954. "field": "grade",
  955. "description": "<p>等级</p>"
  956. },
  957. {
  958. "group": "Parameter",
  959. "optional": false,
  960. "field": "sortInfo",
  961. "description": "<p>排序(10=按积分顺序、20=按积分倒序、不传表示默认排序)</p>"
  962. }
  963. ]
  964. }
  965. },
  966. "success": {
  967. "examples": [
  968. {
  969. "title": "Response-Example:",
  970. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  971. "type": "json"
  972. }
  973. ]
  974. },
  975. "version": "0.0.0",
  976. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MemberApi.java",
  977. "groupTitle": "会员",
  978. "sampleRequest": [
  979. {
  980. "url": "http://120.132.6.151:8084/api/api/member/pageQuery"
  981. }
  982. ]
  983. },
  984. {
  985. "type": "post",
  986. "url": "/message/pageQuery",
  987. "title": "查询",
  988. "name": "pageQuery",
  989. "group": "groupNameForMessage",
  990. "parameter": {
  991. "fields": {
  992. "Parameter": [
  993. {
  994. "group": "Parameter",
  995. "optional": false,
  996. "field": "pageNumber",
  997. "description": "<p>页码[必填]</p>"
  998. },
  999. {
  1000. "group": "Parameter",
  1001. "optional": false,
  1002. "field": "pageSize",
  1003. "description": "<p>行数[必填]</p>"
  1004. }
  1005. ]
  1006. }
  1007. },
  1008. "success": {
  1009. "examples": [
  1010. {
  1011. "title": "Response-Example:",
  1012. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  1013. "type": "json"
  1014. }
  1015. ]
  1016. },
  1017. "version": "0.0.0",
  1018. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MessageApi.java",
  1019. "groupTitle": "消息",
  1020. "sampleRequest": [
  1021. {
  1022. "url": "http://120.132.6.151:8084/api/api/message/pageQuery"
  1023. }
  1024. ]
  1025. },
  1026. {
  1027. "type": "post",
  1028. "url": "/news/pageQuery",
  1029. "title": "查询",
  1030. "name": "pageQuery",
  1031. "group": "groupNameForNews",
  1032. "parameter": {
  1033. "fields": {
  1034. "Parameter": [
  1035. {
  1036. "group": "Parameter",
  1037. "optional": false,
  1038. "field": "pageNumber",
  1039. "description": "<p>页码[必填]</p>"
  1040. },
  1041. {
  1042. "group": "Parameter",
  1043. "optional": false,
  1044. "field": "pageSize",
  1045. "description": "<p>行数[必填]</p>"
  1046. }
  1047. ]
  1048. }
  1049. },
  1050. "success": {
  1051. "examples": [
  1052. {
  1053. "title": "Response-Example:",
  1054. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  1055. "type": "json"
  1056. }
  1057. ]
  1058. },
  1059. "version": "0.0.0",
  1060. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/NewsApi.java",
  1061. "groupTitle": "新闻",
  1062. "sampleRequest": [
  1063. {
  1064. "url": "http://120.132.6.151:8084/api/api/news/pageQuery"
  1065. }
  1066. ]
  1067. },
  1068. {
  1069. "type": "post",
  1070. "url": "/news/queryById",
  1071. "title": "查询详情",
  1072. "name": "queryById",
  1073. "group": "groupNameForNews",
  1074. "parameter": {
  1075. "fields": {
  1076. "Parameter": [
  1077. {
  1078. "group": "Parameter",
  1079. "optional": false,
  1080. "field": "id",
  1081. "description": "<p>新闻ID[必填]</p>"
  1082. }
  1083. ]
  1084. }
  1085. },
  1086. "success": {
  1087. "examples": [
  1088. {
  1089. "title": "Response-Example:",
  1090. "content": "{\n\"code\": \"0\",\n\"data\": {\n\n},\n\"message\": \"\"\n}",
  1091. "type": "json"
  1092. }
  1093. ]
  1094. },
  1095. "version": "0.0.0",
  1096. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/NewsApi.java",
  1097. "groupTitle": "新闻",
  1098. "sampleRequest": [
  1099. {
  1100. "url": "http://120.132.6.151:8084/api/api/news/queryById"
  1101. }
  1102. ]
  1103. },
  1104. {
  1105. "type": "post",
  1106. "url": "/orderForm/add",
  1107. "title": "U-新增订单",
  1108. "name": "add",
  1109. "group": "groupNameForOrderForm",
  1110. "parameter": {
  1111. "fields": {
  1112. "Parameter": [
  1113. {
  1114. "group": "Parameter",
  1115. "optional": false,
  1116. "field": "storeId",
  1117. "description": "<p>店铺id[必填]</p>"
  1118. },
  1119. {
  1120. "group": "Parameter",
  1121. "optional": false,
  1122. "field": "ids",
  1123. "description": "<p>购物车列表id[必填](多个id用英文逗号隔开)</p>"
  1124. },
  1125. {
  1126. "group": "Parameter",
  1127. "optional": false,
  1128. "field": "remark",
  1129. "description": "<p>备注</p>"
  1130. }
  1131. ]
  1132. }
  1133. },
  1134. "success": {
  1135. "examples": [
  1136. {
  1137. "title": "Response-Example:",
  1138. "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
  1139. "type": "json"
  1140. }
  1141. ]
  1142. },
  1143. "version": "0.0.0",
  1144. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/OrderFormApi.java",
  1145. "groupTitle": "订单",
  1146. "sampleRequest": [
  1147. {
  1148. "url": "http://120.132.6.151:8084/api/api/orderForm/add"
  1149. }
  1150. ]
  1151. },
  1152. {
  1153. "type": "post",
  1154. "url": "/orderForm/pageQuery",
  1155. "title": "U-查询订单列表",
  1156. "name": "pageQuery",
  1157. "group": "groupNameForOrderForm",
  1158. "parameter": {
  1159. "fields": {
  1160. "Parameter": [
  1161. {
  1162. "group": "Parameter",
  1163. "optional": false,
  1164. "field": "pageNumber",
  1165. "description": "<p>页码[必填]</p>"
  1166. },
  1167. {
  1168. "group": "Parameter",
  1169. "optional": false,
  1170. "field": "pageSize",
  1171. "description": "<p>行数[必填]</p>"
  1172. },
  1173. {
  1174. "group": "Parameter",
  1175. "optional": false,
  1176. "field": "storeId",
  1177. "description": "<p>店铺id[必填]</p>"
  1178. }
  1179. ]
  1180. }
  1181. },
  1182. "success": {
  1183. "examples": [
  1184. {
  1185. "title": "Response-Example:",
  1186. "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
  1187. "type": "json"
  1188. }
  1189. ]
  1190. },
  1191. "version": "0.0.0",
  1192. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/OrderFormApi.java",
  1193. "groupTitle": "订单",
  1194. "sampleRequest": [
  1195. {
  1196. "url": "http://120.132.6.151:8084/api/api/orderForm/pageQuery"
  1197. }
  1198. ]
  1199. },
  1200. {
  1201. "type": "post",
  1202. "url": "/salon/activityPageQuery",
  1203. "title": "U-查询活动(分页)",
  1204. "name": "activityPageQuery",
  1205. "group": "groupNameForSalon",
  1206. "parameter": {
  1207. "fields": {
  1208. "Parameter": [
  1209. {
  1210. "group": "Parameter",
  1211. "optional": false,
  1212. "field": "pageNumber",
  1213. "description": "<p>页码[必填]</p>"
  1214. },
  1215. {
  1216. "group": "Parameter",
  1217. "optional": false,
  1218. "field": "pageSize",
  1219. "description": "<p>行数[必填]</p>"
  1220. },
  1221. {
  1222. "group": "Parameter",
  1223. "optional": false,
  1224. "field": "sortInfo",
  1225. "description": "<p>排序(不传表示默认排序 10=最新发布、20=最多查看)</p>"
  1226. }
  1227. ]
  1228. }
  1229. },
  1230. "success": {
  1231. "examples": [
  1232. {
  1233. "title": "Response-Example:",
  1234. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [\n{\n\"brand\": \"EIN\",\n\"richTextContent\": \"对你而言,什么才是一张好的时装照片?\\r\\nVenetia Scott的回答是:“能让你停下来的,就是你翻看杂志时,看到它就会停顿下来。对我而言,它是有感情的,不过,很多人是被照片里的衣服、面料吸引的,那也是我最初被时装照吸引的原因。”那么是不是服装就可以退居二线,或者被弱化到看不到呢,Venetia认为:“在时装摄影里,服装是不可或缺的重要的元素。”她对时装摄影的这些理念与老牌时装编辑Grace Coddington有些不谋而合,有趣的是,在Venetia的少年时代,她曾是Grace的助理。\",\n\"cover\": \"http://img.zcool.cn/community/012913577243b50000018c1bc29917.jpg\",\n\"id\": 1,\n\"name\": \"一种名叫特立独行的潮流\",\n\"type\": \"10\"\n}\n],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  1235. "type": "json"
  1236. }
  1237. ]
  1238. },
  1239. "version": "0.0.0",
  1240. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/SalonApi.java",
  1241. "groupTitle": "沙龙",
  1242. "sampleRequest": [
  1243. {
  1244. "url": "http://120.132.6.151:8084/api/api/salon/activityPageQuery"
  1245. }
  1246. ]
  1247. },
  1248. {
  1249. "type": "post",
  1250. "url": "/salon/queryActivityById",
  1251. "title": "U-查询详情",
  1252. "name": "queryById",
  1253. "group": "groupNameForSalon",
  1254. "parameter": {
  1255. "fields": {
  1256. "Parameter": [
  1257. {
  1258. "group": "Parameter",
  1259. "optional": false,
  1260. "field": "id",
  1261. "description": "<p>分享ID[必填]</p>"
  1262. }
  1263. ]
  1264. }
  1265. },
  1266. "success": {
  1267. "examples": [
  1268. {
  1269. "title": "Response-Example:",
  1270. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"brand\": \"EIN\",\n\"cover\": \"http://img.zcool.cn/community/012913577243b50000018c1bc29917.jpg\",\n\"id\": 1,\n\"name\": \"一种名叫特立独行的潮流\",\n\"richTextContent\": \"对你而言,什么才是一张好的时装照片?\\r\\nVenetia Scott的回答是:“能让你停下来的,就是你翻看杂志时,看到它就会停顿下来。对我而言,它是有感情的,不过,很多人是被照片里的衣服、面料吸引的,那也是我最初被时装照吸引的原因。”那么是不是服装就可以退居二线,或者被弱化到看不到呢,Venetia认为:“在时装摄影里,服装是不可或缺的重要的元素。”她对时装摄影的这些理念与老牌时装编辑Grace Coddington有些不谋而合,有趣的是,在Venetia的少年时代,她曾是Grace的助理。\",\n\"type\": \"10\"\n},\n\"message\": \"\"\n}",
  1271. "type": "json"
  1272. }
  1273. ]
  1274. },
  1275. "version": "0.0.0",
  1276. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/SalonApi.java",
  1277. "groupTitle": "沙龙",
  1278. "sampleRequest": [
  1279. {
  1280. "url": "http://120.132.6.151:8084/api/api/salon/queryActivityById"
  1281. }
  1282. ]
  1283. },
  1284. {
  1285. "type": "post",
  1286. "url": "/service/pageQuery",
  1287. "title": "查询",
  1288. "name": "pageQuery",
  1289. "group": "groupNameForService",
  1290. "parameter": {
  1291. "fields": {
  1292. "Parameter": [
  1293. {
  1294. "group": "Parameter",
  1295. "optional": false,
  1296. "field": "pageNumber",
  1297. "description": "<p>页码[必填]</p>"
  1298. },
  1299. {
  1300. "group": "Parameter",
  1301. "optional": false,
  1302. "field": "pageSize",
  1303. "description": "<p>行数[必填]</p>"
  1304. }
  1305. ]
  1306. }
  1307. },
  1308. "success": {
  1309. "examples": [
  1310. {
  1311. "title": "Response-Example:",
  1312. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  1313. "type": "json"
  1314. }
  1315. ]
  1316. },
  1317. "version": "0.0.0",
  1318. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ServiceApi.java",
  1319. "groupTitle": "服务",
  1320. "sampleRequest": [
  1321. {
  1322. "url": "http://120.132.6.151:8084/api/api/service/pageQuery"
  1323. }
  1324. ]
  1325. },
  1326. {
  1327. "type": "post",
  1328. "url": "/share/pageQuery",
  1329. "title": "U-查询分享",
  1330. "name": "pageQuery",
  1331. "group": "groupNameForShare",
  1332. "parameter": {
  1333. "fields": {
  1334. "Parameter": [
  1335. {
  1336. "group": "Parameter",
  1337. "optional": false,
  1338. "field": "pageNumber",
  1339. "description": "<p>页码[必填]</p>"
  1340. },
  1341. {
  1342. "group": "Parameter",
  1343. "optional": false,
  1344. "field": "pageSize",
  1345. "description": "<p>行数[必填]</p>"
  1346. },
  1347. {
  1348. "group": "Parameter",
  1349. "optional": false,
  1350. "field": "brand",
  1351. "description": "<p>品牌</p>"
  1352. },
  1353. {
  1354. "group": "Parameter",
  1355. "optional": false,
  1356. "field": "type",
  1357. "description": "<p>类型[必填](分类:10=节日精选、20=流行趋势、30=名人推荐、40=新品推荐)</p>"
  1358. }
  1359. ]
  1360. }
  1361. },
  1362. "success": {
  1363. "examples": [
  1364. {
  1365. "title": "Response-Example:",
  1366. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  1367. "type": "json"
  1368. }
  1369. ]
  1370. },
  1371. "version": "0.0.0",
  1372. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShareApi.java",
  1373. "groupTitle": "分享",
  1374. "sampleRequest": [
  1375. {
  1376. "url": "http://120.132.6.151:8084/api/api/share/pageQuery"
  1377. }
  1378. ]
  1379. },
  1380. {
  1381. "type": "post",
  1382. "url": "/share/queryById",
  1383. "title": "U-查询详情",
  1384. "name": "queryById",
  1385. "group": "groupNameForShare",
  1386. "parameter": {
  1387. "fields": {
  1388. "Parameter": [
  1389. {
  1390. "group": "Parameter",
  1391. "optional": false,
  1392. "field": "id",
  1393. "description": "<p>分享ID[必填]</p>"
  1394. }
  1395. ]
  1396. }
  1397. },
  1398. "success": {
  1399. "examples": [
  1400. {
  1401. "title": "Response-Example:",
  1402. "content": "{\n\"code\": \"0\",\n\"data\": {\n\n},\n\"message\": \"\"\n}",
  1403. "type": "json"
  1404. }
  1405. ]
  1406. },
  1407. "version": "0.0.0",
  1408. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShareApi.java",
  1409. "groupTitle": "分享",
  1410. "sampleRequest": [
  1411. {
  1412. "url": "http://120.132.6.151:8084/api/api/share/queryById"
  1413. }
  1414. ]
  1415. },
  1416. {
  1417. "type": "post",
  1418. "url": "/shoppingCart/addGoods",
  1419. "title": "U-购物车添加商品",
  1420. "name": "addGoods",
  1421. "group": "groupNameForShoppingCart",
  1422. "parameter": {
  1423. "fields": {
  1424. "Parameter": [
  1425. {
  1426. "group": "Parameter",
  1427. "optional": false,
  1428. "field": "storeId",
  1429. "description": "<p>店铺id[必填]</p>"
  1430. },
  1431. {
  1432. "group": "Parameter",
  1433. "optional": false,
  1434. "field": "goodsId",
  1435. "description": "<p>商品id[必填]</p>"
  1436. },
  1437. {
  1438. "group": "Parameter",
  1439. "optional": false,
  1440. "field": "copies",
  1441. "description": "<p>购买份数[必填]</p>"
  1442. }
  1443. ]
  1444. }
  1445. },
  1446. "success": {
  1447. "examples": [
  1448. {
  1449. "title": "Response-Example:",
  1450. "content": "{\n\n}",
  1451. "type": "json"
  1452. }
  1453. ]
  1454. },
  1455. "version": "0.0.0",
  1456. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
  1457. "groupTitle": "购物车",
  1458. "sampleRequest": [
  1459. {
  1460. "url": "http://120.132.6.151:8084/api/api/shoppingCart/addGoods"
  1461. }
  1462. ]
  1463. },
  1464. {
  1465. "type": "post",
  1466. "url": "/shoppingCart/deleteById",
  1467. "title": "U-删除购物车信息",
  1468. "name": "deleteById",
  1469. "group": "groupNameForShoppingCart",
  1470. "parameter": {
  1471. "fields": {
  1472. "Parameter": [
  1473. {
  1474. "group": "Parameter",
  1475. "optional": false,
  1476. "field": "ids",
  1477. "description": "<p>购物车列表数据ids[必填](多个id逗号隔开)</p>"
  1478. }
  1479. ]
  1480. }
  1481. },
  1482. "success": {
  1483. "examples": [
  1484. {
  1485. "title": "Response-Example:",
  1486. "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
  1487. "type": "json"
  1488. }
  1489. ]
  1490. },
  1491. "version": "0.0.0",
  1492. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
  1493. "groupTitle": "购物车",
  1494. "sampleRequest": [
  1495. {
  1496. "url": "http://120.132.6.151:8084/api/api/shoppingCart/deleteById"
  1497. }
  1498. ]
  1499. },
  1500. {
  1501. "type": "post",
  1502. "url": "/shoppingCart/editCopies",
  1503. "title": "U-购物车修改商品数量",
  1504. "name": "editCopies",
  1505. "group": "groupNameForShoppingCart",
  1506. "parameter": {
  1507. "fields": {
  1508. "Parameter": [
  1509. {
  1510. "group": "Parameter",
  1511. "optional": false,
  1512. "field": "id",
  1513. "description": "<p>购物车列表数据id[必填]</p>"
  1514. },
  1515. {
  1516. "group": "Parameter",
  1517. "optional": false,
  1518. "field": "copies",
  1519. "description": "<p>数量[必填]</p>"
  1520. }
  1521. ]
  1522. }
  1523. },
  1524. "success": {
  1525. "examples": [
  1526. {
  1527. "title": "Response-Example:",
  1528. "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
  1529. "type": "json"
  1530. }
  1531. ]
  1532. },
  1533. "version": "0.0.0",
  1534. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
  1535. "groupTitle": "购物车",
  1536. "sampleRequest": [
  1537. {
  1538. "url": "http://120.132.6.151:8084/api/api/shoppingCart/editCopies"
  1539. }
  1540. ]
  1541. },
  1542. {
  1543. "type": "post",
  1544. "url": "/shoppingCart/pageQuery",
  1545. "title": "U-查询购物车列表-分页",
  1546. "name": "pageQuery",
  1547. "group": "groupNameForShoppingCart",
  1548. "parameter": {
  1549. "fields": {
  1550. "Parameter": [
  1551. {
  1552. "group": "Parameter",
  1553. "optional": false,
  1554. "field": "pageNumber",
  1555. "description": "<p>页码[必填]</p>"
  1556. },
  1557. {
  1558. "group": "Parameter",
  1559. "optional": false,
  1560. "field": "pageSize",
  1561. "description": "<p>行数[必填]</p>"
  1562. },
  1563. {
  1564. "group": "Parameter",
  1565. "optional": false,
  1566. "field": "storeId",
  1567. "description": "<p>店铺id[必填]</p>"
  1568. }
  1569. ]
  1570. }
  1571. },
  1572. "success": {
  1573. "examples": [
  1574. {
  1575. "title": "Response-Example:",
  1576. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [\n{\n\"addTime\": \"2017-05-02 10:43:37\",\n\"copies\": 1,\n\"goods\": {\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"categoryName\": \"H外套\",\n\"code\": \"EH020171100232\",\n\"cover\": \"https://gdp.alicdn.com/imgextra/i3/443465738/TB2RPuxq.hnpuFjSZFEXXX0PFXa_!!443465738.jpg\",\n\"discountType\": \"10\",\n\"id\": 1,\n\"littleTypeName\": \"裤子\",\n\"manageType\": \"10\",\n\"month\": \"1月\",\n\"name\": \"毛衫连衣裙\",\n\"quarter\": \"春季\",\n\"retailPrice\": 1980,\n\"series\": \"E系列\",\n\"tagPrice\": 1980,\n\"wave\": \"第二波\",\n\"year\": \"2015\"\n},\n\"goodsId\": 1,\n\"id\": 1,\n\"storeId\": 1\n},\n{\n\"addTime\": \"2017-05-09 22:45:32\",\n\"copies\": 1,\n\"goods\": {\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"categoryName\": \"H外套\",\n\"code\": \"EH020171100232\",\n\"cover\": \"https://gdp.alicdn.com/imgextra/i3/443465738/TB2RPuxq.hnpuFjSZFEXXX0PFXa_!!443465738.jpg\",\n\"discountType\": \"10\",\n\"id\": 1,\n\"littleTypeName\": \"裤子\",\n\"manageType\": \"10\",\n\"month\": \"1月\",\n\"name\": \"毛衫连衣裙\",\n\"quarter\": \"春季\",\n\"retailPrice\": 1980,\n\"series\": \"E系列\",\n\"tagPrice\": 1980,\n\"wave\": \"第二波\",\n\"year\": \"2015\"\n},\n\"goodsId\": 1,\n\"id\": 2,\n\"storeId\": 2\n},\n{\n\"addTime\": \"2017-05-09 22:45:35\",\n\"copies\": 1,\n\"goods\": {\n\"bigTypeName\": \"服装\",\n\"brand\": \"EIN\",\n\"categoryName\": \"H外套\",\n\"code\": \"EH020171100232\",\n\"cover\": \"https://gdp.alicdn.com/imgextra/i3/443465738/TB2RPuxq.hnpuFjSZFEXXX0PFXa_!!443465738.jpg\",\n\"discountType\": \"10\",\n\"id\": 1,\n\"littleTypeName\": \"裤子\",\n\"manageType\": \"10\",\n\"month\": \"1月\",\n\"name\": \"毛衫连衣裙\",\n\"quarter\": \"春季\",\n\"retailPrice\": 1980,\n\"series\": \"E系列\",\n\"tagPrice\": 1980,\n\"wave\": \"第二波\",\n\"year\": \"2015\"\n},\n\"goodsId\": 1,\n\"id\": 3,\n\"storeId\": 3\n}\n],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
  1577. "type": "json"
  1578. }
  1579. ]
  1580. },
  1581. "version": "0.0.0",
  1582. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
  1583. "groupTitle": "购物车",
  1584. "sampleRequest": [
  1585. {
  1586. "url": "http://120.132.6.151:8084/api/api/shoppingCart/pageQuery"
  1587. }
  1588. ]
  1589. },
  1590. {
  1591. "type": "post",
  1592. "url": "/store/queryByUsername",
  1593. "title": "US-店铺登录",
  1594. "name": "pageQuery",
  1595. "group": "groupNameForStore",
  1596. "parameter": {
  1597. "fields": {
  1598. "Parameter": [
  1599. {
  1600. "group": "Parameter",
  1601. "optional": false,
  1602. "field": "username",
  1603. "description": "<p>店铺账号[必填]</p>"
  1604. }
  1605. ]
  1606. }
  1607. },
  1608. "success": {
  1609. "examples": [
  1610. {
  1611. "title": "Response-Example:",
  1612. "content": "{\n\"code\": \"0\",\n\"data\": {\n\"brand\": \"EIN\",\n\"discountType\": \"10\",\n\"id\": 1,\n\"manageType\": \"10\",\n\"name\": \"teststore\",\n\"username\": \"teststore\"\n},\n\"message\": \"\"\n}",
  1613. "type": "json"
  1614. }
  1615. ]
  1616. },
  1617. "version": "0.0.0",
  1618. "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/StoreApi.java",
  1619. "groupTitle": "店铺",
  1620. "sampleRequest": [
  1621. {
  1622. "url": "http://120.132.6.151:8084/api/api/store/queryByUsername"
  1623. }
  1624. ]
  1625. }
  1626. ] });