@antchain/riskplus 1.15.5 → 1.15.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 +1 -1
- package/dist/client.js +2 -2
- package/package.json +1 -1
- package/src/client.ts +4 -4
package/dist/client.d.ts
CHANGED
|
@@ -2422,7 +2422,7 @@ export declare class ApplyDubbridgeCreditRequest extends $tea.Model {
|
|
|
2422
2422
|
borrowerLiveInfo?: LiveInfo;
|
|
2423
2423
|
borrowerEmpInfo?: JobInfo;
|
|
2424
2424
|
prodNo: string;
|
|
2425
|
-
riskData
|
|
2425
|
+
riskData: string;
|
|
2426
2426
|
loanReason?: string;
|
|
2427
2427
|
materials?: Material[];
|
|
2428
2428
|
trafficPlatform?: string;
|
package/dist/client.js
CHANGED
|
@@ -3852,7 +3852,7 @@ class ApplyDubbridgeCreditRequest extends $tea.Model {
|
|
|
3852
3852
|
borrowerLiveInfo: LiveInfo,
|
|
3853
3853
|
borrowerEmpInfo: JobInfo,
|
|
3854
3854
|
prodNo: 'string',
|
|
3855
|
-
riskData:
|
|
3855
|
+
riskData: 'string',
|
|
3856
3856
|
loanReason: 'string',
|
|
3857
3857
|
materials: { 'type': 'array', 'itemType': Material },
|
|
3858
3858
|
trafficPlatform: 'string',
|
|
@@ -9222,7 +9222,7 @@ class Client {
|
|
|
9222
9222
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9223
9223
|
access_key: this._accessKeyId,
|
|
9224
9224
|
base_sdk_version: "TeaSDK-2.0",
|
|
9225
|
-
sdk_version: "1.15.
|
|
9225
|
+
sdk_version: "1.15.7",
|
|
9226
9226
|
_prod_code: "RISKPLUS",
|
|
9227
9227
|
_prod_channel: "undefined",
|
|
9228
9228
|
};
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -5860,8 +5860,8 @@ export class ApplyDubbridgeCreditRequest extends $tea.Model {
|
|
|
5860
5860
|
borrowerEmpInfo?: JobInfo;
|
|
5861
5861
|
// 产品编号
|
|
5862
5862
|
prodNo: string;
|
|
5863
|
-
// 风险数据对象
|
|
5864
|
-
riskData
|
|
5863
|
+
// 风险数据对象json字符串
|
|
5864
|
+
riskData: string;
|
|
5865
5865
|
// 借款用途
|
|
5866
5866
|
loanReason?: string;
|
|
5867
5867
|
// 资料文件
|
|
@@ -5913,7 +5913,7 @@ export class ApplyDubbridgeCreditRequest extends $tea.Model {
|
|
|
5913
5913
|
borrowerLiveInfo: LiveInfo,
|
|
5914
5914
|
borrowerEmpInfo: JobInfo,
|
|
5915
5915
|
prodNo: 'string',
|
|
5916
|
-
riskData:
|
|
5916
|
+
riskData: 'string',
|
|
5917
5917
|
loanReason: 'string',
|
|
5918
5918
|
materials: { 'type': 'array', 'itemType': Material },
|
|
5919
5919
|
trafficPlatform: 'string',
|
|
@@ -14032,7 +14032,7 @@ export default class Client {
|
|
|
14032
14032
|
req_msg_id: AntchainUtil.getNonce(),
|
|
14033
14033
|
access_key: this._accessKeyId,
|
|
14034
14034
|
base_sdk_version: "TeaSDK-2.0",
|
|
14035
|
-
sdk_version: "1.15.
|
|
14035
|
+
sdk_version: "1.15.7",
|
|
14036
14036
|
_prod_code: "RISKPLUS",
|
|
14037
14037
|
_prod_channel: "undefined",
|
|
14038
14038
|
};
|