@antchain/riskplus 1.12.17 → 1.12.19
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 +128 -16
- package/dist/client.js +188 -26
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +254 -37
package/dist/client.d.ts
CHANGED
|
@@ -697,21 +697,6 @@ export declare class ZhimaQueryResp extends $tea.Model {
|
|
|
697
697
|
[key: string]: any;
|
|
698
698
|
});
|
|
699
699
|
}
|
|
700
|
-
export declare class BusinessDetail extends $tea.Model {
|
|
701
|
-
operatingAddrJson: string;
|
|
702
|
-
ucCode: string;
|
|
703
|
-
registerDate: string;
|
|
704
|
-
addressDetail: string;
|
|
705
|
-
static names(): {
|
|
706
|
-
[key: string]: string;
|
|
707
|
-
};
|
|
708
|
-
static types(): {
|
|
709
|
-
[key: string]: any;
|
|
710
|
-
};
|
|
711
|
-
constructor(map?: {
|
|
712
|
-
[key: string]: any;
|
|
713
|
-
});
|
|
714
|
-
}
|
|
715
700
|
export declare class DefinInnerChannelNotifyResult extends $tea.Model {
|
|
716
701
|
requestId: string;
|
|
717
702
|
bizResponse: string;
|
|
@@ -3196,7 +3181,7 @@ export declare class QueryDubbridgeCustomerCommonagreementsignRequest extends $t
|
|
|
3196
3181
|
productInstanceId?: string;
|
|
3197
3182
|
orderNo: string;
|
|
3198
3183
|
customNo: string;
|
|
3199
|
-
|
|
3184
|
+
fundCode: string;
|
|
3200
3185
|
static names(): {
|
|
3201
3186
|
[key: string]: string;
|
|
3202
3187
|
};
|
|
@@ -3292,6 +3277,65 @@ export declare class UpdateDubbridgeFileResponse extends $tea.Model {
|
|
|
3292
3277
|
[key: string]: any;
|
|
3293
3278
|
});
|
|
3294
3279
|
}
|
|
3280
|
+
export declare class QueryDubbridgeCreditUrlRequest extends $tea.Model {
|
|
3281
|
+
authToken?: string;
|
|
3282
|
+
productInstanceId?: string;
|
|
3283
|
+
static names(): {
|
|
3284
|
+
[key: string]: string;
|
|
3285
|
+
};
|
|
3286
|
+
static types(): {
|
|
3287
|
+
[key: string]: any;
|
|
3288
|
+
};
|
|
3289
|
+
constructor(map?: {
|
|
3290
|
+
[key: string]: any;
|
|
3291
|
+
});
|
|
3292
|
+
}
|
|
3293
|
+
export declare class QueryDubbridgeCreditUrlResponse extends $tea.Model {
|
|
3294
|
+
reqMsgId?: string;
|
|
3295
|
+
resultCode?: string;
|
|
3296
|
+
resultMsg?: string;
|
|
3297
|
+
static names(): {
|
|
3298
|
+
[key: string]: string;
|
|
3299
|
+
};
|
|
3300
|
+
static types(): {
|
|
3301
|
+
[key: string]: any;
|
|
3302
|
+
};
|
|
3303
|
+
constructor(map?: {
|
|
3304
|
+
[key: string]: any;
|
|
3305
|
+
});
|
|
3306
|
+
}
|
|
3307
|
+
export declare class QueryDubbridgeBusinessDetailRequest extends $tea.Model {
|
|
3308
|
+
authToken?: string;
|
|
3309
|
+
productInstanceId?: string;
|
|
3310
|
+
keyword: string;
|
|
3311
|
+
static names(): {
|
|
3312
|
+
[key: string]: string;
|
|
3313
|
+
};
|
|
3314
|
+
static types(): {
|
|
3315
|
+
[key: string]: any;
|
|
3316
|
+
};
|
|
3317
|
+
constructor(map?: {
|
|
3318
|
+
[key: string]: any;
|
|
3319
|
+
});
|
|
3320
|
+
}
|
|
3321
|
+
export declare class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
|
|
3322
|
+
reqMsgId?: string;
|
|
3323
|
+
resultCode?: string;
|
|
3324
|
+
resultMsg?: string;
|
|
3325
|
+
ucCode?: string;
|
|
3326
|
+
registerDate?: string;
|
|
3327
|
+
operatingAddrJson?: string;
|
|
3328
|
+
addressDetail?: string;
|
|
3329
|
+
static names(): {
|
|
3330
|
+
[key: string]: string;
|
|
3331
|
+
};
|
|
3332
|
+
static types(): {
|
|
3333
|
+
[key: string]: any;
|
|
3334
|
+
};
|
|
3335
|
+
constructor(map?: {
|
|
3336
|
+
[key: string]: any;
|
|
3337
|
+
});
|
|
3338
|
+
}
|
|
3295
3339
|
export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
|
|
3296
3340
|
authToken?: string;
|
|
3297
3341
|
productInstanceId?: string;
|
|
@@ -5388,6 +5432,38 @@ export declare class CancelUmktDataaccessOfflinetaskResponse extends $tea.Model
|
|
|
5388
5432
|
[key: string]: any;
|
|
5389
5433
|
});
|
|
5390
5434
|
}
|
|
5435
|
+
export declare class QueryUmktRtMarketingRequest extends $tea.Model {
|
|
5436
|
+
authToken?: string;
|
|
5437
|
+
productInstanceId?: string;
|
|
5438
|
+
sceneStrategyId: number;
|
|
5439
|
+
queryTemplate: string;
|
|
5440
|
+
customerKey: string;
|
|
5441
|
+
bizSerialNo: string;
|
|
5442
|
+
static names(): {
|
|
5443
|
+
[key: string]: string;
|
|
5444
|
+
};
|
|
5445
|
+
static types(): {
|
|
5446
|
+
[key: string]: any;
|
|
5447
|
+
};
|
|
5448
|
+
constructor(map?: {
|
|
5449
|
+
[key: string]: any;
|
|
5450
|
+
});
|
|
5451
|
+
}
|
|
5452
|
+
export declare class QueryUmktRtMarketingResponse extends $tea.Model {
|
|
5453
|
+
reqMsgId?: string;
|
|
5454
|
+
resultCode?: string;
|
|
5455
|
+
resultMsg?: string;
|
|
5456
|
+
queryResult?: CustomerUmktInfoModel;
|
|
5457
|
+
static names(): {
|
|
5458
|
+
[key: string]: string;
|
|
5459
|
+
};
|
|
5460
|
+
static types(): {
|
|
5461
|
+
[key: string]: any;
|
|
5462
|
+
};
|
|
5463
|
+
constructor(map?: {
|
|
5464
|
+
[key: string]: any;
|
|
5465
|
+
});
|
|
5466
|
+
}
|
|
5391
5467
|
export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
5392
5468
|
authToken?: string;
|
|
5393
5469
|
apiCode: string;
|
|
@@ -6150,6 +6226,30 @@ export default class Client {
|
|
|
6150
6226
|
updateDubbridgeFileEx(request: UpdateDubbridgeFileRequest, headers: {
|
|
6151
6227
|
[key: string]: string;
|
|
6152
6228
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateDubbridgeFileResponse>;
|
|
6229
|
+
/**
|
|
6230
|
+
* Description: 天枢系统获取授信H5地址
|
|
6231
|
+
* Summary: 天枢系统获取授信H5地址
|
|
6232
|
+
*/
|
|
6233
|
+
queryDubbridgeCreditUrl(request: QueryDubbridgeCreditUrlRequest): Promise<QueryDubbridgeCreditUrlResponse>;
|
|
6234
|
+
/**
|
|
6235
|
+
* Description: 天枢系统获取授信H5地址
|
|
6236
|
+
* Summary: 天枢系统获取授信H5地址
|
|
6237
|
+
*/
|
|
6238
|
+
queryDubbridgeCreditUrlEx(request: QueryDubbridgeCreditUrlRequest, headers: {
|
|
6239
|
+
[key: string]: string;
|
|
6240
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCreditUrlResponse>;
|
|
6241
|
+
/**
|
|
6242
|
+
* Description: 根据关键字从第三方查询企业详情信息
|
|
6243
|
+
* Summary: 天枢系统企业详情信息查询
|
|
6244
|
+
*/
|
|
6245
|
+
queryDubbridgeBusinessDetail(request: QueryDubbridgeBusinessDetailRequest): Promise<QueryDubbridgeBusinessDetailResponse>;
|
|
6246
|
+
/**
|
|
6247
|
+
* Description: 根据关键字从第三方查询企业详情信息
|
|
6248
|
+
* Summary: 天枢系统企业详情信息查询
|
|
6249
|
+
*/
|
|
6250
|
+
queryDubbridgeBusinessDetailEx(request: QueryDubbridgeBusinessDetailRequest, headers: {
|
|
6251
|
+
[key: string]: string;
|
|
6252
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeBusinessDetailResponse>;
|
|
6153
6253
|
/**
|
|
6154
6254
|
* Description: 四要素认证首先调用此接口
|
|
6155
6255
|
* Summary: 芝麻四要素接口
|
|
@@ -6908,6 +7008,18 @@ export default class Client {
|
|
|
6908
7008
|
cancelUmktDataaccessOfflinetaskEx(request: CancelUmktDataaccessOfflinetaskRequest, headers: {
|
|
6909
7009
|
[key: string]: string;
|
|
6910
7010
|
}, runtime: $Util.RuntimeOptions): Promise<CancelUmktDataaccessOfflinetaskResponse>;
|
|
7011
|
+
/**
|
|
7012
|
+
* Description: 营销盾实时单一凭证营销接口,服务于近rta的场景
|
|
7013
|
+
* Summary: 营销盾实时单一凭证营销接口
|
|
7014
|
+
*/
|
|
7015
|
+
queryUmktRtMarketing(request: QueryUmktRtMarketingRequest): Promise<QueryUmktRtMarketingResponse>;
|
|
7016
|
+
/**
|
|
7017
|
+
* Description: 营销盾实时单一凭证营销接口,服务于近rta的场景
|
|
7018
|
+
* Summary: 营销盾实时单一凭证营销接口
|
|
7019
|
+
*/
|
|
7020
|
+
queryUmktRtMarketingEx(request: QueryUmktRtMarketingRequest, headers: {
|
|
7021
|
+
[key: string]: string;
|
|
7022
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryUmktRtMarketingResponse>;
|
|
6911
7023
|
/**
|
|
6912
7024
|
* Description: 创建HTTP PUT提交的文件上传
|
|
6913
7025
|
* Summary: 文件上传创建
|
package/dist/client.js
CHANGED
|
@@ -1137,29 +1137,6 @@ class ZhimaQueryResp extends $tea.Model {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
}
|
|
1139
1139
|
exports.ZhimaQueryResp = ZhimaQueryResp;
|
|
1140
|
-
// 企业信息详情
|
|
1141
|
-
class BusinessDetail extends $tea.Model {
|
|
1142
|
-
constructor(map) {
|
|
1143
|
-
super(map);
|
|
1144
|
-
}
|
|
1145
|
-
static names() {
|
|
1146
|
-
return {
|
|
1147
|
-
operatingAddrJson: 'operating_addr_json',
|
|
1148
|
-
ucCode: 'uc_code',
|
|
1149
|
-
registerDate: 'register_date',
|
|
1150
|
-
addressDetail: 'address_detail',
|
|
1151
|
-
};
|
|
1152
|
-
}
|
|
1153
|
-
static types() {
|
|
1154
|
-
return {
|
|
1155
|
-
operatingAddrJson: 'string',
|
|
1156
|
-
ucCode: 'string',
|
|
1157
|
-
registerDate: 'string',
|
|
1158
|
-
addressDetail: 'string',
|
|
1159
|
-
};
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
exports.BusinessDetail = BusinessDetail;
|
|
1163
1140
|
// 机构平台通知响应结果
|
|
1164
1141
|
class DefinInnerChannelNotifyResult extends $tea.Model {
|
|
1165
1142
|
constructor(map) {
|
|
@@ -5013,7 +4990,7 @@ class QueryDubbridgeCustomerCommonagreementsignRequest extends $tea.Model {
|
|
|
5013
4990
|
productInstanceId: 'product_instance_id',
|
|
5014
4991
|
orderNo: 'order_no',
|
|
5015
4992
|
customNo: 'custom_no',
|
|
5016
|
-
|
|
4993
|
+
fundCode: 'fund_code',
|
|
5017
4994
|
};
|
|
5018
4995
|
}
|
|
5019
4996
|
static types() {
|
|
@@ -5022,7 +4999,7 @@ class QueryDubbridgeCustomerCommonagreementsignRequest extends $tea.Model {
|
|
|
5022
4999
|
productInstanceId: 'string',
|
|
5023
5000
|
orderNo: 'string',
|
|
5024
5001
|
customNo: 'string',
|
|
5025
|
-
|
|
5002
|
+
fundCode: 'string',
|
|
5026
5003
|
};
|
|
5027
5004
|
}
|
|
5028
5005
|
}
|
|
@@ -5157,6 +5134,92 @@ class UpdateDubbridgeFileResponse extends $tea.Model {
|
|
|
5157
5134
|
}
|
|
5158
5135
|
}
|
|
5159
5136
|
exports.UpdateDubbridgeFileResponse = UpdateDubbridgeFileResponse;
|
|
5137
|
+
class QueryDubbridgeCreditUrlRequest extends $tea.Model {
|
|
5138
|
+
constructor(map) {
|
|
5139
|
+
super(map);
|
|
5140
|
+
}
|
|
5141
|
+
static names() {
|
|
5142
|
+
return {
|
|
5143
|
+
authToken: 'auth_token',
|
|
5144
|
+
productInstanceId: 'product_instance_id',
|
|
5145
|
+
};
|
|
5146
|
+
}
|
|
5147
|
+
static types() {
|
|
5148
|
+
return {
|
|
5149
|
+
authToken: 'string',
|
|
5150
|
+
productInstanceId: 'string',
|
|
5151
|
+
};
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
exports.QueryDubbridgeCreditUrlRequest = QueryDubbridgeCreditUrlRequest;
|
|
5155
|
+
class QueryDubbridgeCreditUrlResponse extends $tea.Model {
|
|
5156
|
+
constructor(map) {
|
|
5157
|
+
super(map);
|
|
5158
|
+
}
|
|
5159
|
+
static names() {
|
|
5160
|
+
return {
|
|
5161
|
+
reqMsgId: 'req_msg_id',
|
|
5162
|
+
resultCode: 'result_code',
|
|
5163
|
+
resultMsg: 'result_msg',
|
|
5164
|
+
};
|
|
5165
|
+
}
|
|
5166
|
+
static types() {
|
|
5167
|
+
return {
|
|
5168
|
+
reqMsgId: 'string',
|
|
5169
|
+
resultCode: 'string',
|
|
5170
|
+
resultMsg: 'string',
|
|
5171
|
+
};
|
|
5172
|
+
}
|
|
5173
|
+
}
|
|
5174
|
+
exports.QueryDubbridgeCreditUrlResponse = QueryDubbridgeCreditUrlResponse;
|
|
5175
|
+
class QueryDubbridgeBusinessDetailRequest extends $tea.Model {
|
|
5176
|
+
constructor(map) {
|
|
5177
|
+
super(map);
|
|
5178
|
+
}
|
|
5179
|
+
static names() {
|
|
5180
|
+
return {
|
|
5181
|
+
authToken: 'auth_token',
|
|
5182
|
+
productInstanceId: 'product_instance_id',
|
|
5183
|
+
keyword: 'keyword',
|
|
5184
|
+
};
|
|
5185
|
+
}
|
|
5186
|
+
static types() {
|
|
5187
|
+
return {
|
|
5188
|
+
authToken: 'string',
|
|
5189
|
+
productInstanceId: 'string',
|
|
5190
|
+
keyword: 'string',
|
|
5191
|
+
};
|
|
5192
|
+
}
|
|
5193
|
+
}
|
|
5194
|
+
exports.QueryDubbridgeBusinessDetailRequest = QueryDubbridgeBusinessDetailRequest;
|
|
5195
|
+
class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
|
|
5196
|
+
constructor(map) {
|
|
5197
|
+
super(map);
|
|
5198
|
+
}
|
|
5199
|
+
static names() {
|
|
5200
|
+
return {
|
|
5201
|
+
reqMsgId: 'req_msg_id',
|
|
5202
|
+
resultCode: 'result_code',
|
|
5203
|
+
resultMsg: 'result_msg',
|
|
5204
|
+
ucCode: 'uc_code',
|
|
5205
|
+
registerDate: 'register_date',
|
|
5206
|
+
operatingAddrJson: 'operating_addr_json',
|
|
5207
|
+
addressDetail: 'address_detail',
|
|
5208
|
+
};
|
|
5209
|
+
}
|
|
5210
|
+
static types() {
|
|
5211
|
+
return {
|
|
5212
|
+
reqMsgId: 'string',
|
|
5213
|
+
resultCode: 'string',
|
|
5214
|
+
resultMsg: 'string',
|
|
5215
|
+
ucCode: 'string',
|
|
5216
|
+
registerDate: 'string',
|
|
5217
|
+
operatingAddrJson: 'string',
|
|
5218
|
+
addressDetail: 'string',
|
|
5219
|
+
};
|
|
5220
|
+
}
|
|
5221
|
+
}
|
|
5222
|
+
exports.QueryDubbridgeBusinessDetailResponse = QueryDubbridgeBusinessDetailResponse;
|
|
5160
5223
|
class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
|
|
5161
5224
|
constructor(map) {
|
|
5162
5225
|
super(map);
|
|
@@ -8341,6 +8404,54 @@ class CancelUmktDataaccessOfflinetaskResponse extends $tea.Model {
|
|
|
8341
8404
|
}
|
|
8342
8405
|
}
|
|
8343
8406
|
exports.CancelUmktDataaccessOfflinetaskResponse = CancelUmktDataaccessOfflinetaskResponse;
|
|
8407
|
+
class QueryUmktRtMarketingRequest extends $tea.Model {
|
|
8408
|
+
constructor(map) {
|
|
8409
|
+
super(map);
|
|
8410
|
+
}
|
|
8411
|
+
static names() {
|
|
8412
|
+
return {
|
|
8413
|
+
authToken: 'auth_token',
|
|
8414
|
+
productInstanceId: 'product_instance_id',
|
|
8415
|
+
sceneStrategyId: 'scene_strategy_id',
|
|
8416
|
+
queryTemplate: 'query_template',
|
|
8417
|
+
customerKey: 'customer_key',
|
|
8418
|
+
bizSerialNo: 'biz_serial_no',
|
|
8419
|
+
};
|
|
8420
|
+
}
|
|
8421
|
+
static types() {
|
|
8422
|
+
return {
|
|
8423
|
+
authToken: 'string',
|
|
8424
|
+
productInstanceId: 'string',
|
|
8425
|
+
sceneStrategyId: 'number',
|
|
8426
|
+
queryTemplate: 'string',
|
|
8427
|
+
customerKey: 'string',
|
|
8428
|
+
bizSerialNo: 'string',
|
|
8429
|
+
};
|
|
8430
|
+
}
|
|
8431
|
+
}
|
|
8432
|
+
exports.QueryUmktRtMarketingRequest = QueryUmktRtMarketingRequest;
|
|
8433
|
+
class QueryUmktRtMarketingResponse extends $tea.Model {
|
|
8434
|
+
constructor(map) {
|
|
8435
|
+
super(map);
|
|
8436
|
+
}
|
|
8437
|
+
static names() {
|
|
8438
|
+
return {
|
|
8439
|
+
reqMsgId: 'req_msg_id',
|
|
8440
|
+
resultCode: 'result_code',
|
|
8441
|
+
resultMsg: 'result_msg',
|
|
8442
|
+
queryResult: 'query_result',
|
|
8443
|
+
};
|
|
8444
|
+
}
|
|
8445
|
+
static types() {
|
|
8446
|
+
return {
|
|
8447
|
+
reqMsgId: 'string',
|
|
8448
|
+
resultCode: 'string',
|
|
8449
|
+
resultMsg: 'string',
|
|
8450
|
+
queryResult: CustomerUmktInfoModel,
|
|
8451
|
+
};
|
|
8452
|
+
}
|
|
8453
|
+
}
|
|
8454
|
+
exports.QueryUmktRtMarketingResponse = QueryUmktRtMarketingResponse;
|
|
8344
8455
|
class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
8345
8456
|
constructor(map) {
|
|
8346
8457
|
super(map);
|
|
@@ -8485,7 +8596,7 @@ class Client {
|
|
|
8485
8596
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
8486
8597
|
access_key: this._accessKeyId,
|
|
8487
8598
|
base_sdk_version: "TeaSDK-2.0",
|
|
8488
|
-
sdk_version: "1.12.
|
|
8599
|
+
sdk_version: "1.12.19",
|
|
8489
8600
|
_prod_code: "RISKPLUS",
|
|
8490
8601
|
_prod_channel: "undefined",
|
|
8491
8602
|
};
|
|
@@ -9510,6 +9621,40 @@ class Client {
|
|
|
9510
9621
|
tea_util_1.default.validateModel(request);
|
|
9511
9622
|
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.file.update", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UpdateDubbridgeFileResponse({}));
|
|
9512
9623
|
}
|
|
9624
|
+
/**
|
|
9625
|
+
* Description: 天枢系统获取授信H5地址
|
|
9626
|
+
* Summary: 天枢系统获取授信H5地址
|
|
9627
|
+
*/
|
|
9628
|
+
async queryDubbridgeCreditUrl(request) {
|
|
9629
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
9630
|
+
let headers = {};
|
|
9631
|
+
return await this.queryDubbridgeCreditUrlEx(request, headers, runtime);
|
|
9632
|
+
}
|
|
9633
|
+
/**
|
|
9634
|
+
* Description: 天枢系统获取授信H5地址
|
|
9635
|
+
* Summary: 天枢系统获取授信H5地址
|
|
9636
|
+
*/
|
|
9637
|
+
async queryDubbridgeCreditUrlEx(request, headers, runtime) {
|
|
9638
|
+
tea_util_1.default.validateModel(request);
|
|
9639
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.credit.url.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCreditUrlResponse({}));
|
|
9640
|
+
}
|
|
9641
|
+
/**
|
|
9642
|
+
* Description: 根据关键字从第三方查询企业详情信息
|
|
9643
|
+
* Summary: 天枢系统企业详情信息查询
|
|
9644
|
+
*/
|
|
9645
|
+
async queryDubbridgeBusinessDetail(request) {
|
|
9646
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
9647
|
+
let headers = {};
|
|
9648
|
+
return await this.queryDubbridgeBusinessDetailEx(request, headers, runtime);
|
|
9649
|
+
}
|
|
9650
|
+
/**
|
|
9651
|
+
* Description: 根据关键字从第三方查询企业详情信息
|
|
9652
|
+
* Summary: 天枢系统企业详情信息查询
|
|
9653
|
+
*/
|
|
9654
|
+
async queryDubbridgeBusinessDetailEx(request, headers, runtime) {
|
|
9655
|
+
tea_util_1.default.validateModel(request);
|
|
9656
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.business.detail.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeBusinessDetailResponse({}));
|
|
9657
|
+
}
|
|
9513
9658
|
/**
|
|
9514
9659
|
* Description: 四要素认证首先调用此接口
|
|
9515
9660
|
* Summary: 芝麻四要素接口
|
|
@@ -10621,6 +10766,23 @@ class Client {
|
|
|
10621
10766
|
tea_util_1.default.validateModel(request);
|
|
10622
10767
|
return $tea.cast(await this.doRequest("1.0", "riskplus.umkt.dataaccess.offlinetask.cancel", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CancelUmktDataaccessOfflinetaskResponse({}));
|
|
10623
10768
|
}
|
|
10769
|
+
/**
|
|
10770
|
+
* Description: 营销盾实时单一凭证营销接口,服务于近rta的场景
|
|
10771
|
+
* Summary: 营销盾实时单一凭证营销接口
|
|
10772
|
+
*/
|
|
10773
|
+
async queryUmktRtMarketing(request) {
|
|
10774
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
10775
|
+
let headers = {};
|
|
10776
|
+
return await this.queryUmktRtMarketingEx(request, headers, runtime);
|
|
10777
|
+
}
|
|
10778
|
+
/**
|
|
10779
|
+
* Description: 营销盾实时单一凭证营销接口,服务于近rta的场景
|
|
10780
|
+
* Summary: 营销盾实时单一凭证营销接口
|
|
10781
|
+
*/
|
|
10782
|
+
async queryUmktRtMarketingEx(request, headers, runtime) {
|
|
10783
|
+
tea_util_1.default.validateModel(request);
|
|
10784
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.umkt.rt.marketing.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryUmktRtMarketingResponse({}));
|
|
10785
|
+
}
|
|
10624
10786
|
/**
|
|
10625
10787
|
* Description: 创建HTTP PUT提交的文件上传
|
|
10626
10788
|
* Summary: 文件上传创建
|