fx-spec-hub 0.0.21 → 0.0.22

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.
@@ -25105,6 +25105,65 @@
25105
25105
  "security": []
25106
25106
  }
25107
25107
  },
25108
+ "/api/v1/ticket/logsByBizId": {
25109
+ "post": {
25110
+ "summary": "根据业务ID查询审批日志",
25111
+ "deprecated": false,
25112
+ "description": "根据 bizId 查询所有关联工单的审批日志,按业务类型分组返回",
25113
+ "tags": [
25114
+ "Ticket"
25115
+ ],
25116
+ "parameters": [],
25117
+ "requestBody": {
25118
+ "content": {
25119
+ "application/json": {
25120
+ "schema": {
25121
+ "type": "object",
25122
+ "properties": {
25123
+ "bizId": {
25124
+ "type": "string"
25125
+ }
25126
+ }
25127
+ }
25128
+ }
25129
+ },
25130
+ "required": true
25131
+ },
25132
+ "responses": {
25133
+ "200": {
25134
+ "description": "OK",
25135
+ "content": {
25136
+ "application/json": {
25137
+ "schema": {
25138
+ "allOf": [
25139
+ {
25140
+ "$ref": "#/components/schemas/response.Response"
25141
+ },
25142
+ {
25143
+ "type": "object",
25144
+ "properties": {
25145
+ "data": {
25146
+ "type": "object",
25147
+ "additionalProperties": {
25148
+ "type": "array",
25149
+ "items": {
25150
+ "$ref": "#/components/schemas/types.ApprovalLog"
25151
+ }
25152
+ },
25153
+ "properties": {}
25154
+ }
25155
+ }
25156
+ }
25157
+ ]
25158
+ }
25159
+ }
25160
+ },
25161
+ "headers": {}
25162
+ }
25163
+ },
25164
+ "security": []
25165
+ }
25166
+ },
25108
25167
  "/api/v1/cms": {
25109
25168
  "get": {
25110
25169
  "summary": "获取数据",
@@ -33456,11 +33515,22 @@
33456
33515
  "dto.SysRoleDeleteReq": {
33457
33516
  "type": "object",
33458
33517
  "properties": {
33518
+ "attachments": {
33519
+ "description": "工单附件",
33520
+ "type": "array",
33521
+ "items": {
33522
+ "$ref": "#/components/schemas/models.AttachmentItem"
33523
+ }
33524
+ },
33459
33525
  "ids": {
33460
33526
  "type": "array",
33461
33527
  "items": {
33462
33528
  "type": "integer"
33463
33529
  }
33530
+ },
33531
+ "remark": {
33532
+ "description": "工单备注",
33533
+ "type": "string"
33464
33534
  }
33465
33535
  }
33466
33536
  },
@@ -33470,6 +33540,13 @@
33470
33540
  "admin": {
33471
33541
  "type": "boolean"
33472
33542
  },
33543
+ "attachments": {
33544
+ "description": "工单附件",
33545
+ "type": "array",
33546
+ "items": {
33547
+ "$ref": "#/components/schemas/models.AttachmentItem"
33548
+ }
33549
+ },
33473
33550
  "createBy": {
33474
33551
  "type": "integer"
33475
33552
  },
@@ -33539,6 +33616,13 @@
33539
33616
  "admin": {
33540
33617
  "type": "boolean"
33541
33618
  },
33619
+ "attachments": {
33620
+ "description": "工单附件",
33621
+ "type": "array",
33622
+ "items": {
33623
+ "$ref": "#/components/schemas/models.AttachmentItem"
33624
+ }
33625
+ },
33542
33626
  "createBy": {
33543
33627
  "type": "integer"
33544
33628
  },
@@ -33657,6 +33741,13 @@
33657
33741
  "dto.SysUserUpdateReq": {
33658
33742
  "type": "object",
33659
33743
  "properties": {
33744
+ "attachments": {
33745
+ "description": "工单附件",
33746
+ "type": "array",
33747
+ "items": {
33748
+ "$ref": "#/components/schemas/models.AttachmentItem"
33749
+ }
33750
+ },
33660
33751
  "avatar": {
33661
33752
  "type": "string"
33662
33753
  },
@@ -34347,6 +34438,13 @@
34347
34438
  "accountID": {
34348
34439
  "type": "string"
34349
34440
  },
34441
+ "attachments": {
34442
+ "description": "附件",
34443
+ "type": "array",
34444
+ "items": {
34445
+ "$ref": "#/components/schemas/models.AttachmentItem"
34446
+ }
34447
+ },
34350
34448
  "auditor": {
34351
34449
  "type": "string"
34352
34450
  },
@@ -34859,6 +34957,13 @@
34859
34957
  "accountID": {
34860
34958
  "type": "string"
34861
34959
  },
34960
+ "attachments": {
34961
+ "description": "附件",
34962
+ "type": "array",
34963
+ "items": {
34964
+ "$ref": "#/components/schemas/models.AttachmentItem"
34965
+ }
34966
+ },
34862
34967
  "auditor": {
34863
34968
  "type": "string"
34864
34969
  },
@@ -34874,6 +34979,10 @@
34874
34979
  "remark": {
34875
34980
  "type": "string"
34876
34981
  },
34982
+ "source": {
34983
+ "description": "来源渠道: CDD=客户更新, PI=专业投资者更新",
34984
+ "type": "string"
34985
+ },
34877
34986
  "userID": {
34878
34987
  "type": "string"
34879
34988
  }
@@ -35140,6 +35249,13 @@
35140
35249
  "accountID": {
35141
35250
  "type": "string"
35142
35251
  },
35252
+ "attachments": {
35253
+ "description": "附件",
35254
+ "type": "array",
35255
+ "items": {
35256
+ "$ref": "#/components/schemas/models.AttachmentItem"
35257
+ }
35258
+ },
35143
35259
  "auditor": {
35144
35260
  "type": "string"
35145
35261
  },
@@ -35168,6 +35284,13 @@
35168
35284
  "accountID": {
35169
35285
  "type": "string"
35170
35286
  },
35287
+ "attachments": {
35288
+ "description": "附件",
35289
+ "type": "array",
35290
+ "items": {
35291
+ "$ref": "#/components/schemas/models.AttachmentItem"
35292
+ }
35293
+ },
35171
35294
  "auditor": {
35172
35295
  "type": "string"
35173
35296
  },
@@ -35196,6 +35319,13 @@
35196
35319
  "accountID": {
35197
35320
  "type": "string"
35198
35321
  },
35322
+ "attachments": {
35323
+ "description": "附件",
35324
+ "type": "array",
35325
+ "items": {
35326
+ "$ref": "#/components/schemas/models.AttachmentItem"
35327
+ }
35328
+ },
35199
35329
  "auditor": {
35200
35330
  "type": "string"
35201
35331
  },
@@ -36490,6 +36620,13 @@
36490
36620
  "normalGasUsage"
36491
36621
  ],
36492
36622
  "properties": {
36623
+ "attachments": {
36624
+ "description": "附件 [{fileId,name,type}]",
36625
+ "type": "array",
36626
+ "items": {
36627
+ "$ref": "#/components/schemas/models.AttachmentItem"
36628
+ }
36629
+ },
36493
36630
  "gasUsageLimit": {
36494
36631
  "description": "Gas消耗上限",
36495
36632
  "type": "string"
@@ -36501,6 +36638,10 @@
36501
36638
  "normalGasUsage": {
36502
36639
  "description": "普通Gas消耗",
36503
36640
  "type": "string"
36641
+ },
36642
+ "remark": {
36643
+ "description": "备注",
36644
+ "type": "string"
36504
36645
  }
36505
36646
  }
36506
36647
  },
@@ -36561,9 +36702,23 @@
36561
36702
  "kycInfo": {
36562
36703
  "$ref": "#/components/schemas/models.KYCInfo"
36563
36704
  },
36705
+ "logs": {
36706
+ "description": "工单审批日志",
36707
+ "type": "array",
36708
+ "items": {
36709
+ "$ref": "#/components/schemas/models.ApprovalLogDTO"
36710
+ }
36711
+ },
36564
36712
  "piInfo": {
36565
36713
  "$ref": "#/components/schemas/models.PIInfo"
36566
36714
  },
36715
+ "progress": {
36716
+ "description": "工单审批进度",
36717
+ "type": "array",
36718
+ "items": {
36719
+ "$ref": "#/components/schemas/models.ApprovalProgressItem"
36720
+ }
36721
+ },
36567
36722
  "smInfo": {
36568
36723
  "type": "array",
36569
36724
  "items": {
@@ -36958,6 +37113,13 @@
36958
37113
  "description": "accountID",
36959
37114
  "type": "string"
36960
37115
  },
37116
+ "allSymbols": {
37117
+ "description": "可选: 所有支持的币种列表",
37118
+ "type": "array",
37119
+ "items": {
37120
+ "type": "string"
37121
+ }
37122
+ },
36961
37123
  "userId": {
36962
37124
  "description": "用户ID",
36963
37125
  "type": "string"
@@ -36967,10 +37129,18 @@
36967
37129
  "models.GetUserStatusResp": {
36968
37130
  "type": "object",
36969
37131
  "properties": {
37132
+ "depositPending": {
37133
+ "description": "充值限制工单审核中",
37134
+ "type": "boolean"
37135
+ },
36970
37136
  "depositStatus": {
36971
37137
  "description": "充值状态: 冻结/限制",
36972
37138
  "type": "string"
36973
37139
  },
37140
+ "loginPending": {
37141
+ "description": "登陆限制工单审核中",
37142
+ "type": "boolean"
37143
+ },
36974
37144
  "loginStatus": {
36975
37145
  "description": "登陆状态: 正常/限制",
36976
37146
  "type": "string"
@@ -36986,6 +37156,10 @@
36986
37156
  "description": "交易状态: 部分冻结/修改",
36987
37157
  "type": "string"
36988
37158
  },
37159
+ "withdrawPending": {
37160
+ "description": "提现限制工单审核中",
37161
+ "type": "boolean"
37162
+ },
36989
37163
  "withdrawStatus": {
36990
37164
  "description": "提现状态: 冻结/限制",
36991
37165
  "type": "string"
@@ -37563,6 +37737,13 @@
37563
37737
  "threshold"
37564
37738
  ],
37565
37739
  "properties": {
37740
+ "attachments": {
37741
+ "description": "附件",
37742
+ "type": "array",
37743
+ "items": {
37744
+ "$ref": "#/components/schemas/models.AttachmentItem"
37745
+ }
37746
+ },
37566
37747
  "coinType": {
37567
37748
  "description": "币种",
37568
37749
  "type": "string"
@@ -37575,6 +37756,10 @@
37575
37756
  "description": "网络",
37576
37757
  "type": "string"
37577
37758
  },
37759
+ "remark": {
37760
+ "description": "备注",
37761
+ "type": "string"
37762
+ },
37578
37763
  "threshold": {
37579
37764
  "description": "大额交易阈值",
37580
37765
  "type": "string"
@@ -38512,6 +38697,13 @@
38512
38697
  "accountID": {
38513
38698
  "type": "string"
38514
38699
  },
38700
+ "attachments": {
38701
+ "description": "附件",
38702
+ "type": "array",
38703
+ "items": {
38704
+ "$ref": "#/components/schemas/models.AttachmentItem"
38705
+ }
38706
+ },
38515
38707
  "auditor": {
38516
38708
  "type": "string"
38517
38709
  },
@@ -38521,6 +38713,10 @@
38521
38713
  "remark": {
38522
38714
  "type": "string"
38523
38715
  },
38716
+ "source": {
38717
+ "description": "来源渠道: CDD=客户更新, PI=专业投资者更新",
38718
+ "type": "string"
38719
+ },
38524
38720
  "userID": {
38525
38721
  "type": "string"
38526
38722
  }
@@ -39965,7 +40161,7 @@
39965
40161
  "description": "交易类型",
39966
40162
  "type": "string"
39967
40163
  },
39968
- "tx_id": {
40164
+ "txId": {
39969
40165
  "description": "交易ID",
39970
40166
  "type": "integer"
39971
40167
  }
@@ -40038,7 +40234,7 @@
40038
40234
  "description": "交易哈希",
40039
40235
  "type": "string"
40040
40236
  },
40041
- "tx_id": {
40237
+ "txId": {
40042
40238
  "description": "交易ID",
40043
40239
  "type": "integer"
40044
40240
  },
@@ -40058,6 +40254,10 @@
40058
40254
  "type": "string"
40059
40255
  }
40060
40256
  },
40257
+ "status": {
40258
+ "description": "状态: NORMAL/FROZEN/BLOCK/PENDING",
40259
+ "type": "string"
40260
+ },
40061
40261
  "symbol": {
40062
40262
  "description": "交易对,如果是\"ALL\"表示所有交易对",
40063
40263
  "type": "string"
@@ -40657,6 +40857,13 @@
40657
40857
  "description": "用户ID",
40658
40858
  "type": "string"
40659
40859
  },
40860
+ "attachments": {
40861
+ "description": "工单附件",
40862
+ "type": "array",
40863
+ "items": {
40864
+ "$ref": "#/components/schemas/models.AttachmentItem"
40865
+ }
40866
+ },
40660
40867
  "remark": {
40661
40868
  "description": "操作原因",
40662
40869
  "type": "string"
@@ -40783,12 +40990,19 @@
40783
40990
  "type": "string"
40784
40991
  },
40785
40992
  "allSymbols": {
40786
- "description": "可选: 所有支持的币种列表,用于计算 ALL 权限交集和全量互补",
40993
+ "description": "可选: 所有支持的币种列表",
40787
40994
  "type": "array",
40788
40995
  "items": {
40789
40996
  "type": "string"
40790
40997
  }
40791
40998
  },
40999
+ "attachments": {
41000
+ "description": "工单附件",
41001
+ "type": "array",
41002
+ "items": {
41003
+ "$ref": "#/components/schemas/models.AttachmentItem"
41004
+ }
41005
+ },
40792
41006
  "remark": {
40793
41007
  "description": "操作原因",
40794
41008
  "type": "string"
@@ -42330,6 +42544,17 @@
42330
42544
  "amount": {
42331
42545
  "description": "设置地址数量",
42332
42546
  "type": "string"
42547
+ },
42548
+ "attachments": {
42549
+ "description": "附件",
42550
+ "type": "array",
42551
+ "items": {
42552
+ "$ref": "#/components/schemas/models.AttachmentItem"
42553
+ }
42554
+ },
42555
+ "remark": {
42556
+ "description": "备注",
42557
+ "type": "string"
42333
42558
  }
42334
42559
  }
42335
42560
  },
@@ -43511,6 +43736,13 @@
43511
43736
  "templateCode"
43512
43737
  ],
43513
43738
  "properties": {
43739
+ "attachments": {
43740
+ "description": "附件",
43741
+ "type": "array",
43742
+ "items": {
43743
+ "$ref": "#/components/schemas/models.AttachmentItem"
43744
+ }
43745
+ },
43514
43746
  "emailMsgTemplateItems": {
43515
43747
  "description": "email多语言内容",
43516
43748
  "type": "array",
@@ -43555,6 +43787,11 @@
43555
43787
  "type": "string"
43556
43788
  }
43557
43789
  },
43790
+ "remark": {
43791
+ "description": "备注",
43792
+ "type": "string",
43793
+ "maxLength": 100
43794
+ },
43558
43795
  "sendTime": {
43559
43796
  "description": "发送时间",
43560
43797
  "type": "integer"
@@ -44253,6 +44490,13 @@
44253
44490
  "networkType"
44254
44491
  ],
44255
44492
  "properties": {
44493
+ "attachments": {
44494
+ "description": "附件",
44495
+ "type": "array",
44496
+ "items": {
44497
+ "$ref": "#/components/schemas/models.AttachmentItem"
44498
+ }
44499
+ },
44256
44500
  "autoCollection": {
44257
44501
  "description": "自动归集:true-开启,false-关闭",
44258
44502
  "type": "string"
@@ -44272,6 +44516,10 @@
44272
44516
  "networkType": {
44273
44517
  "description": "网络类型",
44274
44518
  "type": "string"
44519
+ },
44520
+ "remark": {
44521
+ "description": "备注",
44522
+ "type": "string"
44275
44523
  }
44276
44524
  }
44277
44525
  },
@@ -44316,10 +44564,22 @@
44316
44564
  "userId"
44317
44565
  ],
44318
44566
  "properties": {
44567
+ "attachments": {
44568
+ "description": "附件",
44569
+ "type": "array",
44570
+ "items": {
44571
+ "$ref": "#/components/schemas/models.AttachmentItem"
44572
+ }
44573
+ },
44319
44574
  "deviceId": {
44320
44575
  "description": "设备ID",
44321
44576
  "type": "string"
44322
44577
  },
44578
+ "remark": {
44579
+ "description": "备注",
44580
+ "type": "string",
44581
+ "maxLength": 100
44582
+ },
44323
44583
  "userId": {
44324
44584
  "description": "用户ID",
44325
44585
  "type": "string"
@@ -44333,10 +44593,22 @@
44333
44593
  "userId"
44334
44594
  ],
44335
44595
  "properties": {
44596
+ "attachments": {
44597
+ "description": "附件",
44598
+ "type": "array",
44599
+ "items": {
44600
+ "$ref": "#/components/schemas/models.AttachmentItem"
44601
+ }
44602
+ },
44336
44603
  "credentialId": {
44337
44604
  "description": "Credential ID(密钥ID)",
44338
44605
  "type": "string"
44339
44606
  },
44607
+ "remark": {
44608
+ "description": "备注",
44609
+ "type": "string",
44610
+ "maxLength": 100
44611
+ },
44340
44612
  "userId": {
44341
44613
  "description": "用户ID",
44342
44614
  "type": "string"
@@ -44419,6 +44691,13 @@
44419
44691
  "userId"
44420
44692
  ],
44421
44693
  "properties": {
44694
+ "attachments": {
44695
+ "description": "工单附件",
44696
+ "type": "array",
44697
+ "items": {
44698
+ "$ref": "#/components/schemas/models.AttachmentItem"
44699
+ }
44700
+ },
44422
44701
  "remark": {
44423
44702
  "description": "操作原因",
44424
44703
  "type": "string"
@@ -45177,6 +45456,13 @@
45177
45456
  "templateName"
45178
45457
  ],
45179
45458
  "properties": {
45459
+ "attachments": {
45460
+ "description": "附件",
45461
+ "type": "array",
45462
+ "items": {
45463
+ "$ref": "#/components/schemas/models.AttachmentItem"
45464
+ }
45465
+ },
45180
45466
  "emailMsgTemplateItems": {
45181
45467
  "description": "email 多语言内容项",
45182
45468
  "type": "array",
@@ -45210,6 +45496,11 @@
45210
45496
  "$ref": "#/components/schemas/models.MsgTemplateItem"
45211
45497
  }
45212
45498
  },
45499
+ "remark": {
45500
+ "description": "备注",
45501
+ "type": "string",
45502
+ "maxLength": 100
45503
+ },
45213
45504
  "smsMsgTemplateItems": {
45214
45505
  "description": "sms 多语言内容项",
45215
45506
  "type": "array",
@@ -46061,10 +46352,15 @@
46061
46352
  "models.DeleteApiKeyReq": {
46062
46353
  "type": "object",
46063
46354
  "required": [
46355
+ "accountId",
46064
46356
  "id",
46065
46357
  "remark"
46066
46358
  ],
46067
46359
  "properties": {
46360
+ "accountId": {
46361
+ "description": "账号ID",
46362
+ "type": "string"
46363
+ },
46068
46364
  "attachments": {
46069
46365
  "description": "附件 [{fileId,name,type}]",
46070
46366
  "type": "array",
@@ -46556,20 +46852,60 @@
46556
46852
  "types.ApprovalAction": {
46557
46853
  "type": "string",
46558
46854
  "enum": [
46559
- "APPROVE",
46560
- "REJECT"
46855
+ "SUBMITTED",
46856
+ "PENDING",
46857
+ "APPROVED",
46858
+ "REJECTED",
46859
+ "RETURNED",
46860
+ "CANCELED",
46861
+ "APPROVED",
46862
+ "REJECTED",
46863
+ "RETURNED",
46864
+ "SUBMITTED",
46865
+ "CANCELED",
46866
+ "SUPPLEMENT"
46561
46867
  ],
46562
46868
  "x-enum-comments": {
46563
- "ActionApprove": "通过",
46564
- "ActionReject": "拒绝"
46869
+ "ActionApprove": "审批通过",
46870
+ "ActionCancel": "撤销/取消",
46871
+ "ActionReject": "审批拒绝",
46872
+ "ActionReturn": "审批退回",
46873
+ "ActionSubmit": "提交/发起",
46874
+ "ActionSupplement": "补充依据",
46875
+ "StatusApproved": "已通过",
46876
+ "StatusCanceled": "已取消",
46877
+ "StatusPending": "处理中(审批进行中)",
46878
+ "StatusRejected": "已拒绝",
46879
+ "StatusReturned": "已退回",
46880
+ "StatusSubmitted": "待审核(刚提交)"
46565
46881
  },
46566
46882
  "x-enum-descriptions": [
46567
- "通过",
46568
- "拒绝"
46883
+ "待审核(刚提交)",
46884
+ "处理中(审批进行中)",
46885
+ "已通过",
46886
+ "已拒绝",
46887
+ "已退回",
46888
+ "已取消",
46889
+ "审批通过",
46890
+ "审批拒绝",
46891
+ "审批退回",
46892
+ "提交/发起",
46893
+ "撤销/取消",
46894
+ "补充依据"
46569
46895
  ],
46570
46896
  "x-enum-varnames": [
46897
+ "StatusSubmitted",
46898
+ "StatusPending",
46899
+ "StatusApproved",
46900
+ "StatusRejected",
46901
+ "StatusReturned",
46902
+ "StatusCanceled",
46571
46903
  "ActionApprove",
46572
- "ActionReject"
46904
+ "ActionReject",
46905
+ "ActionReturn",
46906
+ "ActionSubmit",
46907
+ "ActionCancel",
46908
+ "ActionSupplement"
46573
46909
  ]
46574
46910
  },
46575
46911
  "types.ApprovalLog": {
@@ -46578,13 +46914,23 @@
46578
46914
  "action": {
46579
46915
  "$ref": "#/components/schemas/types.ApprovalAction"
46580
46916
  },
46581
- "approver": {
46917
+ "approverId": {
46582
46918
  "type": "string"
46583
46919
  },
46584
- "approverId": {
46920
+ "approverName": {
46585
46921
  "type": "string"
46586
46922
  },
46587
- "comment": {
46923
+ "attachments": {
46924
+ "type": "array",
46925
+ "items": {
46926
+ "type": "integer"
46927
+ }
46928
+ },
46929
+ "bizSubtype": {
46930
+ "description": "PAUSE_WITHDRAW(暂停提现) / RESUME_WITHDRAW(恢复提现) / FUSE(熔断) / UNFUSE(撤销熔断) / STR_ALERT_HIT(STR命中) / STR_ALERT_MISS(STR未命中) / REVOKE_TRANSACTION(撤销交易)",
46931
+ "type": "string"
46932
+ },
46933
+ "bizType": {
46588
46934
  "type": "string"
46589
46935
  },
46590
46936
  "createdAt": {
@@ -46596,6 +46942,12 @@
46596
46942
  "instanceId": {
46597
46943
  "type": "string"
46598
46944
  },
46945
+ "level": {
46946
+ "type": "integer"
46947
+ },
46948
+ "remark": {
46949
+ "type": "string"
46950
+ },
46599
46951
  "role": {
46600
46952
  "type": "string"
46601
46953
  }
@@ -47347,6 +47699,13 @@
47347
47699
  "txId"
47348
47700
  ],
47349
47701
  "properties": {
47702
+ "attachments": {
47703
+ "description": "附件 [{fileId,name,type}]",
47704
+ "type": "array",
47705
+ "items": {
47706
+ "$ref": "#/components/schemas/models.AttachmentItem"
47707
+ }
47708
+ },
47350
47709
  "remark": {
47351
47710
  "description": "撤销原因",
47352
47711
  "type": "string"
@@ -47525,6 +47884,14 @@
47525
47884
  },
47526
47885
  "ticket": {
47527
47886
  "$ref": "#/components/schemas/models.TicketResponse"
47887
+ },
47888
+ "variables": {
47889
+ "description": "业务变量",
47890
+ "type": "object",
47891
+ "additionalProperties": {
47892
+ "type": "string"
47893
+ },
47894
+ "properties": {}
47528
47895
  }
47529
47896
  }
47530
47897
  },
@@ -47543,6 +47910,9 @@
47543
47910
  "createdAt": {
47544
47911
  "type": "integer"
47545
47912
  },
47913
+ "creator": {
47914
+ "type": "string"
47915
+ },
47546
47916
  "currentLevel": {
47547
47917
  "description": "workflow_instances 关联字段",
47548
47918
  "type": "integer"
@@ -47665,6 +48035,9 @@
47665
48035
  "models.TicketResponse": {
47666
48036
  "type": "object",
47667
48037
  "properties": {
48038
+ "accountId": {
48039
+ "type": "string"
48040
+ },
47668
48041
  "attachments": {
47669
48042
  "description": "补充材料 [{fileId,name,type}]",
47670
48043
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-spec-hub",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",