{ "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" } } } } }, "/user/feedback": { "post": { "tags": [ "\u7528\u6237\u7ba1\u7406" ], "summary": "\u53cd\u9988\u63a5\u53e3", "description": "\u53cd\u9988\u63a5\u53e3", "produces": [ "application/json" ], "parameters": [ { "name": "content", "in": "query", "description": "\u53cd\u9988\u5185\u5bb9", "type": "string" } ], "responses": { "200": { "description": "success", "schema": { "$ref": "#/definitions/SuccessBean" } }, "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" } } } } }