1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012 |
- {
- "swagger": "2.0",
- "info": {
- "title": "\u5bfc\u8d2dAPI\u6587\u6863",
- "version": "1.0.0"
- },
- "host": "test-daogou.codedreamit.com/api",
- "basePath": "/",
- "schemes": [
- "http"
- ],
- "paths": {
- "/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"
- }
- }
- }
- }
- },
- "/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"
- }
- }
- }
- },
- "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": {
- "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"
- }
- }
- }
- }
- }
|