-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTS.Openapi.B.Customer.json
164 lines (164 loc) · 5.23 KB
/
TS.Openapi.B.Customer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"openapi": "3.1.0",
"info": {
"title": "客户接口",
"description": "",
"version": "1.0.0"
},
"tags": [
{
"name": "客户组"
}
],
"paths": {
"/global/customer.admin.CustomerGroupAdminApiService.groupList": {
"post": {
"summary": "查询客户组列表",
"x-apifox-folder": "客户组",
"x-apifox-status": "developing",
"deprecated": false,
"description": "version=0.0.1\nbizType=customer.admin.CustomerGroupAdminApiService.groupList\nB端鉴权之后可访问",
"tags": [
"客户组"
],
"parameters": [],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"bizCode": {
"type": "string",
"description": "模块标识码"
},
"code": {
"type": "string",
"description": "状态返回码"
},
"msg": {
"type": "string",
"description": "状态描述"
},
"tm": {
"type": "integer",
"format": "int64",
"description": "处理时长(毫秒)"
},
"trace": {
"type": "string",
"description": "跟踪码"
},
"msgParams": {
"type": "string",
"description": "返回描述中占位符参数串,多个参数间以,分割"
},
"data": {
"type": "object",
"description": "数据体",
"x-apifox-orders": [
"id",
"name",
"openAccountType",
"type",
"tradeType",
"assets"
],
"properties": {
"id": {
"type": "integer",
"description": "客户组id"
},
"name": {
"type": "string",
"description": "客户组名称"
},
"openAccountType": {
"type": "integer",
"description": "是否为开户组,1是0否"
},
"type": {
"type": "integer",
"description": "客户组类型,0真实,1测试,2游客"
},
"tradeType": {
"type": "integer",
"description": "玩法Id"
},
"assets": {
"type": "string",
"description": "资产信息"
}
},
"required": [
"tradeType",
"assets"
],
"x-apifox-ignore-properties": []
},
"ok": {
"type": "boolean"
},
"fail": {
"type": "boolean"
}
},
"x-apifox-refs": {},
"x-apifox-orders": [
"bizCode",
"code",
"msg",
"tm",
"trace",
"msgParams",
"data",
"ok",
"fail"
],
"x-apifox-ignore-properties": []
},
"examples": {
"1": {
"summary": "Success",
"value": {
"msg": "Success",
"fail": false,
"trace": "t-1c3t57-r4137-0rx3h7-ux290rmq-1668772832",
"code": "0",
"data": null,
"bizCode": "",
"tm": 20,
"msgParams": null,
"ok": true
}
}
}
}
}
}
},
"x-run-in-apifox'": "https://www.apifox.cn/web/project/2535288/apis/api-74753098-run",
"x-docstype": "TS.Openapi.B.Customer",
"x-docstitle": "客户接口"
}
}
},
"components": {
"schemas": {}
},
"servers": []
}