@antchain/riskplus 1.19.28 → 1.20.7

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/client.d.ts CHANGED
@@ -195,6 +195,39 @@ export declare class DecisionFlow extends $tea.Model {
195
195
  [key: string]: any;
196
196
  });
197
197
  }
198
+ export declare class CouponInfo extends $tea.Model {
199
+ couponId: string;
200
+ couponName: string;
201
+ status: string;
202
+ useCondition: string;
203
+ couponCode?: string;
204
+ couponType?: string;
205
+ couponValue?: string;
206
+ couponAmount?: string;
207
+ expiredTime?: string;
208
+ effectiveTime?: string;
209
+ useDetail?: string;
210
+ minAmount?: string;
211
+ maxAmount?: string;
212
+ minPeriod?: string;
213
+ maxPeriod?: string;
214
+ minDay?: string;
215
+ repaymentMethod?: string;
216
+ isPeriodLimit?: string;
217
+ repayCondition?: string;
218
+ repayWays?: string;
219
+ couponModelNo?: string;
220
+ toMaturity?: string;
221
+ static names(): {
222
+ [key: string]: string;
223
+ };
224
+ static types(): {
225
+ [key: string]: any;
226
+ };
227
+ constructor(map?: {
228
+ [key: string]: any;
229
+ });
230
+ }
198
231
  export declare class UmktInfoModel extends $tea.Model {
199
232
  sceneStrategyId: number;
200
233
  umktResult: number;
@@ -462,6 +495,26 @@ export declare class SecurityDataQueryStruct extends $tea.Model {
462
495
  [key: string]: any;
463
496
  });
464
497
  }
498
+ export declare class UserAggregationInfo extends $tea.Model {
499
+ status: string;
500
+ creditAmount?: number;
501
+ availableAmount?: number;
502
+ shouldPayAmount?: number;
503
+ overdueAmount?: number;
504
+ nextPeriodAmount?: number;
505
+ nextPeriodRepayTime?: string;
506
+ nextApplyTime?: string;
507
+ couponList?: CouponInfo[];
508
+ static names(): {
509
+ [key: string]: string;
510
+ };
511
+ static types(): {
512
+ [key: string]: any;
513
+ };
514
+ constructor(map?: {
515
+ [key: string]: any;
516
+ });
517
+ }
465
518
  export declare class SceneInfos extends $tea.Model {
466
519
  decision: string;
467
520
  sceneCode: string;
@@ -620,6 +673,19 @@ export declare class RtopRiskStormCompanyAnnualReport extends $tea.Model {
620
673
  [key: string]: any;
621
674
  });
622
675
  }
676
+ export declare class QueryInfo extends $tea.Model {
677
+ key?: string;
678
+ value?: string;
679
+ static names(): {
680
+ [key: string]: string;
681
+ };
682
+ static types(): {
683
+ [key: string]: any;
684
+ };
685
+ constructor(map?: {
686
+ [key: string]: any;
687
+ });
688
+ }
623
689
  export declare class StrategyUploadResult extends $tea.Model {
624
690
  ruleMetaId?: number;
625
691
  sceneId?: number;
@@ -1004,6 +1070,19 @@ export declare class ModelDetails extends $tea.Model {
1004
1070
  [key: string]: any;
1005
1071
  });
1006
1072
  }
1073
+ export declare class GwFundRouterResult extends $tea.Model {
1074
+ fundCode: string;
1075
+ abbreFundName: string;
1076
+ static names(): {
1077
+ [key: string]: string;
1078
+ };
1079
+ static types(): {
1080
+ [key: string]: any;
1081
+ };
1082
+ constructor(map?: {
1083
+ [key: string]: any;
1084
+ });
1085
+ }
1007
1086
  export declare class RiskLabelFilterConfigInfo extends $tea.Model {
1008
1087
  gmtCreate: string;
1009
1088
  gmtModified: string;
@@ -1274,6 +1353,19 @@ export declare class RtopStarCompanyInfo extends $tea.Model {
1274
1353
  [key: string]: any;
1275
1354
  });
1276
1355
  }
