@antchain/riskplus 1.15.6 → 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 +4 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -4
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,9 @@ 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
|
+
_prod_code: "RISKPLUS",
|
|
14037
|
+
_prod_channel: "undefined",
|
|
14036
14038
|
};
|
|
14037
14039
|
if (!Util.empty(this._securityToken)) {
|
|
14038
14040
|
request_.query["security_token"] = this._securityToken;
|