@antchain/riskplus 1.16.3 → 1.16.4

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
@@ -2808,9 +2808,9 @@ export declare class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Mod
2808
2808
  cardNo: string;
2809
2809
  idType?: string;
2810
2810
  fundCode?: string;
2811
- channelCode: string;
2812
- projectCode: string;
2813
- orgCode: string;
2811
+ channelCode?: string;
2812
+ projectCode?: string;
2813
+ orgCode?: string;
2814
2814
  static names(): {
2815
2815
  [key: string]: string;
2816
2816
  };
package/dist/client.js CHANGED
@@ -9403,7 +9403,9 @@ class Client {
9403
9403
  req_msg_id: alipay_util_1.default.getNonce(),
9404
9404
  access_key: this._accessKeyId,
9405
9405
  base_sdk_version: "TeaSDK-2.0",
9406
- sdk_version: "1.16.3",
9406
+ sdk_version: "1.16.4",
9407
+ _prod_code: "RISKPLUS",
9408
+ _prod_channel: "undefined",
9407
9409
  };
9408
9410
  if (!tea_util_1.default.empty(this._securityToken)) {
9409
9411
  request_.query["security_token"] = this._securityToken;