@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 +3 -3
- package/dist/client.js +3 -1
- 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
|
@@ -6806,11 +6806,11 @@ export class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
6806
6806
|
// 资金方编号
|
|
6807
6807
|
fundCode?: string;
|
|
6808
6808
|
// 渠道号
|
|
6809
|
-
channelCode
|
|
6809
|
+
channelCode?: string;
|
|
6810
6810
|
// 项目编号
|
|
6811
|
-
projectCode
|
|
6811
|
+
projectCode?: string;
|
|
6812
6812
|
// 渠道号
|
|
6813
|
-
orgCode
|
|
6813
|
+
orgCode?: string;
|
|
6814
6814
|
static names(): { [key: string]: string } {
|
|
6815
6815
|
return {
|
|
6816
6816
|
authToken: 'auth_token',
|
|
@@ -14331,7 +14331,9 @@ export default class Client {
|
|
|
14331
14331
|
req_msg_id: AntchainUtil.getNonce(),
|
|
14332
14332
|
access_key: this._accessKeyId,
|
|
14333
14333
|
base_sdk_version: "TeaSDK-2.0",
|
|
14334
|
-
sdk_version: "1.16.
|
|
14334
|
+
sdk_version: "1.16.4",
|
|
14335
|
+
_prod_code: "RISKPLUS",
|
|
14336
|
+
_prod_channel: "undefined",
|
|
14335
14337
|
};
|
|
14336
14338
|
if (!Util.empty(this._securityToken)) {
|
|
14337
14339
|
request_.query["security_token"] = this._securityToken;
|