@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 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?: 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: RiskData,
3855
+ riskData: 'string',
3856
3856
  loanReason: 'string',
3857
3857
  materials: { 'type': 'array', 'itemType': Material },
3858
3858
  trafficPlatform: 'string',
@@ -9222,7 +9222,9 @@ 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.6",
9225
+ sdk_version: "1.15.7",
9226
+ _prod_code: "RISKPLUS",
9227
+ _prod_channel: "undefined",
9226
9228
  };
9227
9229
  if (!tea_util_1.default.empty(this._securityToken)) {
9228
9230
  request_.query["security_token"] = this._securityToken;