1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402 |
- {
- "swagger": "2.0",
- "info": {
- "title": "\u5bfc\u8d2dAPI\u6587\u6863",
- "version": "1.0.0"
- },
- "host": "test-daogou.codedreamit.com/api",
- "basePath": "/",
- "schemes": [
- "http"
- ],
- "paths": {
- "/buy/cate/list": {
- "get": {
- "tags": [
- "\u7535\u5546\u5bfc\u8d2d"
- ],
- "summary": "\u83b7\u53d6\u7535\u5546\u5e73\u53f0\u5206\u7c7b",
- "description": "\u83b7\u53d6\u7535\u5546\u5e73\u53f0\u5206\u7c7b",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "source",
- "in": "query",
- "description": "\u6765\u6e90 jd-\u4eac\u4e1c,vip-\u552f\u54c1\u4f1a,pdd-\u62fc\u591a\u591a,kaola-\u8003\u62c9,taobao-\u6dd8\u5b9d",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "id": {
- "description": "\u5206\u7c7bID",
- "type": "string"
- },
- "name": {
- "description": "\u5206\u7c7b\u540d\u79f0",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/buy/goods/list": {
- "post": {
- "tags": [
- "\u7535\u5546\u5bfc\u8d2d"
- ],
- "summary": "\u5546\u54c1\u5217\u8868\u63a5\u53e3",
- "description": "\u5546\u54c1\u5217\u8868\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "page",
- "in": "query",
- "description": "\u7b2c\u51e0\u9875",
- "type": "string"
- },
- {
- "name": "page_size",
- "in": "query",
- "description": "\u6bcf\u9875\u6570\u91cf",
- "type": "string"
- },
- {
- "name": "source",
- "in": "query",
- "description": "\u6765\u6e90 jd-\u4eac\u4e1c,vip-\u552f\u54c1\u4f1a,pdd-\u62fc\u591a\u591a,kaola-\u8003\u62c9,taobao-\u6dd8\u5b9d",
- "type": "string"
- },
- {
- "name": "cat_id",
- "in": "query",
- "description": "\u5206\u7c7bID",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "$ref": "#/definitions/GetGoodsListResultBean"
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/buy/goods/detail": {
- "get": {
- "tags": [
- "\u7535\u5546\u5bfc\u8d2d"
- ],
- "summary": "\u5546\u54c1\u8be6\u60c5\u9875",
- "description": "\u5546\u54c1\u8be6\u60c5\u9875",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "source",
- "in": "query",
- "description": "\u6765\u6e90 jd-\u4eac\u4e1c,vip-\u552f\u54c1\u4f1a,pdd-\u62fc\u591a\u591a,kaola-\u8003\u62c9,taobao-\u6dd8\u5b9d",
- "type": "string"
- },
- {
- "name": "goods_id",
- "in": "query",
- "description": "\u5546\u54c1ID",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "goods_name": {
- "description": "\u5546\u54c1\u540d\u79f0",
- "type": "string"
- },
- "price": {
- "description": "\u4f18\u60e0\u4ef7",
- "type": "string"
- },
- "market_price": {
- "description": "\u5e02\u573a\u4ef7\u683c",
- "type": "string"
- },
- "discount": {
- "description": "\u4f18\u60e0\u91d1\u989d",
- "type": "string"
- },
- "commission": {
- "description": "\u4f63\u91d1",
- "type": "string"
- },
- "url": {
- "description": "\u8d2d\u4e70\u94fe\u63a5",
- "type": "string"
- },
- "goods_carousel_pictures": {
- "description": "\u5546\u54c1\u8f6e\u64ad\u56fe(\u6570\u7ec4)",
- "type": "string"
- },
- "goods_detail_pictures": {
- "description": "\u5546\u54c1\u8be6\u60c5\u56fe\u7247(\u6570\u7ec4)",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/buy/goods/search": {
- "post": {
- "tags": [
- "\u7535\u5546\u5bfc\u8d2d"
- ],
- "summary": "\u5546\u54c1\u641c\u7d22\u63a5\u53e3",
- "description": "\u5546\u54c1\u641c\u7d22\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "keyword",
- "in": "query",
- "description": "\u641c\u7d22\u5173\u952e\u8bcd",
- "type": "string"
- },
- {
- "name": "page",
- "in": "query",
- "description": "\u7b2c\u51e0\u9875",
- "type": "string"
- },
- {
- "name": "page_size",
- "in": "query",
- "description": "\u6bcf\u9875\u6570\u91cf",
- "type": "string"
- },
- {
- "name": "sort",
- "in": "query",
- "description": "1-\u7efc\u5408\u6392\u5e8f,2-\u4ef7\u683c\u5347\u5e8f,3-\u9500\u91cf\u964d\u5e8f \u9ed8\u8ba41",
- "type": "string"
- },
- {
- "name": "source",
- "in": "query",
- "description": "\u6765\u6e90 jd-\u4eac\u4e1c,vip-\u552f\u54c1\u4f1a,pdd-\u62fc\u591a\u591a,kaola-\u8003\u62c9,taobao-\u6dd8\u5b9d",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "$ref": "#/definitions/GetGoodsListResultBean"
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/buy/transfer/goods": {
- "get": {
- "tags": [
- "\u7535\u5546\u5bfc\u8d2d"
- ],
- "summary": "\u6dd8\u5b9d\u5206\u4eab\u5546\u54c1\u8be6\u60c5\u9875\u63a5\u53e3",
- "description": "\u6dd8\u5b9d\u5206\u4eab\u5546\u54c1\u8be6\u60c5\u9875\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "user_id",
- "in": "query",
- "description": "\u5206\u4eab\u8005\u7528\u6237ID",
- "type": "string"
- },
- {
- "name": "goods_id",
- "in": "query",
- "description": "\u5546\u54c1ID",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "goods_name": {
- "description": "\u5546\u54c1\u540d\u79f0",
- "type": "string"
- },
- "price": {
- "description": "\u4f18\u60e0\u4ef7",
- "type": "string"
- },
- "market_price": {
- "description": "\u5e02\u573a\u4ef7\u683c",
- "type": "string"
- },
- "discount": {
- "description": "\u4f18\u60e0\u91d1\u989d",
- "type": "string"
- },
- "commission": {
- "description": "\u4f63\u91d1",
- "type": "string"
- },
- "url": {
- "description": "\u8d2d\u4e70\u94fe\u63a5",
- "type": "string"
- },
- "goods_carousel_pictures": {
- "description": "\u5546\u54c1\u8f6e\u64ad\u56fe(\u6570\u7ec4)",
- "type": "string"
- },
- "goods_detail_pictures": {
- "description": "\u5546\u54c1\u8be6\u60c5\u56fe\u7247(\u6570\u7ec4)",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/home/list": {
- "get": {
- "tags": [
- "\u9996\u9875\u7ba1\u7406"
- ],
- "summary": "\u83b7\u53d6\u7701\u94b1\u5217\u8868\u63a5\u53e3",
- "description": "\u83b7\u53d6\u7701\u94b1\u5217\u8868\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "category_type_name": {
- "description": "\u7c7b\u578b\u540d\u79f0",
- "type": "string"
- },
- "category_data": {
- "description": "\u6570\u636e",
- "type": "array",
- "items": {
- "properties": {
- "category_name": {
- "description": "\u540d\u79f0",
- "type": "string"
- },
- "category_img_url": {
- "description": "\u56fe\u6807",
- "type": "string"
- },
- "link_url": {
- "description": "\u8df3\u8f6c\u5730\u5740",
- "type": "string"
- }
- }
- }
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/home/commission/list": {
- "get": {
- "tags": [
- "\u9996\u9875\u7ba1\u7406"
- ],
- "summary": "\u53cd\u94b1\u8d5a\u94b1\u5217\u8868\u63a5\u53e3",
- "description": "\u53cd\u94b1\u8d5a\u94b1\u5217\u8868\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "type",
- "in": "query",
- "description": "\u7c7b\u578b(0\u8d5a\u94b11\u53cd\u94b1)",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "total": {
- "description": "\u603b\u6570\u91cf",
- "type": "string"
- },
- "list": {
- "description": "\u6570\u636e",
- "type": "array",
- "items": {
- "properties": {
- "order_commission": {
- "description": "\u8ba2\u5355\u4f63\u91d1(\u5355\u4f4d\u4e3a\u5206)",
- "type": "string"
- },
- "commission_status": {
- "description": "\u4f63\u91d1\u72b6\u6001(0\u672a\u7ed3\u7b971\u5df2\u7ed3\u7b972\u5df2\u9000\u6b3e)",
- "type": "string"
- },
- "commission_type": {
- "description": "\u4f63\u91d1\u7c7b\u578b",
- "type": "string"
- },
- "created_at": {
- "description": "\u521b\u5efa\u65f6\u95f4",
- "type": "string"
- },
- "user_head_img_url": {
- "description": "\u8d5a\u94b1\u5934\u50cf",
- "type": "string"
- },
- "user_provider_head_img_url": {
- "description": "\u53cd\u94b1\u5934\u50cf",
- "type": "string"
- },
- "order_title": {
- "description": "\u8ba2\u5355\u6807\u9898",
- "type": "string"
- },
- "user_nickname": {
- "description": "\u7528\u6237\u6635\u79f0",
- "type": "string"
- }
- }
- }
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/transfer/25/1": {
- "get": {
- "tags": [
- "\u9996\u9875\u7ba1\u7406"
- ],
- "summary": "\u83b7\u53d6\u8fd4\u5229\u94fe\u63a5\u63a5\u53e3",
- "description": "\u83b7\u53d6\u8fd4\u5229\u94fe\u63a5\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "type": {
- "description": "\u7c7b\u578b(1 h5 2\u5c0f\u7a0b\u5e8f)",
- "type": "string"
- },
- "url": {
- "description": "h5\u94fe\u63a5",
- "type": "string"
- },
- "app_id": {
- "description": "\u5c0f\u7a0b\u5e8fappID",
- "type": "string"
- },
- "page_path": {
- "description": "\u5c0f\u7a0b\u5e8f\u8def\u5f84",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/order/list": {
- "post": {
- "tags": [
- "\u8ba2\u5355\u7ba1\u7406"
- ],
- "summary": "\u7528\u6237\u8ba2\u5355\u5217\u8868\u63a5\u53e3",
- "description": "\u7528\u6237\u8ba2\u5355\u5217\u8868\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "page",
- "in": "query",
- "description": "\u7b2c\u51e0\u9875",
- "type": "string"
- },
- {
- "name": "page_size",
- "in": "query",
- "description": "\u6bcf\u9875\u6570\u91cf",
- "type": "string"
- },
- {
- "name": "order_platform_son_type",
- "in": "query",
- "description": "\u8ba2\u5355\u7c7b\u578b(0\u672a\u5168\u90e8)",
- "type": "string"
- },
- {
- "name": "order_status",
- "in": "query",
- "description": "\u8ba2\u5355\u72b6\u6001(1\u672a\u7ed3\u7b972\u5df2\u7ed3\u7b97(0\u4e3a\u5168\u90e8))",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "$ref": "#/definitions/GetOrderListResultBean"
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/order/type/list": {
- "get": {
- "tags": [
- "\u8ba2\u5355\u7ba1\u7406"
- ],
- "summary": "\u8ba2\u5355\u7c7b\u578b\u63a5\u53e3",
- "description": "\u8ba2\u5355\u7c7b\u578b\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "order_platform_son_type": {
- "description": "\u8ba2\u5355\u7c7b\u578bID",
- "type": "string"
- },
- "type_name": {
- "description": "\u7c7b\u578b\u540d\u79f0",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/order/detail": {
- "get": {
- "tags": [
- "\u8ba2\u5355\u7ba1\u7406"
- ],
- "summary": "\u8ba2\u5355\u8be6\u60c5\u63a5\u53e3",
- "description": "\u8ba2\u5355\u8be6\u60c5\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "order_id",
- "in": "query",
- "description": "\u8ba2\u5355ID",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "order_number": {
- "description": "\u8ba2\u5355\u7f16\u53f7",
- "type": "string"
- },
- "order_platform_son_type": {
- "description": "\u5e73\u53f0",
- "type": "string"
- },
- "order_price": {
- "description": "\u8ba2\u5355\u91d1\u989d",
- "type": "string"
- },
- "order_commission": {
- "description": "\u9884\u4f30\u6536\u76ca",
- "type": "string"
- },
- "order_status": {
- "description": "\u8ba2\u5355\u72b6\u6001(0\u672a\u652f\u4ed81\u5df2\u652f\u4ed82\u5df2\u6536\u83b73\u5df2\u7ed3\u7b974\u5168\u90e8\u9000\u6b3e\u6216\u98ce\u63a75\u90e8\u5206\u9000\u6b3e6\u5df2\u53d6\u6d88)",
- "type": "string"
- },
- "order_pay_at": {
- "description": "\u652f\u4ed8\u65f6\u95f4",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/pdd/cate/list": {
- "get": {
- "tags": [
- "\u62fc\u591a\u591a\u5bfc\u8d2d\u7ba1\u7406"
- ],
- "summary": "\u7c7b\u76ee/\u6d3b\u52a8/\u9891\u9053\u63a5\u53e3",
- "description": "\u7c7b\u76ee/\u6d3b\u52a8/\u9891\u9053\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "cate": {
- "description": "\u7c7b\u76ee",
- "type": "array",
- "items": {
- "properties": {
- "id": {
- "description": "id",
- "type": "string"
- },
- "name": {
- "description": "\u540d\u79f0",
- "type": "string"
- }
- }
- }
- },
- "activity": {
- "description": "\u6d3b\u52a8",
- "type": "array",
- "items": {
- "properties": {
- "id": {
- "description": "id",
- "type": "string"
- },
- "name": {
- "description": "\u540d\u79f0",
- "type": "string"
- }
- }
- }
- },
- "channel": {
- "description": "\u9891\u9053",
- "type": "array",
- "items": {
- "properties": {
- "id": {
- "description": "id",
- "type": "string"
- },
- "name": {
- "description": "\u540d\u79f0",
- "type": "string"
- }
- }
- }
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/pdd/goods/list": {
- "get": {
- "tags": [
- "\u62fc\u591a\u591a\u5bfc\u8d2d\u7ba1\u7406"
- ],
- "summary": "\u5546\u54c1\u5217\u8868\u63a5\u53e3",
- "description": "\u5546\u54c1\u5217\u8868\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "page",
- "in": "query",
- "description": "\u7b2c\u51e0\u9875",
- "type": "string"
- },
- {
- "name": "activity_id",
- "in": "query",
- "description": "\u6d3b\u52a8ID",
- "type": "string"
- },
- {
- "name": "cat_id",
- "in": "query",
- "description": "\u7c7b\u76eeID",
- "type": "string"
- },
- {
- "name": "channel_id",
- "in": "query",
- "description": "\u9891\u9053ID",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "total": {
- "description": "\u6570\u91cf",
- "type": "string"
- },
- "list": {
- "description": "\u6570\u636e",
- "type": "array",
- "items": {
- "properties": {
- "goods_name": {
- "description": "\u5546\u54c1\u540d\u79f0",
- "type": "string"
- },
- "goods_desc": {
- "description": "\u5546\u54c1\u63cf\u8ff0",
- "type": "string"
- },
- "goods_image_url": {
- "description": "\u5546\u54c1\u4e3b\u56fe",
- "type": "string"
- },
- "goods_sign": {
- "description": "\u5546\u54c1ID",
- "type": "string"
- },
- "goods_thumbnail_url": {
- "description": "\u5546\u54c1\u7f29\u7565\u56fe",
- "type": "string"
- },
- "mall_name": {
- "description": "\u5e97\u94fa\u540d\u79f0",
- "type": "string"
- },
- "promotion_rate": {
- "description": "\u4f63\u91d1\u6bd4\u4f8b,\u5343\u5206\u6bd4",
- "type": "string"
- },
- "sales_tip": {
- "description": "\u9500\u552e\u91cf",
- "type": "string"
- }
- }
- }
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/pdd/goods/recommendurl": {
- "get": {
- "tags": [
- "\u62fc\u591a\u591a\u5bfc\u8d2d\u7ba1\u7406"
- ],
- "summary": "\u751f\u6210\u5546\u54c1\u63a8\u5e7f\u94fe\u63a5\u63a5\u53e3",
- "description": "\u751f\u6210\u5546\u54c1\u63a8\u5e7f\u94fe\u63a5\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "goods_sign",
- "in": "query",
- "description": "\u5546\u54c1ID",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "link_url": {
- "description": "\u63a8\u5e7f\u94fe\u63a5",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/user/info": {
- "get": {
- "tags": [
- "\u7528\u6237\u7ba1\u7406"
- ],
- "summary": "\u83b7\u53d6\u7528\u6237\u4fe1\u606f",
- "description": "\u83b7\u53d6\u7528\u6237\u4fe1\u606f\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "user_head_img_url": {
- "description": "\u7528\u6237\u5934\u50cf",
- "type": "string"
- },
- "user_nickname": {
- "description": "\u7528\u6237\u6635\u79f0",
- "type": "string"
- },
- "user_sex": {
- "description": "\u7528\u6237\u6027\u522b",
- "type": "string"
- },
- "user_balance": {
- "description": "'\u7528\u6237\u53ef\u63d0\u73b0\u4f59\u989d(\u5355\u4f4d\u4e3a\u5206)",
- "type": "string"
- },
- "user_unreceive_balance": {
- "description": "\u7528\u6237\u672a\u7ed3\u7b97\u91d1\u989d(\u5355\u4f4d\u4e3a\u5206",
- "type": "string"
- },
- "user_ucrash_balance": {
- "description": "\u7528\u6237\u7d2f\u8ba1\u63d0\u73b0\u91d1\u989d(\u5355\u4f4d\u4e3a\u5206",
- "type": "string"
- },
- "created_at": {
- "description": "'\u6ce8\u518c\u65f6\u95f4",
- "type": "string"
- },
- "user_fans_num": {
- "description": "'\u7528\u6237\u7c89\u4e1d\u6570\u91cf",
- "type": "string"
- },
- "last_month_money": {
- "description": "'\u4e0a\u6708\u9884\u4f30\u6536\u76ca",
- "type": "string"
- },
- "month_money": {
- "description": "'\u672c\u6708\u9884\u4f30\u6536\u76ca",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/user/fans/list": {
- "post": {
- "tags": [
- "\u7528\u6237\u7ba1\u7406"
- ],
- "summary": "\u7528\u6237\u7c89\u4e1d\u5217\u8868\u63a5\u53e3",
- "description": "\u7528\u6237\u7c89\u4e1d\u5217\u8868\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "page",
- "in": "query",
- "description": "\u7b2c\u51e0\u9875",
- "type": "string"
- },
- {
- "name": "page_size",
- "in": "query",
- "description": "\u6bcf\u9875\u6570\u91cf",
- "type": "string"
- },
- {
- "name": "type",
- "in": "query",
- "description": "\u7c89\u4e1d\u7c7b\u578b(1\u672a\u6fc0\u6d3b2\u5df2\u6fc0\u6d3b)",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "$ref": "#/definitions/GetFansListResultBean"
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/user/fianance/list": {
- "get": {
- "tags": [
- "\u7528\u6237\u7ba1\u7406"
- ],
- "summary": "\u6536\u652f\u660e\u7ec6\u5217\u8868\u63a5\u53e3",
- "description": "\u6536\u652f\u660e\u7ec6\u5217\u8868\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "page",
- "in": "query",
- "description": "\u7b2c\u51e0\u9875",
- "type": "string"
- },
- {
- "name": "page_size",
- "in": "query",
- "description": "\u6bcf\u9875\u6570\u91cf",
- "type": "string"
- },
- {
- "name": "finance_type",
- "in": "query",
- "description": "\u6d41\u6c34\u7c7b\u578b(0\u5168\u90e81\u6536\u51652\u63d0\u73b0)",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "total": {
- "description": "\u603b\u6570\u91cf",
- "type": "string"
- },
- "list": {
- "description": "\u6570\u636e",
- "type": "array",
- "items": {
- "properties": {
- "finance_balance": {
- "description": "\u6d41\u6c34\u91d1\u989d(\u5355\u4f4d\u4e3a\u5206)",
- "type": "string"
- },
- "finance_type": {
- "description": "\u6d41\u6c34\u7c7b\u578b(1\u6536\u51652\u652f\u51fa)",
- "type": "string"
- },
- "finance_number": {
- "description": "\u6d41\u6c34\u7f16\u53f7",
- "type": "string"
- },
- "created_at": {
- "description": "\u521b\u5efa\u65f6\u95f4",
- "type": "string"
- },
- "cash_status": {
- "description": "\u63d0\u73b0\u72b6\u6001(0\u63d0\u73b0\u4e2d1\u5df2\u5230\u8d262\u63d0\u73b0\u5931\u8d25)",
- "type": "string"
- }
- }
- }
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/user/fianance/detail": {
- "get": {
- "tags": [
- "\u7528\u6237\u7ba1\u7406"
- ],
- "summary": "\u6d41\u6c34\u8be6\u60c5\u63a5\u53e3",
- "description": "\u6d41\u6c34\u8be6\u60c5\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "id",
- "in": "query",
- "description": "\u6d41\u6c34ID",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "finance_balance": {
- "description": "\u6d41\u6c34\u91d1\u989d",
- "type": "string"
- },
- "finance_remark": {
- "description": "\u6d41\u6c34\u5907\u6ce8",
- "type": "string"
- },
- "finance_number": {
- "description": "\u6d41\u6c34\u5907\u6ce8",
- "type": "string"
- },
- "created_at": {
- "description": "\u521b\u5efa\u65f6\u95f4",
- "type": "string"
- },
- "cash_status": {
- "description": "\u63d0\u73b0\u72b6\u6001(0\u63d0\u73b0\u4e2d1\u5df2\u5230\u8d262\u63d0\u73b0\u5931\u8d25)",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/user/cash": {
- "post": {
- "tags": [
- "\u7528\u6237\u7ba1\u7406"
- ],
- "summary": "\u63d0\u73b0\u63a5\u53e3",
- "description": "\u63d0\u73b0\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "amount",
- "in": "query",
- "description": "\u63d0\u73b0\u91d1\u989d",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "$ref": "#/definitions/SuccessBean"
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/user/recommend/url": {
- "get": {
- "tags": [
- "\u7528\u6237\u7ba1\u7406"
- ],
- "summary": "\u83b7\u53d6\u7528\u6237\u63a8\u5e7f\u4e8c\u7ef4\u7801\u63a5\u53e3",
- "description": "\u83b7\u53d6\u7528\u6237\u63a8\u5e7f\u4e8c\u7ef4\u7801\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "url": {
- "description": "\u63a8\u5e7f\u5730\u5740",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- },
- "/wechat/account/config": {
- "post": {
- "tags": [
- "\u516c\u4f17\u53f7"
- ],
- "summary": "\u83b7\u53d6\u516c\u4f17\u53f7\u914d\u7f6e\u63a5\u53e3",
- "description": "\u83b7\u53d6\u516c\u4f17\u53f7\u914d\u7f6e\u63a5\u53e3",
- "produces": [
- "application/json"
- ],
- "parameters": [
- {
- "name": "url",
- "in": "query",
- "description": "\u5f53\u524d\u9875\u9762\u5730\u5740",
- "type": "string"
- },
- {
- "name": "wechat_app_code",
- "in": "query",
- "description": "\u5e94\u7528\u7f16\u53f7",
- "type": "string"
- }
- ],
- "responses": {
- "200": {
- "description": "success",
- "schema": {
- "properties": {
- "appId": {
- "description": "appId",
- "type": "string"
- },
- "timestamp": {
- "description": "timestamp",
- "type": "string"
- },
- "nonceStr": {
- "description": "nonceStr",
- "type": "string"
- },
- "signature": {
- "description": "signature",
- "type": "string"
- }
- }
- }
- },
- "403": {
- "description": "fail",
- "schema": {
- "$ref": "#/definitions/ErrorBean"
- }
- }
- }
- }
- }
- },
- "definitions": {
- "GetGoodsListResultBean": {
- "properties": {
- "total": {
- "description": "\u603b\u6570\u91cf",
- "type": "string"
- },
- "list": {
- "description": "\u6570\u636e",
- "type": "array",
- "items": {
- "properties": {
- "goods_name": {
- "description": "\u5546\u54c1\u540d\u79f0",
- "type": "string"
- },
- "goods_thumb_url": {
- "description": "\u5546\u54c1\u56fe\u7247",
- "type": "string"
- },
- "market_price": {
- "description": "\u5e02\u573a\u4ef7\u683c",
- "type": "string"
- },
- "price": {
- "description": "\u4f18\u60e0\u4ef7",
- "type": "string"
- },
- "goods_id": {
- "description": "\u5546\u54c1ID",
- "type": "string"
- },
- "commission": {
- "description": "\u4f63\u91d1(\u5355\u4f4d\u4e3a\u5206)",
- "type": "string"
- }
- }
- }
- }
- }
- },
- "GetOrderListResultBean": {
- "properties": {
- "total": {
- "description": "\u603b\u6570\u91cf",
- "type": "string"
- },
- "list": {
- "description": "\u6570\u636e",
- "type": "array",
- "items": {
- "properties": {
- "order_number": {
- "description": "\u8ba2\u5355\u7f16\u53f7",
- "type": "string"
- },
- "product_name": {
- "description": "\u5546\u54c1\u540d\u79f0",
- "type": "string"
- },
- "produt_unit_price": {
- "description": "\u5546\u54c1\u5355\u4ef7",
- "type": "string"
- },
- "product_num": {
- "description": "\u5546\u54c1\u6570\u91cf",
- "type": "string"
- },
- "order_price": {
- "description": "\u8ba2\u5355\u603b\u91d1\u989d",
- "type": "string"
- },
- "order_realy_price": {
- "description": "\u8ba2\u5355\u5b9e\u9645\u652f\u4ed8\u91d1\u989d",
- "type": "string"
- },
- "order_status": {
- "description": "\u8ba2\u5355\u72b6\u6001(0\u672a\u652f\u4ed81\u5df2\u652f\u4ed82\u5df2\u6536\u83b73\u5df2\u7ed3\u7b974\u5168\u90e8\u9000\u6b3e\u6216\u98ce\u63a75\u90e8\u5206\u9000\u6b3e6\u5df2\u53d6\u6d88)",
- "type": "string"
- },
- "order_pay_at": {
- "description": "\u8ba2\u5355\u652f\u4ed8\u65f6\u95f4",
- "type": "string"
- },
- "order_commission": {
- "description": "\u4f63\u91d1(\u5206)",
- "type": "string"
- },
- "order_refund_commission": {
- "description": "\u9000\u6b3e\u4f63\u91d1",
- "type": "string"
- },
- "order_refund_at": {
- "description": "\u9000\u6b3e\u65f6\u95f4",
- "type": "string"
- },
- "order_refund_price": {
- "description": "\u9000\u6b3e\u91d1\u989d",
- "type": "string"
- },
- "order_platform_type": {
- "description": "\u8ba2\u5355\u5e73\u53f0\u7c7b\u578b(1\u6dd8\u5b9d2\u62fc\u591a\u591a3\u4eac\u4e1c4\u7f8e\u56e25\u8fd4\u4e0d\u505c)",
- "type": "string"
- },
- "created_at": {
- "description": "\u521b\u5efa\u65f6\u95f4",
- "type": "string"
- }
- }
- }
- }
- }
- },
- "GetFansListResultBean": {
- "properties": {
- "total": {
- "description": "\u603b\u6570\u91cf",
- "type": "string"
- },
- "list": {
- "description": "\u6570\u636e",
- "type": "array",
- "items": {
- "properties": {
- "user_head_img_url": {
- "description": "\u7528\u6237\u5934\u50cf",
- "type": "string"
- },
- "user_nickname": {
- "description": "\u7528\u6237\u6635\u79f0",
- "type": "string"
- },
- "created_at": {
- "description": "\u6ce8\u518c\u65f6\u95f4",
- "type": "string"
- }
- }
- }
- }
- }
- },
- "ErrorBean": {
- "properties": {
- "status": {
- "description": "\u72b6\u6001\u7801(true\u8bf7\u6c42\u6210\u529ffalse\u8bf7\u6c42\u5931\u8d25)",
- "type": "boolean"
- },
- "data": {
- "description": "\u6570\u636e",
- "type": "object"
- },
- "msg": {
- "description": "\u9519\u8bef\u4fe1\u606f",
- "type": "string"
- },
- "url": {
- "description": "\u91cd\u5b9a\u5411\u5730\u5740",
- "type": "string"
- },
- "code": {
- "description": "\u9519\u8bef\u7801",
- "type": "string"
- }
- }
- },
- "SuccessBean": {
- "properties": {
- "status": {
- "description": "\u72b6\u6001\u7801(true\u8bf7\u6c42\u6210\u529ffalse\u8bf7\u6c42\u5931\u8d25)",
- "type": "boolean"
- },
- "data": {
- "description": "\u6b63\u786e\u76f8\u5e94\u7684\u6570\u636e",
- "type": "object"
- },
- "msg": {
- "description": "\u9519\u8bef\u4fe1\u606f",
- "type": "string"
- },
- "url": {
- "description": "\u91cd\u5b9a\u5411\u5730\u5740",
- "type": "string"
- },
- "code": {
- "description": "\u9519\u8bef\u7801",
- "type": "string"
- }
- }
- }
- }
- }
|