| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626 |
- define({ "api": [
- {
- "success": {
- "fields": {
- "Success 200": [
- {
- "group": "Success 200",
- "optional": false,
- "field": "varname1",
- "description": "<p>No type.</p>"
- },
- {
- "group": "Success 200",
- "type": "String",
- "optional": false,
- "field": "varname2",
- "description": "<p>With type.</p>"
- }
- ]
- }
- },
- "type": "",
- "url": "",
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/doc/apidoctemplate/main.js",
- "group": "D__work_intellij_projects_ein_api_doc_apidoctemplate_main_js",
- "groupTitle": "D__work_intellij_projects_ein_api_doc_apidoctemplate_main_js",
- "name": ""
- },
- {
- "success": {
- "fields": {
- "Success 200": [
- {
- "group": "Success 200",
- "optional": false,
- "field": "varname1",
- "description": "<p>No type.</p>"
- },
- {
- "group": "Success 200",
- "type": "String",
- "optional": false,
- "field": "varname2",
- "description": "<p>With type.</p>"
- }
- ]
- }
- },
- "type": "",
- "url": "",
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/doc/main.js",
- "group": "D__work_intellij_projects_ein_api_doc_main_js",
- "groupTitle": "D__work_intellij_projects_ein_api_doc_main_js",
- "name": ""
- },
- {
- "success": {
- "fields": {
- "Success 200": [
- {
- "group": "Success 200",
- "optional": false,
- "field": "varname1",
- "description": "<p>No type.</p>"
- },
- {
- "group": "Success 200",
- "type": "String",
- "optional": false,
- "field": "varname2",
- "description": "<p>With type.</p>"
- }
- ]
- }
- },
- "type": "",
- "url": "",
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/webapp/static/doc/main.js",
- "group": "D__work_intellij_projects_ein_api_src_main_webapp_static_doc_main_js",
- "groupTitle": "D__work_intellij_projects_ein_api_src_main_webapp_static_doc_main_js",
- "name": ""
- },
- {
- "success": {
- "fields": {
- "Success 200": [
- {
- "group": "Success 200",
- "optional": false,
- "field": "varname1",
- "description": "<p>No type.</p>"
- },
- {
- "group": "Success 200",
- "type": "String",
- "optional": false,
- "field": "varname2",
- "description": "<p>With type.</p>"
- }
- ]
- }
- },
- "type": "",
- "url": "",
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/target/api/static/doc/main.js",
- "group": "D__work_intellij_projects_ein_api_target_api_static_doc_main_js",
- "groupTitle": "D__work_intellij_projects_ein_api_target_api_static_doc_main_js",
- "name": ""
- },
- {
- "type": "post",
- "url": "/banner/query",
- "title": "U-查询banner",
- "name": "query",
- "group": "groupNameForBanner",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "type",
- "description": "<p>类型[必填](类型:10=首页banner、20=产品列表banner、30=分享banner、40=会员banner、50=店铺端主页、60=特别主题)</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/BannerApi.java",
- "groupTitle": "Banner",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/banner/query"
- }
- ]
- },
- {
- "type": "post",
- "url": "/fashion/homepageQuery",
- "title": "U-首页信息查询",
- "name": "homepageQuery",
- "group": "groupNameForFashion",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/FashionApi.java",
- "groupTitle": "时尚",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/fashion/homepageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/fashion/queryById",
- "title": "U-查询时尚详情",
- "name": "queryById",
- "group": "groupNameForFashion",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "id",
- "description": "<p>ID[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/FashionApi.java",
- "groupTitle": "时尚",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/fashion/queryById"
- }
- ]
- },
- {
- "type": "post",
- "url": "/news/pageQuery",
- "title": "查询",
- "name": "pageQuery",
- "group": "groupNameForGiftExchangeRecord",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GiftExchangeRecordApi.java",
- "groupTitle": "兑换记录",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/news/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/gift/pageQuery",
- "title": "U-查询分页",
- "name": "pageQuery",
- "group": "groupNameForGift",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "bigTypeName",
- "description": "<p>大类名</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "categoryName",
- "description": "<p>品类名</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GiftApi.java",
- "groupTitle": "积分礼品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/gift/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/goods/pageQueryGroup",
- "title": "U-查询商品列表(新)-分页",
- "name": "pageQueryGroup",
- "group": "groupNameForGoods",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "discountType",
- "description": "<p>折扣类型[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "manageType",
- "description": "<p>经营类型(为空表示全部)</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "series",
- "description": "<p>系列</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "categoryName",
- "description": "<p>品类</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "sortInfo",
- "description": "<p>排序类型:0=按价格升序 1=按价格降序</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "keyword",
- "description": "<p>搜索信息(模糊查询)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
- "groupTitle": "商品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/goods/pageQueryGroup"
- }
- ]
- },
- {
- "type": "post",
- "url": "/goods/queryBigType",
- "title": "U-查询商品大分类",
- "name": "queryBigType",
- "group": "groupNameForGoods",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "discountType",
- "description": "<p>折扣类型[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "manageType",
- "description": "<p>经营类型(为空表示全部)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\"code\":\"0\",\"data\":[\"服装\"],\"message\":\"\"}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
- "groupTitle": "商品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/goods/queryBigType"
- }
- ]
- },
- {
- "type": "post",
- "url": "/goods/queryByCodeGroup",
- "title": "U-商品详情(根据code查询)",
- "name": "queryByCodeGroup",
- "group": "groupNameForGoods",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "code",
- "description": "<p>商品编码[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
- "groupTitle": "商品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/goods/queryByCodeGroup"
- }
- ]
- },
- {
- "type": "post",
- "url": "/goods/queryCategoryName",
- "title": "U-查询品类信息",
- "name": "queryCategoryName",
- "group": "groupNameForGoods",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "discountType",
- "description": "<p>折扣类型[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "manageType",
- "description": "<p>经营类型(为空表示全部)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\"code\":\"0\",\"data\":[\"服装\"],\"message\":\"\"}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
- "groupTitle": "商品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/goods/queryCategoryName"
- }
- ]
- },
- {
- "type": "post",
- "url": "/goods/queryLittleType",
- "title": "查询商品小分类",
- "name": "queryLittleType",
- "group": "groupNameForGoods",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "discountType",
- "description": "<p>折扣类型[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "manageType",
- "description": "<p>经营类型(为空表示全部)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\"code\":\"0\",\"data\":[\"服装\"],\"message\":\"\"}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
- "groupTitle": "商品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/goods/queryLittleType"
- }
- ]
- },
- {
- "type": "post",
- "url": "/goods/querySeries",
- "title": "查询系列",
- "name": "querySeries",
- "group": "groupNameForGoods",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "discountType",
- "description": "<p>折扣类型[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "manageType",
- "description": "<p>经营类型(为空表示全部)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\"code\":\"0\",\"data\":[\"E系列\"],\"message\":\"\"}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
- "groupTitle": "商品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/goods/querySeries"
- }
- ]
- },
- {
- "type": "post",
- "url": "/goods/querySeriesCategoryData",
- "title": "U-查询系列品类树形数据(供商品查询)",
- "name": "querySeriesCategoryData",
- "group": "groupNameForGoods",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "discountType",
- "description": "<p>折扣类型[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "manageType",
- "description": "<p>经营类型(为空表示全部)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"E系列\": [\n\"H外套\",\n\"H外套D\"\n],\n\"L系列\": [\n\"K 毛衫\"\n]\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/GoodsApi.java",
- "groupTitle": "商品",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/goods/querySeriesCategoryData"
- }
- ]
- },
- {
- "type": "post",
- "url": "/homeRecommend/queryAll",
- "title": "U-查询首页推荐",
- "name": "queryAll",
- "group": "groupNameForHomeRecommend",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "type",
- "description": "<p>类型[必填] 10=首页推荐、20=首页搜索更多、30=产品主题</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/HomeRecommendApi.java",
- "groupTitle": "首页推荐",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/homeRecommend/queryAll"
- }
- ]
- },
- {
- "type": "post",
- "url": "/news/pageQuery",
- "title": "查询",
- "name": "pageQuery",
- "group": "groupNameForKnowledgeBase",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "keyword",
- "description": "<p>输入框内容(标题模糊查询)</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "typeInfoId",
- "description": "<p>类型id</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/KnowledgeBaseApi.java",
- "groupTitle": "知识库",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/news/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/news/queryKnowledgeBaseTypeList",
- "title": "分类信息查询",
- "name": "queryKnowledgeBaseTypeList",
- "group": "groupNameForKnowledgeBase",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pid",
- "description": "<p>分类父id(为空表示查询1级分类,否则查询pid下的分类)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/KnowledgeBaseApi.java",
- "groupTitle": "知识库",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/news/queryKnowledgeBaseTypeList"
- }
- ]
- },
- {
- "type": "post",
- "url": "/match/pageQuery",
- "title": "查询搭配(分页)",
- "name": "pageQuery",
- "group": "groupNameForMatch",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "keyword",
- "description": "<p>输入框输入(名称模糊查询)</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "typeInfoId",
- "description": "<p>类别id</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "typeInfoId2",
- "description": "<p>类别2id</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MatchApi.java",
- "groupTitle": "搭配",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/match/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/match/queryType2List",
- "title": "查询分类2列表",
- "name": "queryType2List",
- "group": "groupNameForMatch",
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MatchApi.java",
- "groupTitle": "搭配",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/match/queryType2List"
- }
- ]
- },
- {
- "type": "post",
- "url": "/match/queryTypeList",
- "title": "查询分类列表",
- "name": "queryTypeList",
- "group": "groupNameForMatch",
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MatchApi.java",
- "groupTitle": "搭配",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/match/queryTypeList"
- }
- ]
- },
- {
- "type": "post",
- "url": "/member/pageQuery",
- "title": "查询",
- "name": "pageQuery",
- "group": "groupNameForMember",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "belongClerk",
- "description": "<p>所属店员</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "grade",
- "description": "<p>等级</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "sortInfo",
- "description": "<p>排序(10=按积分顺序、20=按积分倒序、不传表示默认排序)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MemberApi.java",
- "groupTitle": "会员",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/member/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/message/pageQuery",
- "title": "查询",
- "name": "pageQuery",
- "group": "groupNameForMessage",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/MessageApi.java",
- "groupTitle": "消息",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/message/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/news/pageQuery",
- "title": "查询",
- "name": "pageQuery",
- "group": "groupNameForNews",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/NewsApi.java",
- "groupTitle": "新闻",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/news/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/news/queryById",
- "title": "查询详情",
- "name": "queryById",
- "group": "groupNameForNews",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "id",
- "description": "<p>新闻ID[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/NewsApi.java",
- "groupTitle": "新闻",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/news/queryById"
- }
- ]
- },
- {
- "type": "post",
- "url": "/orderForm/add",
- "title": "U-新增订单",
- "name": "add",
- "group": "groupNameForOrderForm",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "storeId",
- "description": "<p>店铺id[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "ids",
- "description": "<p>购物车列表id[必填](多个id用英文逗号隔开)</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "remark",
- "description": "<p>备注</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/OrderFormApi.java",
- "groupTitle": "订单",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/orderForm/add"
- }
- ]
- },
- {
- "type": "post",
- "url": "/orderForm/pageQuery",
- "title": "U-查询订单列表",
- "name": "pageQuery",
- "group": "groupNameForOrderForm",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "storeId",
- "description": "<p>店铺id[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/OrderFormApi.java",
- "groupTitle": "订单",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/orderForm/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/salon/activityPageQuery",
- "title": "U-查询活动(分页)",
- "name": "activityPageQuery",
- "group": "groupNameForSalon",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "sortInfo",
- "description": "<p>排序(不传表示默认排序 10=最新发布、20=最多查看)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/SalonApi.java",
- "groupTitle": "沙龙",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/salon/activityPageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/salon/queryActivityById",
- "title": "U-查询详情",
- "name": "queryById",
- "group": "groupNameForSalon",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "id",
- "description": "<p>分享ID[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/SalonApi.java",
- "groupTitle": "沙龙",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/salon/queryActivityById"
- }
- ]
- },
- {
- "type": "post",
- "url": "/service/pageQuery",
- "title": "查询",
- "name": "pageQuery",
- "group": "groupNameForService",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ServiceApi.java",
- "groupTitle": "服务",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/service/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/share/pageQuery",
- "title": "U-查询分享",
- "name": "pageQuery",
- "group": "groupNameForShare",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "brand",
- "description": "<p>品牌</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "type",
- "description": "<p>类型[必填](分类:10=节日精选、20=流行趋势、30=名人推荐、40=新品推荐)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\"list\": [],\n\"pageNumber\": 1,\n\"pageSize\": 10,\n\"totalPage\": 1,\n\"totalRow\": 0\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShareApi.java",
- "groupTitle": "分享",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/share/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/share/queryById",
- "title": "U-查询详情",
- "name": "queryById",
- "group": "groupNameForShare",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "id",
- "description": "<p>分享ID[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"data\": {\n\n},\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShareApi.java",
- "groupTitle": "分享",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/share/queryById"
- }
- ]
- },
- {
- "type": "post",
- "url": "/shoppingCart/addGoods",
- "title": "U-购物车添加商品",
- "name": "addGoods",
- "group": "groupNameForShoppingCart",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "storeId",
- "description": "<p>店铺id[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "goodsId",
- "description": "<p>商品id[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "copies",
- "description": "<p>购买份数[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
- "groupTitle": "购物车",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/shoppingCart/addGoods"
- }
- ]
- },
- {
- "type": "post",
- "url": "/shoppingCart/deleteById",
- "title": "U-删除购物车信息",
- "name": "deleteById",
- "group": "groupNameForShoppingCart",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "ids",
- "description": "<p>购物车列表数据ids[必填](多个id逗号隔开)</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
- "groupTitle": "购物车",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/shoppingCart/deleteById"
- }
- ]
- },
- {
- "type": "post",
- "url": "/shoppingCart/editCopies",
- "title": "U-购物车修改商品数量",
- "name": "editCopies",
- "group": "groupNameForShoppingCart",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "id",
- "description": "<p>购物车列表数据id[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "copies",
- "description": "<p>数量[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "content": "{\n\"code\": \"0\",\n\"message\": \"\"\n}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
- "groupTitle": "购物车",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/shoppingCart/editCopies"
- }
- ]
- },
- {
- "type": "post",
- "url": "/shoppingCart/pageQuery",
- "title": "U-查询购物车列表-分页",
- "name": "pageQuery",
- "group": "groupNameForShoppingCart",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageNumber",
- "description": "<p>页码[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "pageSize",
- "description": "<p>行数[必填]</p>"
- },
- {
- "group": "Parameter",
- "optional": false,
- "field": "storeId",
- "description": "<p>店铺id[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/ShoppingCartApi.java",
- "groupTitle": "购物车",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/shoppingCart/pageQuery"
- }
- ]
- },
- {
- "type": "post",
- "url": "/store/queryByUsername",
- "title": "US-店铺登录",
- "name": "pageQuery",
- "group": "groupNameForStore",
- "parameter": {
- "fields": {
- "Parameter": [
- {
- "group": "Parameter",
- "optional": false,
- "field": "username",
- "description": "<p>店铺账号[必填]</p>"
- }
- ]
- }
- },
- "success": {
- "examples": [
- {
- "title": "Response-Example:",
- "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}",
- "type": "json"
- }
- ]
- },
- "version": "0.0.0",
- "filename": "D:/work/intellij-projects/ein/api/src/main/java/com/sixmac/api/StoreApi.java",
- "groupTitle": "店铺",
- "sampleRequest": [
- {
- "url": "http://120.132.6.151:8084/api/api/store/queryByUsername"
- }
- ]
- }
- ] });
|