1356
+ export declare class PlatformRepayTypeInfo extends $tea.Model {
1357
+ repayType: string;
1358
+ periods: string[];
1359
+ static names(): {
1360
+ [key: string]: string;
1361
+ };
1362
+ static types(): {
1363
+ [key: string]: any;
1364
+ };
1365
+ constructor(map?: {
1366
+ [key: string]: any;
1367
+ });
1368
+ }
1277
1369
  export declare class RtopDateDistribution extends $tea.Model {
1278
1370
  count: number;
1279
1371
  date: string;
@@ -1357,6 +1449,19 @@ export declare class CustomerBankCardInfo extends $tea.Model {
1357
1449
  [key: string]: any;
1358
1450
  });
1359
1451
  }
1452
+ export declare class QueryResult extends $tea.Model {
1453
+ key?: string;
1454
+ value?: string;
1455
+ static names(): {
1456
+ [key: string]: string;
1457
+ };
1458
+ static types(): {
1459
+ [key: string]: any;
1460
+ };
1461
+ constructor(map?: {
1462
+ [key: string]: any;
1463
+ });
1464
+ }
1360
1465
  export declare class OverdueInfoResponse extends $tea.Model {
1361
1466
  overDueFlag: boolean;
1362
1467
  overDays: number;
@@ -1705,6 +1810,19 @@ export declare class RtopCrowdRiskFeatureResp extends $tea.Model {
1705
1810
  [key: string]: any;
1706
1811
  });
1707
1812
  }
1813
+ export declare class OfflineDecisionPlanDetail extends $tea.Model {
1814
+ decisionPlanId: string;
1815
+ decisionResultStatus: string;
1816
+ static names(): {
1817
+ [key: string]: string;
1818
+ };
1819
+ static types(): {
1820
+ [key: string]: any;
1821
+ };
1822
+ constructor(map?: {
1823
+ [key: string]: any;
1824
+ });
1825
+ }
1708
1826
  export declare class UserClassifyInfo extends $tea.Model {
1709
1827
  version: string;
1710
1828
  rateClassify: string;
@@ -1787,6 +1905,9 @@ export declare class RepayTrail extends $tea.Model {
1787
1905
  startTime: string;
1788
1906
  endTime: string;
1789
1907
  trialNo: string;
1908
+ discountAfterNeedAmt?: number;
1909
+ discountAfterInterest?: number;
1910
+ discountInterest?: number;
1790
1911
  static names(): {
1791
1912
  [key: string]: string;
1792
1913
  };
@@ -1842,6 +1963,37 @@ export declare class XNameValuePair extends $tea.Model {
1842
1963
  [key: string]: any;
1843
1964
  });
1844
1965
  }
1966
+ export declare class BatchqueryCreditshieldProductInfoRequest extends $tea.Model {
1967
+ authToken?: string;
1968
+ productInstanceId?: string;
1969
+ queryCode: string;
1970
+ queryInfos?: QueryInfo[];
1971
+ static names(): {
1972
+ [key: string]: string;
1973
+ };
1974
+ static types(): {
1975
+ [key: string]: any;
1976
+ };
1977
+ constructor(map?: {
1978
+ [key: string]: any;
1979
+ });
1980
+ }
1981
+ export declare class BatchqueryCreditshieldProductInfoResponse extends $tea.Model {
1982
+ reqMsgId?: string;
1983
+ resultCode?: string;
1984
+ resultMsg?: string;
1985
+ success?: boolean;
1986
+ queryResults?: QueryResult[];
1987
+ static names(): {
1988
+ [key: string]: string;
1989
+ };
1990
+ static types(): {
1991
+ [key: string]: any;
1992
+ };
1993
+ constructor(map?: {
1994
+ [key: string]: any;
1995
+ });
1996
+ }
1845
1997
  export declare class QuerySecurityPolicyRequest extends $tea.Model {
1846
1998
  authToken?: string;
1847
1999
  productInstanceId?: string;
@@ -2131,6 +2283,37 @@ export declare class QueryBatchSecurityPolicyResponse extends $tea.Model {
2131
2283
  [key: string]: any;
2132
2284
  });
2133
2285
  }
