@antchain/riskplus 1.16.12 → 1.16.13
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 +2 -0
- package/dist/client.js +5 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +9 -1
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -6424,6 +6424,8 @@ export class QueryDubbridgeCreditStatusResponse extends $tea.Model {
|
|
|
6424
6424
|
fundCode?: string;
|
|
6425
6425
|
// 冷静期结束日期
|
|
6426
6426
|
coolingPeriod?: string;
|
|
6427
|
+
// 资金源编码
|
|
6428
|
+
loanInstCode?: string;
|
|
6427
6429
|
static names(): { [key: string]: string } {
|
|
6428
6430
|
return {
|
|
6429
6431
|
reqMsgId: 'req_msg_id',
|
|
@@ -6439,6 +6441,7 @@ export class QueryDubbridgeCreditStatusResponse extends $tea.Model {
|
|
|
6439
6441
|
applyNo: 'apply_no',
|
|
6440
6442
|
fundCode: 'fund_code',
|
|
6441
6443
|
coolingPeriod: 'cooling_period',
|
|
6444
|
+
loanInstCode: 'loan_inst_code',
|
|
6442
6445
|
};
|
|
6443
6446
|
}
|
|
6444
6447
|
|
|
@@ -6457,6 +6460,7 @@ export class QueryDubbridgeCreditStatusResponse extends $tea.Model {
|
|
|
6457
6460
|
applyNo: 'string',
|
|
6458
6461
|
fundCode: 'string',
|
|
6459
6462
|
coolingPeriod: 'string',
|
|
6463
|
+
loanInstCode: 'string',
|
|
6460
6464
|
};
|
|
6461
6465
|
}
|
|
6462
6466
|
|
|
@@ -7973,6 +7977,8 @@ export class ApplyDubbridgeUsecreditRequest extends $tea.Model {
|
|
|
7973
7977
|
customType?: string;
|
|
7974
7978
|
// 风险数据对象(json字符串)
|
|
7975
7979
|
riskData?: string;
|
|
7980
|
+
// 资金源编码
|
|
7981
|
+
loanInstCode?: string;
|
|
7976
7982
|
static names(): { [key: string]: string } {
|
|
7977
7983
|
return {
|
|
7978
7984
|
authToken: 'auth_token',
|
|
@@ -7988,6 +7994,7 @@ export class ApplyDubbridgeUsecreditRequest extends $tea.Model {
|
|
|
7988
7994
|
channelType: 'channel_type',
|
|
7989
7995
|
customType: 'custom_type',
|
|
7990
7996
|
riskData: 'risk_data',
|
|
7997
|
+
loanInstCode: 'loan_inst_code',
|
|
7991
7998
|
};
|
|
7992
7999
|
}
|
|
7993
8000
|
|
|
@@ -8006,6 +8013,7 @@ export class ApplyDubbridgeUsecreditRequest extends $tea.Model {
|
|
|
8006
8013
|
channelType: 'string',
|
|
8007
8014
|
customType: 'string',
|
|
8008
8015
|
riskData: 'string',
|
|
8016
|
+
loanInstCode: 'string',
|
|
8009
8017
|
};
|
|
8010
8018
|
}
|
|
8011
8019
|
|
|
@@ -14589,7 +14597,7 @@ export default class Client {
|
|
|
14589
14597
|
req_msg_id: AntchainUtil.getNonce(),
|
|
14590
14598
|
access_key: this._accessKeyId,
|
|
14591
14599
|
base_sdk_version: "TeaSDK-2.0",
|
|
14592
|
-
sdk_version: "1.16.
|
|
14600
|
+
sdk_version: "1.16.13",
|
|
14593
14601
|
_prod_code: "RISKPLUS",
|
|
14594
14602
|
_prod_channel: "undefined",
|
|
14595
14603
|
};
|