fx-spec-hub 0.0.27 → 0.0.29

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.
@@ -10046,22 +10046,21 @@
10046
10046
  "delete": {
10047
10047
  "summary": "删除用户数据",
10048
10048
  "deprecated": false,
10049
- "description": "删除数据",
10049
+ "description": "批量删除用户(提交工单)",
10050
10050
  "tags": [
10051
10051
  "用户"
10052
10052
  ],
10053
- "parameters": [
10054
- {
10055
- "name": "userId",
10056
- "in": "path",
10057
- "description": "userId",
10058
- "required": true,
10059
- "example": 0,
10060
- "schema": {
10061
- "type": "integer"
10053
+ "parameters": [],
10054
+ "requestBody": {
10055
+ "content": {
10056
+ "application/json": {
10057
+ "schema": {
10058
+ "$ref": "#/components/schemas/dto.RemoveAdminReq"
10059
+ }
10062
10060
  }
10063
- }
10064
- ],
10061
+ },
10062
+ "required": true
10063
+ },
10065
10064
  "responses": {
10066
10065
  "200": {
10067
10066
  "description": "{\"code\": 200, \"data\": [...]}",
@@ -10208,40 +10207,6 @@
10208
10207
  "X-Type": {
10209
10208
  "type": "BUS"
10210
10209
  }
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
10210
  }
10246
10211
  },
10247
10212
  "/api/v1/user/pwd/reset": {
@@ -25328,6 +25293,33 @@
25328
25293
  },
25329
25294
  "components": {
25330
25295
  "schemas": {
25296
+ "dto.RemoveAdminReq": {
25297
+ "type": "object",
25298
+ "required": [
25299
+ "ids"
25300
+ ],
25301
+ "properties": {
25302
+ "attachments": {
25303
+ "description": "附件",
25304
+ "type": "array",
25305
+ "items": {
25306
+ "$ref": "#/components/schemas/models.AttachmentItem"
25307
+ }
25308
+ },
25309
+ "ids": {
25310
+ "description": "要移除的管理员用户ID列表",
25311
+ "type": "array",
25312
+ "minItems": 1,
25313
+ "items": {
25314
+ "type": "integer"
25315
+ }
25316
+ },
25317
+ "remark": {
25318
+ "description": "备注",
25319
+ "type": "string"
25320
+ }
25321
+ }
25322
+ },
25331
25323
  "models.TicketStatusByBizIdResp": {
25332
25324
  "type": "object",
25333
25325
  "properties": {
@@ -25616,8 +25608,12 @@
25616
25608
  "$ref": "#/components/schemas/models.AttachmentItem"
25617
25609
  }
25618
25610
  },
25611
+ "reason": {
25612
+ "description": "最终原因",
25613
+ "type": "string"
25614
+ },
25619
25615
  "remark": {
25620
- "description": "原因",
25616
+ "description": "备注",
25621
25617
  "type": "string"
25622
25618
  },
25623
25619
  "ticketNo": {
@@ -25659,6 +25655,10 @@
25659
25655
  "$ref": "#/components/schemas/models.AttachmentItem"
25660
25656
  }
25661
25657
  },
25658
+ "reason": {
25659
+ "description": "最终原因",
25660
+ "type": "string"
25661
+ },
25662
25662
  "remark": {
25663
25663
  "description": "审批意见",
25664
25664
  "type": "string"
@@ -25749,10 +25749,18 @@
25749
25749
  "description": "审批层级",
25750
25750
  "type": "integer"
25751
25751
  },
25752
+ "reason": {
25753
+ "description": "最终原因",
25754
+ "type": "string"
25755
+ },
25752
25756
  "remark": {
25753
25757
  "description": "审批意见",
25754
25758
  "type": "string"
25755
25759
  },
25760
+ "role": {
25761
+ "description": "审批角色 OPERATION / COMPLIANCE / SAFETY",
25762
+ "type": "string"
25763
+ },
25756
25764
  "status": {
25757
25765
  "description": "COMPLETED / PENDING / WAITING",
25758
25766
  "type": "string"
@@ -25854,6 +25862,10 @@
25854
25862
  "priority": {
25855
25863
  "type": "string"
25856
25864
  },
25865
+ "reason": {
25866
+ "description": "最终审核原因",
25867
+ "type": "string"
25868
+ },
25857
25869
  "remark": {
25858
25870
  "type": "string"
25859
25871
  },
@@ -25985,6 +25997,9 @@
25985
25997
  "description": "workflow_instances 关联字段",
25986
25998
  "type": "integer"
25987
25999
  },
26000
+ "reason": {
26001
+ "type": "string"
26002
+ },
25988
26003
  "remark": {
25989
26004
  "type": "string"
25990
26005
  },
@@ -26151,6 +26166,9 @@
26151
26166
  "instanceId": {
26152
26167
  "type": "string"
26153
26168
  },
26169
+ "reason": {
26170
+ "type": "string"
26171
+ },
26154
26172
  "remark": {
26155
26173
  "type": "string"
26156
26174
  },
@@ -26273,8 +26291,14 @@
26273
26291
  "approverName": {
26274
26292
  "type": "string"
26275
26293
  },
26294
+ "attachments": {
26295
+ "type": "array",
26296
+ "items": {
26297
+ "type": "integer"
26298
+ }
26299
+ },
26276
26300
  "bizSubtype": {
26277
- "description": "PAUSE_WITHDRAW(暂停提现) / RESUME_WITHDRAW(恢复提现) / FUSE(熔断) / UNFUSE(撤销熔断) / STR_ALERT_HIT(STR命中) / STR_ALERT_MISS(STR未命中) / REVOKE_TRANSACTION(撤销交易)",
26301
+ "description": "PAUSE_WITHDRAW(暂停提现) ...",
26278
26302
  "type": "string"
26279
26303
  },
26280
26304
  "bizType": {
@@ -26295,6 +26319,9 @@
26295
26319
  "instanceId": {
26296
26320
  "type": "string"
26297
26321
  },
26322
+ "reason": {
26323
+ "type": "string"
26324
+ },
26298
26325
  "remark": {
26299
26326
  "type": "string"
26300
26327
  },
@@ -26482,6 +26509,17 @@
26482
26509
  "workflowInstanceId"
26483
26510
  ],
26484
26511
  "properties": {
26512
+ "attachments": {
26513
+ "description": "审核附件",
26514
+ "type": "array",
26515
+ "items": {
26516
+ "type": "integer"
26517
+ }
26518
+ },
26519
+ "reason": {
26520
+ "description": "最终原因",
26521
+ "type": "string"
26522
+ },
26485
26523
  "remark": {
26486
26524
  "description": "拒绝原因",
26487
26525
  "type": "string"
@@ -26586,6 +26624,17 @@
26586
26624
  "workflowInstanceId"
26587
26625
  ],
26588
26626
  "properties": {
26627
+ "attachments": {
26628
+ "description": "审核附件",
26629
+ "type": "array",
26630
+ "items": {
26631
+ "type": "integer"
26632
+ }
26633
+ },
26634
+ "reason": {
26635
+ "description": "最终审核原因",
26636
+ "type": "string"
26637
+ },
26589
26638
  "remark": {
26590
26639
  "description": "审批意见",
26591
26640
  "type": "string"
@@ -26983,6 +27032,9 @@
26983
27032
  "level": {
26984
27033
  "type": "integer"
26985
27034
  },
27035
+ "reason": {
27036
+ "type": "string"
27037
+ },
26986
27038
  "remark": {
26987
27039
  "type": "string"
26988
27040
  },
@@ -27342,8 +27394,17 @@
27342
27394
  "models.AuditStrScreeningRequest": {
27343
27395
  "type": "object",
27344
27396
  "properties": {
27397
+ "attachments": {
27398
+ "type": "array",
27399
+ "items": {
27400
+ "$ref": "#/components/schemas/models.AttachmentItem"
27401
+ }
27402
+ },
27345
27403
  "id": {
27346
- "type": "integer"
27404
+ "type": "string",
27405
+ "examples": [
27406
+ "0"
27407
+ ]
27347
27408
  },
27348
27409
  "remark": {
27349
27410
  "type": "string"
@@ -27351,6 +27412,9 @@
27351
27412
  "status": {
27352
27413
  "description": "STR_ALERT_HIT, STR_ALERT_MISS",
27353
27414
  "type": "string"
27415
+ },
27416
+ "ticketNo": {
27417
+ "type": "string"
27354
27418
  }
27355
27419
  }
27356
27420
  },
@@ -28594,6 +28658,10 @@
28594
28658
  "description": "审核状态",
28595
28659
  "type": "string"
28596
28660
  },
28661
+ "ticketNo": {
28662
+ "description": "工单编号",
28663
+ "type": "string"
28664
+ },
28597
28665
  "type": {
28598
28666
  "description": "订单类型",
28599
28667
  "type": "string"
@@ -29194,10 +29262,15 @@
29194
29262
  "models.LoginFreezeReq": {
29195
29263
  "type": "object",
29196
29264
  "required": [
29265
+ "accountId",
29197
29266
  "remark",
29198
29267
  "userId"
29199
29268
  ],
29200
29269
  "properties": {
29270
+ "accountId": {
29271
+ "description": "accountId",
29272
+ "type": "string"
29273
+ },
29201
29274
  "attachments": {
29202
29275
  "description": "工单附件",
29203
29276
  "type": "array",
@@ -29345,6 +29418,10 @@
29345
29418
  "models.GetCollectionSettingResp": {
29346
29419
  "type": "object",
29347
29420
  "properties": {
29421
+ "auditPending": {
29422
+ "description": "是否在审核中",
29423
+ "type": "boolean"
29424
+ },
29348
29425
  "autoCollection": {
29349
29426
  "description": "自动归集:true-开启,false-关闭",
29350
29427
  "type": "string"
@@ -29546,13 +29623,17 @@
29546
29623
  "type": "object",
29547
29624
  "properties": {
29548
29625
  "accountId": {
29549
- "description": "账户ID",
29626
+ "description": "账号ID",
29550
29627
  "type": "string"
29551
29628
  },
29552
29629
  "addTime": {
29553
29630
  "description": "添加时间(Unix时间戳,毫秒)",
29554
29631
  "type": "integer"
29555
29632
  },
29633
+ "deleteUserEquipmentPending": {
29634
+ "description": "删除工单审核中",
29635
+ "type": "boolean"
29636
+ },
29556
29637
  "deviceId": {
29557
29638
  "description": "设备ID",
29558
29639
  "type": "string"
@@ -29590,6 +29671,10 @@
29590
29671
  "description": "账户ID",
29591
29672
  "type": "string"
29592
29673
  },
29674
+ "deleteUserEquipmentPending": {
29675
+ "description": "删除工单审核中",
29676
+ "type": "boolean"
29677
+ },
29593
29678
  "deviceId": {
29594
29679
  "description": "设备ID",
29595
29680
  "type": "string"
@@ -29732,6 +29817,10 @@
29732
29817
  "description": "Credential ID",
29733
29818
  "type": "string"
29734
29819
  },
29820
+ "deleteUserKeyPending": {
29821
+ "description": "删除工单审核中",
29822
+ "type": "boolean"
29823
+ },
29735
29824
  "deviceId": {
29736
29825
  "description": "设备ID",
29737
29826
  "type": "string"
@@ -30677,6 +30766,13 @@
30677
30766
  "templateName"
30678
30767
  ],
30679
30768
  "properties": {
30769
+ "attachments": {
30770
+ "description": "附件",
30771
+ "type": "array",
30772
+ "items": {
30773
+ "$ref": "#/components/schemas/models.AttachmentItem"
30774
+ }
30775
+ },
30680
30776
  "emailMsgTemplateItems": {
30681
30777
  "description": "email 多语言内容项",
30682
30778
  "type": "array",
@@ -30710,6 +30806,11 @@
30710
30806
  "$ref": "#/components/schemas/models.MsgTemplateItem"
30711
30807
  }
30712
30808
  },
30809
+ "remark": {
30810
+ "description": "备注",
30811
+ "type": "string",
30812
+ "maxLength": 100
30813
+ },
30713
30814
  "smsMsgTemplateItems": {
30714
30815
  "description": "sms 多语言内容项",
30715
30816
  "type": "array",
@@ -31288,6 +31389,10 @@
31288
31389
  "models.WalletFuseResp": {
31289
31390
  "type": "object",
31290
31391
  "properties": {
31392
+ "auditPending": {
31393
+ "description": "是否有待审核的工单",
31394
+ "type": "boolean"
31395
+ },
31291
31396
  "currentLevel": {
31292
31397
  "description": "当前审批层级",
31293
31398
  "type": "integer"
@@ -31715,10 +31820,33 @@
31715
31820
  "takerFee"
31716
31821
  ],
31717
31822
  "properties": {
31823
+ "attachments": {
31824
+ "description": "附件 [{fileId,name,type}]",
31825
+ "type": "array",
31826
+ "items": {
31827
+ "$ref": "#/components/schemas/models.AttachmentItem"
31828
+ }
31829
+ },
31830
+ "beforeMakerFee": {
31831
+ "description": "修改前 MakerFee",
31832
+ "type": "string"
31833
+ },
31834
+ "beforeStatus": {
31835
+ "description": "修改前状态",
31836
+ "type": "string"
31837
+ },
31838
+ "beforeTakerFee": {
31839
+ "description": "修改前 TakerFee",
31840
+ "type": "string"
31841
+ },
31718
31842
  "makerFee": {
31719
31843
  "description": "交易对设置状态:OPEN/CLOSE",
31720
31844
  "type": "string"
31721
31845
  },
31846
+ "remark": {
31847
+ "description": "操作理由",
31848
+ "type": "string"
31849
+ },
31722
31850
  "status": {
31723
31851
  "description": "交易对设置状态:OPEN/CLOSE",
31724
31852
  "type": "string"
@@ -32454,12 +32582,34 @@
32454
32582
  "type": "object",
32455
32583
  "required": [
32456
32584
  "coinType",
32457
- "confirmations",
32458
32585
  "maxWithdrawAmount",
32459
32586
  "minWithdrawAmount",
32460
32587
  "withdrawFee"
32461
32588
  ],
32462
32589
  "properties": {
32590
+ "attachments": {
32591
+ "description": "附件 [{fileId,name,type}]",
32592
+ "type": "array",
32593
+ "items": {
32594
+ "$ref": "#/components/schemas/models.AttachmentItem"
32595
+ }
32596
+ },
32597
+ "beforeConfirmations": {
32598
+ "description": "修改前确认数",
32599
+ "type": "string"
32600
+ },
32601
+ "beforeMaxWithdrawAmount": {
32602
+ "description": "修改前最大金额",
32603
+ "type": "string"
32604
+ },
32605
+ "beforeMinWithdrawAmount": {
32606
+ "description": "修改前最小金额",
32607
+ "type": "string"
32608
+ },
32609
+ "beforeWithdrawFee": {
32610
+ "description": "修改前手续费",
32611
+ "type": "string"
32612
+ },
32463
32613
  "coinType": {
32464
32614
  "description": "币种",
32465
32615
  "type": "string"
@@ -32480,6 +32630,10 @@
32480
32630
  "description": "网络类型",
32481
32631
  "type": "string"
32482
32632
  },
32633
+ "remark": {
32634
+ "description": "操作理由",
32635
+ "type": "string"
32636
+ },
32483
32637
  "withdrawFee": {
32484
32638
  "description": "提现手续费",
32485
32639
  "type": "string"
@@ -34457,6 +34611,13 @@
34457
34611
  "description": "用户ID",
34458
34612
  "type": "string"
34459
34613
  },
34614
+ "attachments": {
34615
+ "description": "工单附件",
34616
+ "type": "array",
34617
+ "items": {
34618
+ "$ref": "#/components/schemas/models.AttachmentItem"
34619
+ }
34620
+ },
34460
34621
  "remark": {
34461
34622
  "description": "操作原因",
34462
34623
  "type": "string"
@@ -35218,19 +35379,9 @@
35218
35379
  "accountID": {
35219
35380
  "type": "string"
35220
35381
  },
35221
- "attachments": {
35222
- "description": "附件",
35223
- "type": "array",
35224
- "items": {
35225
- "$ref": "#/components/schemas/models.AttachmentItem"
35226
- }
35227
- },
35228
35382
  "auditor": {
35229
35383
  "type": "string"
35230
35384
  },
35231
- "bizType": {
35232
- "type": "string"
35233
- },
35234
35385
  "kycID": {
35235
35386
  "type": "integer"
35236
35387
  },
@@ -36724,6 +36875,10 @@
36724
36875
  "withdrawFee": {
36725
36876
  "description": "提现手续费",
36726
36877
  "type": "string"
36878
+ },
36879
+ "withdrawPending": {
36880
+ "description": "是否存在审批中的提现设置变更",
36881
+ "type": "boolean"
36727
36882
  }
36728
36883
  }
36729
36884
  },
@@ -36818,6 +36973,10 @@
36818
36973
  "description": "邮箱",
36819
36974
  "type": "string"
36820
36975
  },
36976
+ "gaPending": {
36977
+ "description": "GA解绑工单审核中",
36978
+ "type": "boolean"
36979
+ },
36821
36980
  "gaVerified": {
36822
36981
  "description": "是否已验证GA",
36823
36982
  "type": "boolean"
@@ -36830,6 +36989,10 @@
36830
36989
  "description": "手机号",
36831
36990
  "type": "string"
36832
36991
  },
36992
+ "phonePending": {
36993
+ "description": "手机解绑工单审核中",
36994
+ "type": "boolean"
36995
+ },
36833
36996
  "phoneVerified": {
36834
36997
  "description": "是否已验证手机",
36835
36998
  "type": "boolean"
@@ -36933,6 +37096,10 @@
36933
37096
  "takerFeeRate": {
36934
37097
  "description": "现货交易手续费(taker)",
36935
37098
  "type": "string"
37099
+ },
37100
+ "transactionPending": {
37101
+ "description": "是否存在审批中的交易设置变更",
37102
+ "type": "boolean"
36936
37103
  }
36937
37104
  }
36938
37105
  },
@@ -36976,6 +37143,10 @@
36976
37143
  "models.GetLargeTradeConfigResp": {
36977
37144
  "type": "object",
36978
37145
  "properties": {
37146
+ "auditPending": {
37147
+ "description": "是否在审核中",
37148
+ "type": "boolean"
37149
+ },
36979
37150
  "threshold": {
36980
37151
  "description": "大额交易阈值",
36981
37152
  "type": "string"
@@ -37106,6 +37277,10 @@
37106
37277
  "models.GetGasConfigResp": {
37107
37278
  "type": "object",
37108
37279
  "properties": {
37280
+ "auditPending": {
37281
+ "description": "是否在审核中",
37282
+ "type": "boolean"
37283
+ },
37109
37284
  "gasUsageLimit": {
37110
37285
  "description": "Gas消耗上限",
37111
37286
  "type": "string"
@@ -37151,6 +37326,10 @@
37151
37326
  "description": "网络类型",
37152
37327
  "type": "string"
37153
37328
  },
37329
+ "rechargePending": {
37330
+ "description": "是否存在审批中的充值设置变更",
37331
+ "type": "boolean"
37332
+ },
37154
37333
  "walletConfirmCount": {
37155
37334
  "description": "钱包确认数",
37156
37335
  "type": "string"
@@ -37249,6 +37428,10 @@
37249
37428
  "description": "储备地址数量",
37250
37429
  "type": "string"
37251
37430
  },
37431
+ "auditPending": {
37432
+ "description": "是否有待审核的工单",
37433
+ "type": "boolean"
37434
+ },
37252
37435
  "configId": {
37253
37436
  "description": "配置ID",
37254
37437
  "type": "integer"
@@ -37786,6 +37969,25 @@
37786
37969
  "confirmations"
37787
37970
  ],
37788
37971
  "properties": {
37972
+ "attachments": {
37973
+ "description": "附件 [{fileId,name,type}]",
37974
+ "type": "array",
37975
+ "items": {
37976
+ "$ref": "#/components/schemas/models.AttachmentItem"
37977
+ }
37978
+ },
37979
+ "beforeConfirmations": {
37980
+ "description": "修改前确认数",
37981
+ "type": "string"
37982
+ },
37983
+ "beforeMaxDepositAmount24H": {
37984
+ "description": "修改前最大金额24小时",
37985
+ "type": "string"
37986
+ },
37987
+ "beforeMinDepositAmount": {
37988
+ "description": "修改前最小金额",
37989
+ "type": "string"
37990
+ },
37789
37991
  "coinType": {
37790
37992
  "description": "币种",
37791
37993
  "type": "string"
@@ -37805,6 +38007,10 @@
37805
38007
  "networkType": {
37806
38008
  "description": "网络类型",
37807
38009
  "type": "string"
38010
+ },
38011
+ "remark": {
38012
+ "description": "操作理由",
38013
+ "type": "string"
37808
38014
  }
37809
38015
  }
37810
38016
  },
@@ -40187,6 +40393,13 @@
40187
40393
  "dto.SysUserInsertReq": {
40188
40394
  "type": "object",
40189
40395
  "properties": {
40396
+ "attachments": {
40397
+ "description": "工单附件",
40398
+ "type": "array",
40399
+ "items": {
40400
+ "$ref": "#/components/schemas/models.AttachmentItem"
40401
+ }
40402
+ },
40190
40403
  "avatar": {
40191
40404
  "type": "string"
40192
40405
  },
@@ -40212,7 +40425,8 @@
40212
40425
  "type": "integer"
40213
40426
  },
40214
40427
  "remark": {
40215
- "type": "string"
40428
+ "type": "string",
40429
+ "maxLength": 100
40216
40430
  },
40217
40431
  "roleId": {
40218
40432
  "type": "integer"
@@ -40249,6 +40463,14 @@
40249
40463
  "$ref": "#/components/schemas/models.AttachmentItem"
40250
40464
  }
40251
40465
  },
40466
+ "before": {
40467
+ "description": "修改前的值",
40468
+ "type": "object",
40469
+ "additionalProperties": {
40470
+ "type": "string"
40471
+ },
40472
+ "properties": {}
40473
+ },
40252
40474
  "createBy": {
40253
40475
  "type": "integer"
40254
40476
  },
@@ -40265,6 +40487,10 @@
40265
40487
  "description": "标记",
40266
40488
  "type": "string"
40267
40489
  },
40490
+ "isNeedTicket": {
40491
+ "description": "是否需要发起工单",
40492
+ "type": "boolean"
40493
+ },
40268
40494
  "menuIds": {
40269
40495
  "type": "array",
40270
40496
  "items": {
@@ -40325,6 +40551,14 @@
40325
40551
  "$ref": "#/components/schemas/models.AttachmentItem"
40326
40552
  }
40327
40553
  },
40554
+ "before": {
40555
+ "description": "修改前的值",
40556
+ "type": "object",
40557
+ "additionalProperties": {
40558
+ "type": "string"
40559
+ },
40560
+ "properties": {}
40561
+ },
40328
40562
  "createBy": {
40329
40563
  "type": "integer"
40330
40564
  },
@@ -40398,6 +40632,14 @@
40398
40632
  "$ref": "#/components/schemas/models.AttachmentItem"
40399
40633
  }
40400
40634
  },
40635
+ "before": {
40636
+ "description": "修改前的值",
40637
+ "type": "object",
40638
+ "additionalProperties": {
40639
+ "type": "string"
40640
+ },
40641
+ "properties": {}
40642
+ },
40401
40643
  "ids": {
40402
40644
  "type": "array",
40403
40645
  "items": {
@@ -42459,12 +42701,10 @@
42459
42701
  "type": "object",
42460
42702
  "properties": {
42461
42703
  "code": {
42462
- "description": "errcode",
42463
- "allOf": [
42464
- {
42465
- "$ref": "#/components/schemas/errcode.Code"
42466
- }
42467
- ]
42704
+ "type": "string"
42705
+ },
42706
+ "codeNum": {
42707
+ "type": "integer"
42468
42708
  },
42469
42709
  "msg": {
42470
42710
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-spec-hub",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",