2286
+ export declare class QueryCreditshieldProductBatchRequest extends $tea.Model {
2287
+ authToken?: string;
2288
+ productInstanceId?: string;
2289
+ queryCode: string;
2290
+ queryInfos?: QueryInfo[];
2291
+ static names(): {
2292
+ [key: string]: string;
2293
+ };
2294
+ static types(): {
2295
+ [key: string]: any;
2296
+ };
2297
+ constructor(map?: {
2298
+ [key: string]: any;
2299
+ });
2300
+ }
2301
+ export declare class QueryCreditshieldProductBatchResponse extends $tea.Model {
2302
+ reqMsgId?: string;
2303
+ resultCode?: string;
2304
+ resultMsg?: string;
2305
+ success?: boolean;
2306
+ queryResults?: QueryResult[];
2307
+ static names(): {
2308
+ [key: string]: string;
2309
+ };
2310
+ static types(): {
2311
+ [key: string]: any;
2312
+ };
2313
+ constructor(map?: {
2314
+ [key: string]: any;
2315
+ });
2316
+ }
2134
2317
  export declare class QueryDubheTestRequest extends $tea.Model {
2135
2318
  authToken?: string;
2136
2319
  productInstanceId?: string;
@@ -2826,6 +3009,7 @@ export declare class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
2826
3009
  fundCode?: string;
2827
3010
  abbreFundName?: string;
2828
3011
  customerNo?: string;
3012
+ fundList?: GwFundRouterResult[];
2829
3013
  static names(): {
2830
3014
  [key: string]: string;
2831
3015
  };
@@ -2855,6 +3039,7 @@ export declare class ApplyDubbridgeCreditRequest extends $tea.Model {
2855
3039
  clickId?: string;
2856
3040
  channelType?: string;
2857
3041
  customType?: string;
3042
+ fundCode?: string;
2858
3043
  static names(): {
2859
3044
  [key: string]: string;
2860
3045
  };
@@ -2926,6 +3111,7 @@ export declare class BindDubbridgeCustomerBankcardRequest extends $tea.Model {
2926
3111
  openId?: string;
2927
3112
  cardNo?: string;
2928
3113
  mobile?: string;
3114
+ bankName?: string;
2929
3115
  static names(): {
2930
3116
  [key: string]: string;
2931
3117
  };
@@ -3561,6 +3747,7 @@ export declare class CountDubbridgeRepayReftrialRequest extends $tea.Model {
3561
3747
  applyPeriod: number;
3562
3748
  repayType: string;
3563
3749
  repayDate?: string;
3750
+ couponId?: string;
3564
3751
  static names(): {
3565
3752
  [key: string]: string;
3566
3753
  };
@@ -3706,6 +3893,7 @@ export declare class ApplyDubbridgeUsecreditRequest extends $tea.Model {
3706
3893
  loanInstCode?: string;
3707
3894
  bankCardNo?: string;
3708
3895
  materials?: Material[];
3896
+ couponId?: string;
3709
3897
  static names(): {
3710
3898
  [key: string]: string;
3711
3899
  };
@@ -4209,6 +4397,99 @@ export declare class QueryDubbridgeAccountUsecreditResponse extends $tea.Model {
4209
4397
  [key: string]: any;
4210
4398
  });
4211
4399
  }
4400
+ export declare class QueryDubbridgeUserAggregationinfoRequest extends $tea.Model {
4401
+ authToken?: string;
4402
+ productInstanceId?: string;
4403
+ orderNo: string;
4404
+ openId?: string;
4405
+ customNo?: string;
4406
+ static names(): {
4407
+ [key: string]: string;
4408
+ };
4409
+ static types(): {
4410
+ [key: string]: any;
4411
+ };
4412
+ constructor(map?: {
4413
+ [key: string]: any;
4414
+ });
4415
+ }
4416
+ export declare class QueryDubbridgeUserAggregationinfoResponse extends $tea.Model {
4417
+ reqMsgId?: string;
4418
+ resultCode?: string;
4419
+ resultMsg?: string;
4420
+ userAggregationInfo?: UserAggregationInfo;
4421
+ static names(): {
4422
+ [key: string]: string;
4423
+ };
4424
+ static types(): {
4425
+ [key: string]: any;
4426
+ };
4427
+ constructor(map?: {
4428
+ [key: string]: any;
4429
+ });
4430
+ }
4431
+ export declare class QueryDubbridgeMarketingCouponlistRequest extends $tea.Model {
4432
+ authToken?: string;
4433
+ productInstanceId?: string;
4434
+ customerNo: string;
4435
+ status?: string;
4436
+ page?: number;
4437
+ pageSize?: number;
4438
+ static names(): {
4439
+ [key: string]: string;
4440
+ };
4441
+ static types(): {
4442
+ [key: string]: any;
4443
+ };
4444
+ constructor(map?: {
4445
+ [key: string]: any;
4446
+ });
4447
+ }
4448
+ export declare class QueryDubbridgeMarketingCouponlistResponse extends $tea.Model {
4449
+ reqMsgId?: string;
4450
+ resultCode?: string;
4451
+ resultMsg?: string;
4452
+ couponList?: CouponInfo[];
4453
+ static names(): {
4454
+ [key: string]: string;
4455
+ };
4456
+ static types(): {
4457
+ [key: string]: any;
4458
+ };
4459
+ constructor(map?: {
4460
+ [key: string]: any;
4461
+ });
4462
+ }
4463
+ export declare class QueryDubbridgeRepaytypeInfoRequest extends $tea.Model {
4464
+ authToken?: string;
4465
+ productInstanceId?: string;
4466
+ customerNo: string;
4467
+ fundCode: string;
4468
+ static names(): {
4469
+ [key: string]: string;
4470
+ };
4471
+ static types(): {
4472
+ [key: string]: any;
4473
+ };
4474
+ constructor(map?: {
4475
+ [key: string]: any;
4476
+ });
4477
+ }
4478
+ export declare class QueryDubbridgeRepaytypeInfoResponse extends $tea.Model {
4479
+ reqMsgId?: string;
4480
+ resultCode?: string;
4481
+ resultMsg?: string;
4482
+ repayTypeInfoList?: PlatformRepayTypeInfo[];
4483
+ static names(): {
4484
+ [key: string]: string;
4485
+ };
4486
+ static types(): {
4487
+ [key: string]: any;
4488
+ };
4489
+ constructor(map?: {
4490
+ [key: string]: any;
4491
+ });
4492
+ }
4212
4493
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
4213
4494
  authToken?: string;
4214
4495
  productInstanceId?: string;
@@ -4362,6 +4643,36 @@ export declare class ReceiveMdipParamsRbbfileResponse extends $tea.Model {
4362
4643
  [key: string]: any;
4363
4644
  });
4364
4645
  }
4646
+ export declare class CallbackMdipAuditRequest extends $tea.Model {
4647
+ authToken?: string;
4648
+ productInstanceId?: string;
4649
+ auditResult: string;
4650
+ bizCode: string;
4651
+ extend?: string;
4652
+ static names(): {
4653
+ [key: string]: string;
4654
+ };
4655
+ static types(): {
4656
+ [key: string]: any;
4657
+ };
4658
+ constructor(map?: {
4659
+ [key: string]: any;
4660
+ });
4661
+ }
4662
+ export declare class CallbackMdipAuditResponse extends $tea.Model {
4663
+ reqMsgId?: string;
4664
+ resultCode?: string;
4665
+ resultMsg?: string;
4666
+ static names(): {
4667
+ [key: string]: string;
4668
+ };
4669
+ static types(): {
4670
+ [key: string]: any;
4671
+ };
4672
+ constructor(map?: {
4673
+ [key: string]: any;
4674
+ });
4675
+ }
4365
4676
  export declare class ApplyQmpRtBatchmarketingRequest extends $tea.Model {
4366
4677
  authToken?: string;
4367
4678
  productInstanceId?: string;
@@ -8360,6 +8671,37 @@ export declare class DownloadUmktOfflinedecisionResultResponse extends $tea.Mode
8360
8671
  [key: string]: any;
8361
8672
  });
