@antchain/riskplus 1.12.16 → 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 +281 -0
- package/dist/client.js +418 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +582 -1
package/dist/client.js
CHANGED
|
@@ -1540,6 +1540,33 @@ class RpcommonResp extends $tea.Model {
|
|
|
1540
1540
|
}
|
|
1541
1541
|
}
|
|
1542
1542
|
exports.RpcommonResp = RpcommonResp;
|
|
1543
|
+
// 公司列表
|
|
1544
|
+
class CompanyItems extends $tea.Model {
|
|
1545
|
+
constructor(map) {
|
|
1546
|
+
super(map);
|
|
1547
|
+
}
|
|
1548
|
+
static names() {
|
|
1549
|
+
return {
|
|
1550
|
+
companyId: 'company_id',
|
|
1551
|
+
companyName: 'company_name',
|
|
1552
|
+
matchingName: 'matching_name',
|
|
1553
|
+
matchingType: 'matching_type',
|
|
1554
|
+
matchingValue: 'matching_value',
|
|
1555
|
+
ucCode: 'uc_code',
|
|
1556
|
+
};
|
|
1557
|
+
}
|
|
1558
|
+
static types() {
|
|
1559
|
+
return {
|
|
1560
|
+
companyId: 'string',
|
|
1561
|
+
companyName: 'string',
|
|
1562
|
+
matchingName: 'string',
|
|
1563
|
+
matchingType: 'string',
|
|
1564
|
+
matchingValue: 'string',
|
|
1565
|
+
ucCode: 'string',
|
|
1566
|
+
};
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
exports.CompanyItems = CompanyItems;
|
|
1543
1570
|
// 标签图片
|
|
1544
1571
|
class RtopTagImage extends $tea.Model {
|
|
1545
1572
|
constructor(map) {
|
|
@@ -4953,6 +4980,246 @@ class QueryDubbridgeReceiptStatusResponse extends $tea.Model {
|
|
|
4953
4980
|
}
|
|
4954
4981
|
}
|
|
4955
4982
|
exports.QueryDubbridgeReceiptStatusResponse = QueryDubbridgeReceiptStatusResponse;
|
|
4983
|
+
class QueryDubbridgeCustomerCommonagreementsignRequest extends $tea.Model {
|
|
4984
|
+
constructor(map) {
|
|
4985
|
+
super(map);
|
|
4986
|
+
}
|
|
4987
|
+
static names() {
|
|
4988
|
+
return {
|
|
4989
|
+
authToken: 'auth_token',
|
|
4990
|
+
productInstanceId: 'product_instance_id',
|
|
4991
|
+
orderNo: 'order_no',
|
|
4992
|
+
customNo: 'custom_no',
|
|
4993
|
+
fundCode: 'fund_code',
|
|
4994
|
+
};
|
|
4995
|
+
}
|
|
4996
|
+
static types() {
|
|
4997
|
+
return {
|
|
4998
|
+
authToken: 'string',
|
|
4999
|
+
productInstanceId: 'string',
|
|
5000
|
+
orderNo: 'string',
|
|
5001
|
+
customNo: 'string',
|
|
5002
|
+
fundCode: 'string',
|
|
5003
|
+
};
|
|
5004
|
+
}
|
|
5005
|
+
}
|
|
5006
|
+
exports.QueryDubbridgeCustomerCommonagreementsignRequest = QueryDubbridgeCustomerCommonagreementsignRequest;
|
|
5007
|
+
class QueryDubbridgeCustomerCommonagreementsignResponse extends $tea.Model {
|
|
5008
|
+
constructor(map) {
|
|
5009
|
+
super(map);
|
|
5010
|
+
}
|
|
5011
|
+
static names() {
|
|
5012
|
+
return {
|
|
5013
|
+
reqMsgId: 'req_msg_id',
|
|
5014
|
+
resultCode: 'result_code',
|
|
5015
|
+
resultMsg: 'result_msg',
|
|
5016
|
+
customNo: 'custom_no',
|
|
5017
|
+
customName: 'custom_name',
|
|
5018
|
+
transSerials: 'trans_serials',
|
|
5019
|
+
status: 'status',
|
|
5020
|
+
accountUserId: 'account_user_id',
|
|
5021
|
+
accountNo: 'account_no',
|
|
5022
|
+
protocolNo: 'protocol_no',
|
|
5023
|
+
signTime: 'sign_time',
|
|
5024
|
+
validTime: 'valid_time',
|
|
5025
|
+
invalidTime: 'invalid_time',
|
|
5026
|
+
};
|
|
5027
|
+
}
|
|
5028
|
+
static types() {
|
|
5029
|
+
return {
|
|
5030
|
+
reqMsgId: 'string',
|
|
5031
|
+
resultCode: 'string',
|
|
5032
|
+
resultMsg: 'string',
|
|
5033
|
+
customNo: 'string',
|
|
5034
|
+
customName: 'string',
|
|
5035
|
+
transSerials: 'string',
|
|
5036
|
+
status: 'string',
|
|
5037
|
+
accountUserId: 'string',
|
|
5038
|
+
accountNo: 'string',
|
|
5039
|
+
protocolNo: 'string',
|
|
5040
|
+
signTime: 'string',
|
|
5041
|
+
validTime: 'string',
|
|
5042
|
+
invalidTime: 'string',
|
|
5043
|
+
};
|
|
5044
|
+
}
|
|
5045
|
+
}
|
|
5046
|
+
exports.QueryDubbridgeCustomerCommonagreementsignResponse = QueryDubbridgeCustomerCommonagreementsignResponse;
|
|
5047
|
+
class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
|
|
5048
|
+
constructor(map) {
|
|
5049
|
+
super(map);
|
|
5050
|
+
}
|
|
5051
|
+
static names() {
|
|
5052
|
+
return {
|
|
5053
|
+
authToken: 'auth_token',
|
|
5054
|
+
productInstanceId: 'product_instance_id',
|
|
5055
|
+
keyword: 'keyword',
|
|
5056
|
+
};
|
|
5057
|
+
}
|
|
5058
|
+
static types() {
|
|
5059
|
+
return {
|
|
5060
|
+
authToken: 'string',
|
|
5061
|
+
productInstanceId: 'string',
|
|
5062
|
+
keyword: 'string',
|
|
5063
|
+
};
|
|
5064
|
+
}
|
|
5065
|
+
}
|
|
5066
|
+
exports.QueryDubbridgeCompanyItemsRequest = QueryDubbridgeCompanyItemsRequest;
|
|
5067
|
+
class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
|
|
5068
|
+
constructor(map) {
|
|
5069
|
+
super(map);
|
|
5070
|
+
}
|
|
5071
|
+
static names() {
|
|
5072
|
+
return {
|
|
5073
|
+
reqMsgId: 'req_msg_id',
|
|
5074
|
+
resultCode: 'result_code',
|
|
5075
|
+
resultMsg: 'result_msg',
|
|
5076
|
+
businessItems: 'business_items',
|
|
5077
|
+
total: 'total',
|
|
5078
|
+
};
|
|
5079
|
+
}
|
|
5080
|
+
static types() {
|
|
5081
|
+
return {
|
|
5082
|
+
reqMsgId: 'string',
|
|
5083
|
+
resultCode: 'string',
|
|
5084
|
+
resultMsg: 'string',
|
|
5085
|
+
businessItems: { 'type': 'array', 'itemType': CompanyItems },
|
|
5086
|
+
total: 'number',
|
|
5087
|
+
};
|
|
5088
|
+
}
|
|
5089
|
+
}
|
|
5090
|
+
exports.QueryDubbridgeCompanyItemsResponse = QueryDubbridgeCompanyItemsResponse;
|
|
5091
|
+
class UpdateDubbridgeFileRequest extends $tea.Model {
|
|
5092
|
+
constructor(map) {
|
|
5093
|
+
super(map);
|
|
5094
|
+
}
|
|
5095
|
+
static names() {
|
|
5096
|
+
return {
|
|
5097
|
+
authToken: 'auth_token',
|
|
5098
|
+
productInstanceId: 'product_instance_id',
|
|
5099
|
+
orderNo: 'order_no',
|
|
5100
|
+
originalOrderNo: 'original_order_no',
|
|
5101
|
+
customNo: 'custom_no',
|
|
5102
|
+
materials: 'materials',
|
|
5103
|
+
};
|
|
5104
|
+
}
|
|
5105
|
+
static types() {
|
|
5106
|
+
return {
|
|
5107
|
+
authToken: 'string',
|
|
5108
|
+
productInstanceId: 'string',
|
|
5109
|
+
orderNo: 'string',
|
|
5110
|
+
originalOrderNo: 'string',
|
|
5111
|
+
customNo: 'string',
|
|
5112
|
+
materials: { 'type': 'array', 'itemType': Material },
|
|
5113
|
+
};
|
|
5114
|
+
}
|
|
5115
|
+
}
|
|
5116
|
+
exports.UpdateDubbridgeFileRequest = UpdateDubbridgeFileRequest;
|
|
5117
|
+
class UpdateDubbridgeFileResponse extends $tea.Model {
|
|
5118
|
+
constructor(map) {
|
|
5119
|
+
super(map);
|
|
5120
|
+
}
|
|
5121
|
+
static names() {
|
|
5122
|
+
return {
|
|
5123
|
+
reqMsgId: 'req_msg_id',
|
|
5124
|
+
resultCode: 'result_code',
|
|
5125
|
+
resultMsg: 'result_msg',
|
|
5126
|
+
};
|
|
5127
|
+
}
|
|
5128
|
+
static types() {
|
|
5129
|
+
return {
|
|
5130
|
+
reqMsgId: 'string',
|
|
5131
|
+
resultCode: 'string',
|
|
5132
|
+
resultMsg: 'string',
|
|
5133
|
+
};
|
|
5134
|
+
}
|
|
5135
|
+
}
|
|
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;
|
|
4956
5223
|
class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
|
|
4957
5224
|
constructor(map) {
|
|
4958
5225
|
super(map);
|
|
@@ -8137,6 +8404,54 @@ class CancelUmktDataaccessOfflinetaskResponse extends $tea.Model {
|
|
|
8137
8404
|
}
|
|
8138
8405
|
}
|
|
8139
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;
|
|
8140
8455
|
class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
8141
8456
|
constructor(map) {
|
|
8142
8457
|
super(map);
|
|
@@ -8281,7 +8596,7 @@ class Client {
|
|
|
8281
8596
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
8282
8597
|
access_key: this._accessKeyId,
|
|
8283
8598
|
base_sdk_version: "TeaSDK-2.0",
|
|
8284
|
-
sdk_version: "1.12.
|
|
8599
|
+
sdk_version: "1.12.19",
|
|
8285
8600
|
_prod_code: "RISKPLUS",
|
|
8286
8601
|
_prod_channel: "undefined",
|
|
8287
8602
|
};
|
|
@@ -9255,6 +9570,91 @@ class Client {
|
|
|
9255
9570
|
tea_util_1.default.validateModel(request);
|
|
9256
9571
|
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.receipt.status.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeReceiptStatusResponse({}));
|
|
9257
9572
|
}
|
|
9573
|
+
/**
|
|
9574
|
+
* Description: 天枢系统协议签约查询(通用)
|
|
9575
|
+
* Summary: 天枢系统协议签约查询(通用)
|
|
9576
|
+
*/
|
|
9577
|
+
async queryDubbridgeCustomerCommonagreementsign(request) {
|
|
9578
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
9579
|
+
let headers = {};
|
|
9580
|
+
return await this.queryDubbridgeCustomerCommonagreementsignEx(request, headers, runtime);
|
|
9581
|
+
}
|
|
9582
|
+
/**
|
|
9583
|
+
* Description: 天枢系统协议签约查询(通用)
|
|
9584
|
+
* Summary: 天枢系统协议签约查询(通用)
|
|
9585
|
+
*/
|
|
9586
|
+
async queryDubbridgeCustomerCommonagreementsignEx(request, headers, runtime) {
|
|
9587
|
+
tea_util_1.default.validateModel(request);
|
|
9588
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.customer.commonagreementsign.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCustomerCommonagreementsignResponse({}));
|
|
9589
|
+
}
|
|
9590
|
+
/**
|
|
9591
|
+
* Description: 根据关键字从第三方查询企业信息
|
|
9592
|
+
* Summary: 天枢系统企业搜索
|
|
9593
|
+
*/
|
|
9594
|
+
async queryDubbridgeCompanyItems(request) {
|
|
9595
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
9596
|
+
let headers = {};
|
|
9597
|
+
return await this.queryDubbridgeCompanyItemsEx(request, headers, runtime);
|
|
9598
|
+
}
|
|
9599
|
+
/**
|
|
9600
|
+
* Description: 根据关键字从第三方查询企业信息
|
|
9601
|
+
* Summary: 天枢系统企业搜索
|
|
9602
|
+
*/
|
|
9603
|
+
async queryDubbridgeCompanyItemsEx(request, headers, runtime) {
|
|
9604
|
+
tea_util_1.default.validateModel(request);
|
|
9605
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.company.items.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCompanyItemsResponse({}));
|
|
9606
|
+
}
|
|
9607
|
+
/**
|
|
9608
|
+
* Description: 客户影像信息更新
|
|
9609
|
+
* Summary: 客户影像信息更新
|
|
9610
|
+
*/
|
|
9611
|
+
async updateDubbridgeFile(request) {
|
|
9612
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
9613
|
+
let headers = {};
|
|
9614
|
+
return await this.updateDubbridgeFileEx(request, headers, runtime);
|
|
9615
|
+
}
|
|
9616
|
+
/**
|
|
9617
|
+
* Description: 客户影像信息更新
|
|
9618
|
+
* Summary: 客户影像信息更新
|
|
9619
|
+
*/
|
|
9620
|
+
async updateDubbridgeFileEx(request, headers, runtime) {
|
|
9621
|
+
tea_util_1.default.validateModel(request);
|
|
9622
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.file.update", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UpdateDubbridgeFileResponse({}));
|
|
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
|
+
}
|
|
9258
9658
|
/**
|
|
9259
9659
|
* Description: 四要素认证首先调用此接口
|
|
9260
9660
|
* Summary: 芝麻四要素接口
|
|
@@ -10366,6 +10766,23 @@ class Client {
|
|
|
10366
10766
|
tea_util_1.default.validateModel(request);
|
|
10367
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({}));
|
|
10368
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
|
+
}
|
|
10369
10786
|
/**
|
|
10370
10787
|
* Description: 创建HTTP PUT提交的文件上传
|
|
10371
10788
|
* Summary: 文件上传创建
|