fx-spec-hub 0.0.28 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/admin-backend-api.json +299 -104
- package/package.json +1 -1
|
@@ -185,6 +185,9 @@
|
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"name": "Cms"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "财务对账"
|
|
188
191
|
}
|
|
189
192
|
],
|
|
190
193
|
"paths": {
|
|
@@ -8929,56 +8932,6 @@
|
|
|
8929
8932
|
}
|
|
8930
8933
|
}
|
|
8931
8934
|
},
|
|
8932
|
-
"/api/v1/spotOrderV1/updateTradeStatus": {
|
|
8933
|
-
"post": {
|
|
8934
|
-
"summary": "更改交易状态",
|
|
8935
|
-
"deprecated": false,
|
|
8936
|
-
"description": "更改交易对的交易状态和手续费率",
|
|
8937
|
-
"tags": [
|
|
8938
|
-
"现货订单"
|
|
8939
|
-
],
|
|
8940
|
-
"parameters": [],
|
|
8941
|
-
"requestBody": {
|
|
8942
|
-
"content": {
|
|
8943
|
-
"application/json": {
|
|
8944
|
-
"schema": {
|
|
8945
|
-
"$ref": "#/components/schemas/models.UpdateTradeStatusReq"
|
|
8946
|
-
}
|
|
8947
|
-
}
|
|
8948
|
-
},
|
|
8949
|
-
"required": true
|
|
8950
|
-
},
|
|
8951
|
-
"responses": {
|
|
8952
|
-
"200": {
|
|
8953
|
-
"description": "OK",
|
|
8954
|
-
"content": {
|
|
8955
|
-
"*/*": {
|
|
8956
|
-
"schema": {
|
|
8957
|
-
"allOf": [
|
|
8958
|
-
{
|
|
8959
|
-
"$ref": "#/components/schemas/response.Response"
|
|
8960
|
-
},
|
|
8961
|
-
{
|
|
8962
|
-
"type": "object",
|
|
8963
|
-
"properties": {
|
|
8964
|
-
"data": {
|
|
8965
|
-
"$ref": "#/components/schemas/models.UpdateTradeStatusResp"
|
|
8966
|
-
}
|
|
8967
|
-
}
|
|
8968
|
-
}
|
|
8969
|
-
]
|
|
8970
|
-
}
|
|
8971
|
-
}
|
|
8972
|
-
},
|
|
8973
|
-
"headers": {}
|
|
8974
|
-
}
|
|
8975
|
-
},
|
|
8976
|
-
"security": [],
|
|
8977
|
-
"X-Type": {
|
|
8978
|
-
"type": "BUS"
|
|
8979
|
-
}
|
|
8980
|
-
}
|
|
8981
|
-
},
|
|
8982
8935
|
"/api/v1/sys-api": {
|
|
8983
8936
|
"get": {
|
|
8984
8937
|
"summary": "获取接口管理列表",
|
|
@@ -10046,22 +9999,21 @@
|
|
|
10046
9999
|
"delete": {
|
|
10047
10000
|
"summary": "删除用户数据",
|
|
10048
10001
|
"deprecated": false,
|
|
10049
|
-
"description": "
|
|
10002
|
+
"description": "批量删除用户(提交工单)",
|
|
10050
10003
|
"tags": [
|
|
10051
10004
|
"用户"
|
|
10052
10005
|
],
|
|
10053
|
-
"parameters": [
|
|
10054
|
-
|
|
10055
|
-
|
|
10056
|
-
"
|
|
10057
|
-
|
|
10058
|
-
|
|
10059
|
-
|
|
10060
|
-
"schema": {
|
|
10061
|
-
"type": "integer"
|
|
10006
|
+
"parameters": [],
|
|
10007
|
+
"requestBody": {
|
|
10008
|
+
"content": {
|
|
10009
|
+
"application/json": {
|
|
10010
|
+
"schema": {
|
|
10011
|
+
"$ref": "#/components/schemas/dto.RemoveAdminReq"
|
|
10012
|
+
}
|
|
10062
10013
|
}
|
|
10063
|
-
}
|
|
10064
|
-
|
|
10014
|
+
},
|
|
10015
|
+
"required": true
|
|
10016
|
+
},
|
|
10065
10017
|
"responses": {
|
|
10066
10018
|
"200": {
|
|
10067
10019
|
"description": "{\"code\": 200, \"data\": [...]}",
|
|
@@ -10208,40 +10160,6 @@
|
|
|
10208
10160
|
"X-Type": {
|
|
10209
10161
|
"type": "BUS"
|
|
10210
10162
|
}
|
|
10211
|
-
},
|
|
10212
|
-
"delete": {
|
|
10213
|
-
"summary": "删除用户数据",
|
|
10214
|
-
"deprecated": false,
|
|
10215
|
-
"description": "删除数据",
|
|
10216
|
-
"tags": [
|
|
10217
|
-
"用户"
|
|
10218
|
-
],
|
|
10219
|
-
"parameters": [
|
|
10220
|
-
{
|
|
10221
|
-
"name": "userId",
|
|
10222
|
-
"in": "path",
|
|
10223
|
-
"description": "userId",
|
|
10224
|
-
"required": true,
|
|
10225
|
-
"example": 0,
|
|
10226
|
-
"schema": {
|
|
10227
|
-
"type": "integer"
|
|
10228
|
-
}
|
|
10229
|
-
}
|
|
10230
|
-
],
|
|
10231
|
-
"responses": {
|
|
10232
|
-
"200": {
|
|
10233
|
-
"description": "{\"code\": 200, \"data\": [...]}",
|
|
10234
|
-
"content": {
|
|
10235
|
-
"*/*": {
|
|
10236
|
-
"schema": {
|
|
10237
|
-
"$ref": "#/components/schemas/response.Response"
|
|
10238
|
-
}
|
|
10239
|
-
}
|
|
10240
|
-
},
|
|
10241
|
-
"headers": {}
|
|
10242
|
-
}
|
|
10243
|
-
},
|
|
10244
|
-
"security": []
|
|
10245
10163
|
}
|
|
10246
10164
|
},
|
|
10247
10165
|
"/api/v1/user/pwd/reset": {
|
|
@@ -25302,6 +25220,44 @@
|
|
|
25302
25220
|
}
|
|
25303
25221
|
}
|
|
25304
25222
|
},
|
|
25223
|
+
"/api/v1/reconciliation/report/file": {
|
|
25224
|
+
"post": {
|
|
25225
|
+
"summary": "获取对账报表文件列表",
|
|
25226
|
+
"deprecated": false,
|
|
25227
|
+
"description": "获取对账报表文件列表",
|
|
25228
|
+
"tags": [
|
|
25229
|
+
"财务对账"
|
|
25230
|
+
],
|
|
25231
|
+
"parameters": [],
|
|
25232
|
+
"requestBody": {
|
|
25233
|
+
"content": {
|
|
25234
|
+
"application/json": {
|
|
25235
|
+
"schema": {
|
|
25236
|
+
"type": "string"
|
|
25237
|
+
}
|
|
25238
|
+
}
|
|
25239
|
+
}
|
|
25240
|
+
},
|
|
25241
|
+
"responses": {
|
|
25242
|
+
"200": {
|
|
25243
|
+
"description": "{\"code\": 200, \"data\": [...]}",
|
|
25244
|
+
"content": {
|
|
25245
|
+
"*/*": {
|
|
25246
|
+
"schema": {
|
|
25247
|
+
"$ref": "#/components/schemas/utils.Response"
|
|
25248
|
+
}
|
|
25249
|
+
}
|
|
25250
|
+
},
|
|
25251
|
+
"headers": {}
|
|
25252
|
+
}
|
|
25253
|
+
},
|
|
25254
|
+
"security": [],
|
|
25255
|
+
"X-Type": {
|
|
25256
|
+
"type": "BUS"
|
|
25257
|
+
},
|
|
25258
|
+
"x-s2o-warning": "Operation post:/api/v1/reconciliation/report/file has multiple requestBodies"
|
|
25259
|
+
}
|
|
25260
|
+
},
|
|
25305
25261
|
"/logout": {
|
|
25306
25262
|
"post": {
|
|
25307
25263
|
"summary": "退出登录",
|
|
@@ -25328,6 +25284,50 @@
|
|
|
25328
25284
|
},
|
|
25329
25285
|
"components": {
|
|
25330
25286
|
"schemas": {
|
|
25287
|
+
"utils.Response": {
|
|
25288
|
+
"type": "object",
|
|
25289
|
+
"properties": {
|
|
25290
|
+
"code": {
|
|
25291
|
+
"type": "string"
|
|
25292
|
+
},
|
|
25293
|
+
"codeNum": {
|
|
25294
|
+
"type": "integer"
|
|
25295
|
+
},
|
|
25296
|
+
"data": {
|
|
25297
|
+
"type": "string"
|
|
25298
|
+
},
|
|
25299
|
+
"msg": {
|
|
25300
|
+
"type": "string"
|
|
25301
|
+
}
|
|
25302
|
+
}
|
|
25303
|
+
},
|
|
25304
|
+
"dto.RemoveAdminReq": {
|
|
25305
|
+
"type": "object",
|
|
25306
|
+
"required": [
|
|
25307
|
+
"ids"
|
|
25308
|
+
],
|
|
25309
|
+
"properties": {
|
|
25310
|
+
"attachments": {
|
|
25311
|
+
"description": "附件",
|
|
25312
|
+
"type": "array",
|
|
25313
|
+
"items": {
|
|
25314
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
25315
|
+
}
|
|
25316
|
+
},
|
|
25317
|
+
"ids": {
|
|
25318
|
+
"description": "要移除的管理员用户ID列表",
|
|
25319
|
+
"type": "array",
|
|
25320
|
+
"minItems": 1,
|
|
25321
|
+
"items": {
|
|
25322
|
+
"type": "integer"
|
|
25323
|
+
}
|
|
25324
|
+
},
|
|
25325
|
+
"remark": {
|
|
25326
|
+
"description": "备注",
|
|
25327
|
+
"type": "string"
|
|
25328
|
+
}
|
|
25329
|
+
}
|
|
25330
|
+
},
|
|
25331
25331
|
"models.TicketStatusByBizIdResp": {
|
|
25332
25332
|
"type": "object",
|
|
25333
25333
|
"properties": {
|
|
@@ -25864,16 +25864,16 @@
|
|
|
25864
25864
|
"description": "当前审批层级",
|
|
25865
25865
|
"type": "integer"
|
|
25866
25866
|
},
|
|
25867
|
-
"finalReason": {
|
|
25868
|
-
"description": "最终审核原因",
|
|
25869
|
-
"type": "string"
|
|
25870
|
-
},
|
|
25871
25867
|
"id": {
|
|
25872
25868
|
"type": "integer"
|
|
25873
25869
|
},
|
|
25874
25870
|
"priority": {
|
|
25875
25871
|
"type": "string"
|
|
25876
25872
|
},
|
|
25873
|
+
"reason": {
|
|
25874
|
+
"description": "最终审核原因",
|
|
25875
|
+
"type": "string"
|
|
25876
|
+
},
|
|
25877
25877
|
"remark": {
|
|
25878
25878
|
"type": "string"
|
|
25879
25879
|
},
|
|
@@ -26005,7 +26005,7 @@
|
|
|
26005
26005
|
"description": "workflow_instances 关联字段",
|
|
26006
26006
|
"type": "integer"
|
|
26007
26007
|
},
|
|
26008
|
-
"
|
|
26008
|
+
"reason": {
|
|
26009
26009
|
"type": "string"
|
|
26010
26010
|
},
|
|
26011
26011
|
"remark": {
|
|
@@ -29426,6 +29426,10 @@
|
|
|
29426
29426
|
"models.GetCollectionSettingResp": {
|
|
29427
29427
|
"type": "object",
|
|
29428
29428
|
"properties": {
|
|
29429
|
+
"auditPending": {
|
|
29430
|
+
"description": "是否在审核中",
|
|
29431
|
+
"type": "boolean"
|
|
29432
|
+
},
|
|
29429
29433
|
"autoCollection": {
|
|
29430
29434
|
"description": "自动归集:true-开启,false-关闭",
|
|
29431
29435
|
"type": "string"
|
|
@@ -29627,13 +29631,17 @@
|
|
|
29627
29631
|
"type": "object",
|
|
29628
29632
|
"properties": {
|
|
29629
29633
|
"accountId": {
|
|
29630
|
-
"description": "
|
|
29634
|
+
"description": "账号ID",
|
|
29631
29635
|
"type": "string"
|
|
29632
29636
|
},
|
|
29633
29637
|
"addTime": {
|
|
29634
29638
|
"description": "添加时间(Unix时间戳,毫秒)",
|
|
29635
29639
|
"type": "integer"
|
|
29636
29640
|
},
|
|
29641
|
+
"deleteUserEquipmentPending": {
|
|
29642
|
+
"description": "删除工单审核中",
|
|
29643
|
+
"type": "boolean"
|
|
29644
|
+
},
|
|
29637
29645
|
"deviceId": {
|
|
29638
29646
|
"description": "设备ID",
|
|
29639
29647
|
"type": "string"
|
|
@@ -29671,6 +29679,10 @@
|
|
|
29671
29679
|
"description": "账户ID",
|
|
29672
29680
|
"type": "string"
|
|
29673
29681
|
},
|
|
29682
|
+
"deleteUserEquipmentPending": {
|
|
29683
|
+
"description": "删除工单审核中",
|
|
29684
|
+
"type": "boolean"
|
|
29685
|
+
},
|
|
29674
29686
|
"deviceId": {
|
|
29675
29687
|
"description": "设备ID",
|
|
29676
29688
|
"type": "string"
|
|
@@ -29813,6 +29825,10 @@
|
|
|
29813
29825
|
"description": "Credential ID",
|
|
29814
29826
|
"type": "string"
|
|
29815
29827
|
},
|
|
29828
|
+
"deleteUserKeyPending": {
|
|
29829
|
+
"description": "删除工单审核中",
|
|
29830
|
+
"type": "boolean"
|
|
29831
|
+
},
|
|
29816
29832
|
"deviceId": {
|
|
29817
29833
|
"description": "设备ID",
|
|
29818
29834
|
"type": "string"
|
|
@@ -30758,6 +30774,13 @@
|
|
|
30758
30774
|
"templateName"
|
|
30759
30775
|
],
|
|
30760
30776
|
"properties": {
|
|
30777
|
+
"attachments": {
|
|
30778
|
+
"description": "附件",
|
|
30779
|
+
"type": "array",
|
|
30780
|
+
"items": {
|
|
30781
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
30782
|
+
}
|
|
30783
|
+
},
|
|
30761
30784
|
"emailMsgTemplateItems": {
|
|
30762
30785
|
"description": "email 多语言内容项",
|
|
30763
30786
|
"type": "array",
|
|
@@ -30791,6 +30814,11 @@
|
|
|
30791
30814
|
"$ref": "#/components/schemas/models.MsgTemplateItem"
|
|
30792
30815
|
}
|
|
30793
30816
|
},
|
|
30817
|
+
"remark": {
|
|
30818
|
+
"description": "备注",
|
|
30819
|
+
"type": "string",
|
|
30820
|
+
"maxLength": 100
|
|
30821
|
+
},
|
|
30794
30822
|
"smsMsgTemplateItems": {
|
|
30795
30823
|
"description": "sms 多语言内容项",
|
|
30796
30824
|
"type": "array",
|
|
@@ -31369,6 +31397,10 @@
|
|
|
31369
31397
|
"models.WalletFuseResp": {
|
|
31370
31398
|
"type": "object",
|
|
31371
31399
|
"properties": {
|
|
31400
|
+
"auditPending": {
|
|
31401
|
+
"description": "是否有待审核的工单",
|
|
31402
|
+
"type": "boolean"
|
|
31403
|
+
},
|
|
31372
31404
|
"currentLevel": {
|
|
31373
31405
|
"description": "当前审批层级",
|
|
31374
31406
|
"type": "integer"
|
|
@@ -31796,10 +31828,33 @@
|
|
|
31796
31828
|
"takerFee"
|
|
31797
31829
|
],
|
|
31798
31830
|
"properties": {
|
|
31831
|
+
"attachments": {
|
|
31832
|
+
"description": "附件 [{fileId,name,type}]",
|
|
31833
|
+
"type": "array",
|
|
31834
|
+
"items": {
|
|
31835
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
31836
|
+
}
|
|
31837
|
+
},
|
|
31838
|
+
"beforeMakerFee": {
|
|
31839
|
+
"description": "修改前 MakerFee",
|
|
31840
|
+
"type": "string"
|
|
31841
|
+
},
|
|
31842
|
+
"beforeStatus": {
|
|
31843
|
+
"description": "修改前状态",
|
|
31844
|
+
"type": "string"
|
|
31845
|
+
},
|
|
31846
|
+
"beforeTakerFee": {
|
|
31847
|
+
"description": "修改前 TakerFee",
|
|
31848
|
+
"type": "string"
|
|
31849
|
+
},
|
|
31799
31850
|
"makerFee": {
|
|
31800
31851
|
"description": "交易对设置状态:OPEN/CLOSE",
|
|
31801
31852
|
"type": "string"
|
|
31802
31853
|
},
|
|
31854
|
+
"remark": {
|
|
31855
|
+
"description": "操作理由",
|
|
31856
|
+
"type": "string"
|
|
31857
|
+
},
|
|
31803
31858
|
"status": {
|
|
31804
31859
|
"description": "交易对设置状态:OPEN/CLOSE",
|
|
31805
31860
|
"type": "string"
|
|
@@ -32535,12 +32590,34 @@
|
|
|
32535
32590
|
"type": "object",
|
|
32536
32591
|
"required": [
|
|
32537
32592
|
"coinType",
|
|
32538
|
-
"confirmations",
|
|
32539
32593
|
"maxWithdrawAmount",
|
|
32540
32594
|
"minWithdrawAmount",
|
|
32541
32595
|
"withdrawFee"
|
|
32542
32596
|
],
|
|
32543
32597
|
"properties": {
|
|
32598
|
+
"attachments": {
|
|
32599
|
+
"description": "附件 [{fileId,name,type}]",
|
|
32600
|
+
"type": "array",
|
|
32601
|
+
"items": {
|
|
32602
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
32603
|
+
}
|
|
32604
|
+
},
|
|
32605
|
+
"beforeConfirmations": {
|
|
32606
|
+
"description": "修改前确认数",
|
|
32607
|
+
"type": "string"
|
|
32608
|
+
},
|
|
32609
|
+
"beforeMaxWithdrawAmount": {
|
|
32610
|
+
"description": "修改前最大金额",
|
|
32611
|
+
"type": "string"
|
|
32612
|
+
},
|
|
32613
|
+
"beforeMinWithdrawAmount": {
|
|
32614
|
+
"description": "修改前最小金额",
|
|
32615
|
+
"type": "string"
|
|
32616
|
+
},
|
|
32617
|
+
"beforeWithdrawFee": {
|
|
32618
|
+
"description": "修改前手续费",
|
|
32619
|
+
"type": "string"
|
|
32620
|
+
},
|
|
32544
32621
|
"coinType": {
|
|
32545
32622
|
"description": "币种",
|
|
32546
32623
|
"type": "string"
|
|
@@ -32561,6 +32638,10 @@
|
|
|
32561
32638
|
"description": "网络类型",
|
|
32562
32639
|
"type": "string"
|
|
32563
32640
|
},
|
|
32641
|
+
"remark": {
|
|
32642
|
+
"description": "操作理由",
|
|
32643
|
+
"type": "string"
|
|
32644
|
+
},
|
|
32564
32645
|
"withdrawFee": {
|
|
32565
32646
|
"description": "提现手续费",
|
|
32566
32647
|
"type": "string"
|
|
@@ -33457,6 +33538,22 @@
|
|
|
33457
33538
|
"models.UpdateTradeStatusReq": {
|
|
33458
33539
|
"type": "object",
|
|
33459
33540
|
"properties": {
|
|
33541
|
+
"attachments": {
|
|
33542
|
+
"description": "附件",
|
|
33543
|
+
"type": "array",
|
|
33544
|
+
"items": {
|
|
33545
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
33546
|
+
}
|
|
33547
|
+
},
|
|
33548
|
+
"beforeStatus": {
|
|
33549
|
+
"description": "修改前交易状态",
|
|
33550
|
+
"type": "string"
|
|
33551
|
+
},
|
|
33552
|
+
"remark": {
|
|
33553
|
+
"description": "备注",
|
|
33554
|
+
"type": "string",
|
|
33555
|
+
"maxLength": 100
|
|
33556
|
+
},
|
|
33460
33557
|
"status": {
|
|
33461
33558
|
"description": "交易状态 OPEN/CLOSE",
|
|
33462
33559
|
"type": "string"
|
|
@@ -34538,6 +34635,13 @@
|
|
|
34538
34635
|
"description": "用户ID",
|
|
34539
34636
|
"type": "string"
|
|
34540
34637
|
},
|
|
34638
|
+
"attachments": {
|
|
34639
|
+
"description": "工单附件",
|
|
34640
|
+
"type": "array",
|
|
34641
|
+
"items": {
|
|
34642
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
34643
|
+
}
|
|
34644
|
+
},
|
|
34541
34645
|
"remark": {
|
|
34542
34646
|
"description": "操作原因",
|
|
34543
34647
|
"type": "string"
|
|
@@ -36795,6 +36899,10 @@
|
|
|
36795
36899
|
"withdrawFee": {
|
|
36796
36900
|
"description": "提现手续费",
|
|
36797
36901
|
"type": "string"
|
|
36902
|
+
},
|
|
36903
|
+
"withdrawPending": {
|
|
36904
|
+
"description": "是否存在审批中的提现设置变更",
|
|
36905
|
+
"type": "boolean"
|
|
36798
36906
|
}
|
|
36799
36907
|
}
|
|
36800
36908
|
},
|
|
@@ -36889,6 +36997,10 @@
|
|
|
36889
36997
|
"description": "邮箱",
|
|
36890
36998
|
"type": "string"
|
|
36891
36999
|
},
|
|
37000
|
+
"gaPending": {
|
|
37001
|
+
"description": "GA解绑工单审核中",
|
|
37002
|
+
"type": "boolean"
|
|
37003
|
+
},
|
|
36892
37004
|
"gaVerified": {
|
|
36893
37005
|
"description": "是否已验证GA",
|
|
36894
37006
|
"type": "boolean"
|
|
@@ -36901,6 +37013,10 @@
|
|
|
36901
37013
|
"description": "手机号",
|
|
36902
37014
|
"type": "string"
|
|
36903
37015
|
},
|
|
37016
|
+
"phonePending": {
|
|
37017
|
+
"description": "手机解绑工单审核中",
|
|
37018
|
+
"type": "boolean"
|
|
37019
|
+
},
|
|
36904
37020
|
"phoneVerified": {
|
|
36905
37021
|
"description": "是否已验证手机",
|
|
36906
37022
|
"type": "boolean"
|
|
@@ -36975,6 +37091,10 @@
|
|
|
36975
37091
|
"models.GetTradeStatusResp": {
|
|
36976
37092
|
"type": "object",
|
|
36977
37093
|
"properties": {
|
|
37094
|
+
"auditPending": {
|
|
37095
|
+
"description": "是否存在审批中的工单",
|
|
37096
|
+
"type": "boolean"
|
|
37097
|
+
},
|
|
36978
37098
|
"status": {
|
|
36979
37099
|
"description": "交易状态",
|
|
36980
37100
|
"type": "string"
|
|
@@ -37004,6 +37124,10 @@
|
|
|
37004
37124
|
"takerFeeRate": {
|
|
37005
37125
|
"description": "现货交易手续费(taker)",
|
|
37006
37126
|
"type": "string"
|
|
37127
|
+
},
|
|
37128
|
+
"transactionPending": {
|
|
37129
|
+
"description": "是否存在审批中的交易设置变更",
|
|
37130
|
+
"type": "boolean"
|
|
37007
37131
|
}
|
|
37008
37132
|
}
|
|
37009
37133
|
},
|
|
@@ -37047,6 +37171,10 @@
|
|
|
37047
37171
|
"models.GetLargeTradeConfigResp": {
|
|
37048
37172
|
"type": "object",
|
|
37049
37173
|
"properties": {
|
|
37174
|
+
"auditPending": {
|
|
37175
|
+
"description": "是否在审核中",
|
|
37176
|
+
"type": "boolean"
|
|
37177
|
+
},
|
|
37050
37178
|
"threshold": {
|
|
37051
37179
|
"description": "大额交易阈值",
|
|
37052
37180
|
"type": "string"
|
|
@@ -37177,6 +37305,10 @@
|
|
|
37177
37305
|
"models.GetGasConfigResp": {
|
|
37178
37306
|
"type": "object",
|
|
37179
37307
|
"properties": {
|
|
37308
|
+
"auditPending": {
|
|
37309
|
+
"description": "是否在审核中",
|
|
37310
|
+
"type": "boolean"
|
|
37311
|
+
},
|
|
37180
37312
|
"gasUsageLimit": {
|
|
37181
37313
|
"description": "Gas消耗上限",
|
|
37182
37314
|
"type": "string"
|
|
@@ -37222,6 +37354,10 @@
|
|
|
37222
37354
|
"description": "网络类型",
|
|
37223
37355
|
"type": "string"
|
|
37224
37356
|
},
|
|
37357
|
+
"rechargePending": {
|
|
37358
|
+
"description": "是否存在审批中的充值设置变更",
|
|
37359
|
+
"type": "boolean"
|
|
37360
|
+
},
|
|
37225
37361
|
"walletConfirmCount": {
|
|
37226
37362
|
"description": "钱包确认数",
|
|
37227
37363
|
"type": "string"
|
|
@@ -37320,6 +37456,10 @@
|
|
|
37320
37456
|
"description": "储备地址数量",
|
|
37321
37457
|
"type": "string"
|
|
37322
37458
|
},
|
|
37459
|
+
"auditPending": {
|
|
37460
|
+
"description": "是否有待审核的工单",
|
|
37461
|
+
"type": "boolean"
|
|
37462
|
+
},
|
|
37323
37463
|
"configId": {
|
|
37324
37464
|
"description": "配置ID",
|
|
37325
37465
|
"type": "integer"
|
|
@@ -37857,6 +37997,25 @@
|
|
|
37857
37997
|
"confirmations"
|
|
37858
37998
|
],
|
|
37859
37999
|
"properties": {
|
|
38000
|
+
"attachments": {
|
|
38001
|
+
"description": "附件 [{fileId,name,type}]",
|
|
38002
|
+
"type": "array",
|
|
38003
|
+
"items": {
|
|
38004
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
38005
|
+
}
|
|
38006
|
+
},
|
|
38007
|
+
"beforeConfirmations": {
|
|
38008
|
+
"description": "修改前确认数",
|
|
38009
|
+
"type": "string"
|
|
38010
|
+
},
|
|
38011
|
+
"beforeMaxDepositAmount24H": {
|
|
38012
|
+
"description": "修改前最大金额24小时",
|
|
38013
|
+
"type": "string"
|
|
38014
|
+
},
|
|
38015
|
+
"beforeMinDepositAmount": {
|
|
38016
|
+
"description": "修改前最小金额",
|
|
38017
|
+
"type": "string"
|
|
38018
|
+
},
|
|
37860
38019
|
"coinType": {
|
|
37861
38020
|
"description": "币种",
|
|
37862
38021
|
"type": "string"
|
|
@@ -37876,6 +38035,10 @@
|
|
|
37876
38035
|
"networkType": {
|
|
37877
38036
|
"description": "网络类型",
|
|
37878
38037
|
"type": "string"
|
|
38038
|
+
},
|
|
38039
|
+
"remark": {
|
|
38040
|
+
"description": "操作理由",
|
|
38041
|
+
"type": "string"
|
|
37879
38042
|
}
|
|
37880
38043
|
}
|
|
37881
38044
|
},
|
|
@@ -40258,6 +40421,13 @@
|
|
|
40258
40421
|
"dto.SysUserInsertReq": {
|
|
40259
40422
|
"type": "object",
|
|
40260
40423
|
"properties": {
|
|
40424
|
+
"attachments": {
|
|
40425
|
+
"description": "工单附件",
|
|
40426
|
+
"type": "array",
|
|
40427
|
+
"items": {
|
|
40428
|
+
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
40429
|
+
}
|
|
40430
|
+
},
|
|
40261
40431
|
"avatar": {
|
|
40262
40432
|
"type": "string"
|
|
40263
40433
|
},
|
|
@@ -40283,7 +40453,8 @@
|
|
|
40283
40453
|
"type": "integer"
|
|
40284
40454
|
},
|
|
40285
40455
|
"remark": {
|
|
40286
|
-
"type": "string"
|
|
40456
|
+
"type": "string",
|
|
40457
|
+
"maxLength": 100
|
|
40287
40458
|
},
|
|
40288
40459
|
"roleId": {
|
|
40289
40460
|
"type": "integer"
|
|
@@ -40320,6 +40491,12 @@
|
|
|
40320
40491
|
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
40321
40492
|
}
|
|
40322
40493
|
},
|
|
40494
|
+
"before": {
|
|
40495
|
+
"description": "修改前的值",
|
|
40496
|
+
"type": "object",
|
|
40497
|
+
"additionalProperties": true,
|
|
40498
|
+
"properties": {}
|
|
40499
|
+
},
|
|
40323
40500
|
"createBy": {
|
|
40324
40501
|
"type": "integer"
|
|
40325
40502
|
},
|
|
@@ -40336,6 +40513,10 @@
|
|
|
40336
40513
|
"description": "标记",
|
|
40337
40514
|
"type": "string"
|
|
40338
40515
|
},
|
|
40516
|
+
"isNeedTicket": {
|
|
40517
|
+
"description": "是否需要发起工单",
|
|
40518
|
+
"type": "boolean"
|
|
40519
|
+
},
|
|
40339
40520
|
"menuIds": {
|
|
40340
40521
|
"type": "array",
|
|
40341
40522
|
"items": {
|
|
@@ -40396,6 +40577,14 @@
|
|
|
40396
40577
|
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
40397
40578
|
}
|
|
40398
40579
|
},
|
|
40580
|
+
"before": {
|
|
40581
|
+
"description": "修改前的值",
|
|
40582
|
+
"type": "object",
|
|
40583
|
+
"additionalProperties": {
|
|
40584
|
+
"type": "string"
|
|
40585
|
+
},
|
|
40586
|
+
"properties": {}
|
|
40587
|
+
},
|
|
40399
40588
|
"createBy": {
|
|
40400
40589
|
"type": "integer"
|
|
40401
40590
|
},
|
|
@@ -40469,6 +40658,12 @@
|
|
|
40469
40658
|
"$ref": "#/components/schemas/models.AttachmentItem"
|
|
40470
40659
|
}
|
|
40471
40660
|
},
|
|
40661
|
+
"before": {
|
|
40662
|
+
"description": "修改前的值",
|
|
40663
|
+
"type": "object",
|
|
40664
|
+
"additionalProperties": true,
|
|
40665
|
+
"properties": {}
|
|
40666
|
+
},
|
|
40472
40667
|
"ids": {
|
|
40473
40668
|
"type": "array",
|
|
40474
40669
|
"items": {
|