8362
8673
  }
8674
+ export declare class QueryUmktOfflinedecisionPlandetailsRequest extends $tea.Model {
8675
+ authToken?: string;
8676
+ productInstanceId?: string;
8677
+ offlineDecisionPlanId: number;
8678
+ resultDate?: string;
8679
+ static names(): {
8680
+ [key: string]: string;
8681
+ };
8682
+ static types(): {
8683
+ [key: string]: any;
8684
+ };
8685
+ constructor(map?: {
8686
+ [key: string]: any;
8687
+ });
8688
+ }
8689
+ export declare class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Model {
8690
+ reqMsgId?: string;
8691
+ resultCode?: string;
8692
+ resultMsg?: string;
8693
+ offlineDecisionPlanCount?: number;
8694
+ planDetailList?: OfflineDecisionPlanDetail[];
8695
+ static names(): {
8696
+ [key: string]: string;
8697
+ };
8698
+ static types(): {
8699
+ [key: string]: any;
8700
+ };
8701
+ constructor(map?: {
8702
+ [key: string]: any;
8703
+ });
8704
+ }
8363
8705
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
8364
8706
  authToken?: string;
8365
8707
  apiCode: string;
@@ -8438,6 +8780,18 @@ export default class Client {
8438
8780
  }, runtime: $Util.RuntimeOptions): Promise<{
8439
8781
  [key: string]: any;
8440
8782
  }>;
8783
+ /**
8784
+ * Description: 信护盾产品批量查询
8785
+ * Summary: 信护盾产品批量查询
8786
+ */
8787
+ batchqueryCreditshieldProductInfo(request: BatchqueryCreditshieldProductInfoRequest): Promise<BatchqueryCreditshieldProductInfoResponse>;
8788
+ /**
8789
+ * Description: 信护盾产品批量查询
8790
+ * Summary: 信护盾产品批量查询
8791
+ */
8792
+ batchqueryCreditshieldProductInfoEx(request: BatchqueryCreditshieldProductInfoRequest, headers: {
8793
+ [key: string]: string;
8794
+ }, runtime: $Util.RuntimeOptions): Promise<BatchqueryCreditshieldProductInfoResponse>;
8441
8795
  /**
8442
8796
  * Description: 风控云风险咨询接口
8443
8797
  * Summary: 风控云风险咨询接口
@@ -8546,6 +8900,18 @@ export default class Client {
8546
8900
  queryBatchSecurityPolicyEx(request: QueryBatchSecurityPolicyRequest, headers: {
8547
8901
  [key: string]: string;
8548
8902
  }, runtime: $Util.RuntimeOptions): Promise<QueryBatchSecurityPolicyResponse>;
8903
+ /**
8904
+ * Description: 信护盾产品批量查询
8905
+ * Summary: 信护盾产品批量查询
8906
+ */
8907
+ queryCreditshieldProductBatch(request: QueryCreditshieldProductBatchRequest): Promise<QueryCreditshieldProductBatchResponse>;
8908
+ /**
8909
+ * Description: 信护盾产品批量查询
8910
+ * Summary: 信护盾产品批量查询
8911
+ */
8912
+ queryCreditshieldProductBatchEx(request: QueryCreditshieldProductBatchRequest, headers: {
8913
+ [key: string]: string;
8914
+ }, runtime: $Util.RuntimeOptions): Promise<QueryCreditshieldProductBatchResponse>;
8549
8915
  /**
8550
8916
  * Description: 天枢信贷业务系统线下测试环境测试接口
8551
8917
  * Summary: 天枢信贷业务系统线下测试接口
@@ -9254,6 +9620,42 @@ export default class Client {
9254
9620
  queryDubbridgeAccountUsecreditEx(request: QueryDubbridgeAccountUsecreditRequest, headers: {
9255
9621
  [key: string]: string;
9256
9622
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeAccountUsecreditResponse>;
9623
+ /**
9624
+ * Description: 天枢用户聚合状态查询接口
9625
+ * Summary: 天枢用户聚合状态查询接口
9626
+ */
9627
+ queryDubbridgeUserAggregationinfo(request: QueryDubbridgeUserAggregationinfoRequest): Promise<QueryDubbridgeUserAggregationinfoResponse>;
9628
+ /**
9629
+ * Description: 天枢用户聚合状态查询接口
9630
+ * Summary: 天枢用户聚合状态查询接口
9631
+ */
9632
+ queryDubbridgeUserAggregationinfoEx(request: QueryDubbridgeUserAggregationinfoRequest, headers: {
9633
+ [key: string]: string;
9634
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeUserAggregationinfoResponse>;
9635
+ /**
9636
+ * Description: 天枢系统优惠券列表查询接口
9637
+ * Summary: 天枢系统优惠券列表查询接口
9638
+ */
9639
+ queryDubbridgeMarketingCouponlist(request: QueryDubbridgeMarketingCouponlistRequest): Promise<QueryDubbridgeMarketingCouponlistResponse>;
9640
+ /**
9641
+ * Description: 天枢系统优惠券列表查询接口
9642
+ * Summary: 天枢系统优惠券列表查询接口
9643
+ */
9644
+ queryDubbridgeMarketingCouponlistEx(request: QueryDubbridgeMarketingCouponlistRequest, headers: {
9645
+ [key: string]: string;
9646
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeMarketingCouponlistResponse>;
9647
+ /**
9648
+ * Description: 天枢系统还款方式查询
9649
+ * Summary: 天枢系统还款方式查询
9650
+ */
9651
+ queryDubbridgeRepaytypeInfo(request: QueryDubbridgeRepaytypeInfoRequest): Promise<QueryDubbridgeRepaytypeInfoResponse>;
9652
+ /**
9653
+ * Description: 天枢系统还款方式查询
9654
+ * Summary: 天枢系统还款方式查询
9655
+ */
9656
+ queryDubbridgeRepaytypeInfoEx(request: QueryDubbridgeRepaytypeInfoRequest, headers: {
9657
+ [key: string]: string;
9658
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeRepaytypeInfoResponse>;
9257
9659
  /**
9258
9660
  * Description: 四要素认证首先调用此接口
9259
9661
  * Summary: 芝麻四要素接口
@@ -9314,6 +9716,18 @@ export default class Client {
9314
9716
  receiveMdipParamsRbbfileEx(request: ReceiveMdipParamsRbbfileRequest, headers: {
9315
9717
  [key: string]: string;
9316
9718
  }, runtime: $Util.RuntimeOptions): Promise<ReceiveMdipParamsRbbfileResponse>;
9719
+ /**
9720
+ * Description: 多源平台审批回调接口
9721
+ * Summary: 多源平台审批回调接口
9722
+ */
9723
+ callbackMdipAudit(request: CallbackMdipAuditRequest): Promise<CallbackMdipAuditResponse>;
9724
+ /**
9725
+ * Description: 多源平台审批回调接口
9726
+ * Summary: 多源平台审批回调接口
9727
+ */
9728
+ callbackMdipAuditEx(request: CallbackMdipAuditRequest, headers: {
9729
+ [key: string]: string;
9730
+ }, runtime: $Util.RuntimeOptions): Promise<CallbackMdipAuditResponse>;
9317
9731
  /**
9318
9732
  * Description: 批量实时触达接口
9319
9733
  * Summary: 发起触达任务
@@ -10722,6 +11136,18 @@ export default class Client {
10722
11136
  downloadUmktOfflinedecisionResultEx(request: DownloadUmktOfflinedecisionResultRequest, headers: {
10723
11137
  [key: string]: string;
10724
11138
  }, runtime: $Util.RuntimeOptions): Promise<DownloadUmktOfflinedecisionResultResponse>;
11139
+ /**
11140
+ * Description: 包含离线圈客关联计划和任务状态详情
11141
+ * Summary: 营销盾离线圈客计划执行详情
11142
+ */
11143
+ queryUmktOfflinedecisionPlandetails(request: QueryUmktOfflinedecisionPlandetailsRequest): Promise<QueryUmktOfflinedecisionPlandetailsResponse>;
11144
+ /**
11145
+ * Description: 包含离线圈客关联计划和任务状态详情
11146
+ * Summary: 营销盾离线圈客计划执行详情
11147
+ */
11148
+ queryUmktOfflinedecisionPlandetailsEx(request: QueryUmktOfflinedecisionPlandetailsRequest, headers: {
11149
+ [key: string]: string;
11150
+ }, runtime: $Util.RuntimeOptions): Promise<QueryUmktOfflinedecisionPlandetailsResponse>;
10725
11151
  /**
10726
11152
  * Description: 创建HTTP PUT提交的文件上传
10727
11153
  * Summary: 文件上传创建