@antchain/riskplus 1.12.14 → 1.12.17

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
@@ -174,10 +174,11 @@ export declare class RtopRiskTag extends $tea.Model {
174
174
  });
175
175
  }
176
176
  export declare class StatisticInfoDetail extends $tea.Model {
177
- actionDriverCode: number;
178
- invokeCount: number;
179
- successCount: number;
180
- failCount: number;
177
+ actionDriverCode?: number;
178
+ invokeCount?: number;
179
+ successCount?: number;
180
+ failCount?: number;
181
+ finishCount?: number;
181
182
  static names(): {
182
183
  [key: string]: string;
183
184
  };
@@ -696,6 +697,21 @@ export declare class ZhimaQueryResp extends $tea.Model {
696
697
  [key: string]: any;
697
698
  });
698
699
  }
700
+ export declare class BusinessDetail extends $tea.Model {
701
+ operatingAddrJson: string;
702
+ ucCode: string;
703
+ registerDate: string;
704
+ addressDetail: string;
705
+ static names(): {
706
+ [key: string]: string;
707
+ };
708
+ static types(): {
709
+ [key: string]: any;
710
+ };
711
+ constructor(map?: {
712
+ [key: string]: any;
713
+ });
714
+ }
699
715
  export declare class DefinInnerChannelNotifyResult extends $tea.Model {
700
716
  requestId: string;
701
717
  bizResponse: string;
@@ -936,6 +952,23 @@ export declare class RpcommonResp extends $tea.Model {
936
952
  [key: string]: any;
937
953
  });
938
954
  }
955
+ export declare class CompanyItems extends $tea.Model {
956
+ companyId: string;
957
+ companyName: string;
958
+ matchingName: string;
959
+ matchingType: string;
960
+ matchingValue: string;
961
+ ucCode: string;
962
+ static names(): {
963
+ [key: string]: string;
964
+ };
965
+ static types(): {
966
+ [key: string]: any;
967
+ };
968
+ constructor(map?: {
969
+ [key: string]: any;
970
+ });
971
+ }
939
972
  export declare class RtopTagImage extends $tea.Model {
940
973
  id: number;
941
974
  image?: string;
@@ -2338,6 +2371,7 @@ export declare class BindDubbridgeCustomerBankcardResponse extends $tea.Model {
2338
2371
  resultCode?: string;
2339
2372
  resultMsg?: string;
2340
2373
  bindSerialNo?: string;
2374
+ customerNo?: string;
2341
2375
  static names(): {
2342
2376
  [key: string]: string;
2343
2377
  };
@@ -2966,7 +3000,6 @@ export declare class CountDubbridgeRepayTrialRequest extends $tea.Model {
2966
3000
  originalOrderNo: string;
2967
3001
  repayType: string;
2968
3002
  orderNo: string;
2969
- receiptNo: string;
2970
3003
  static names(): {
2971
3004
  [key: string]: string;
2972
3005
  };
@@ -3029,6 +3062,7 @@ export declare class QueryDubbridgeSearchContractRequest extends $tea.Model {
3029
3062
  authToken?: string;
3030
3063
  productInstanceId?: string;
3031
3064
  originalOrderNo: string;
3065
+ customerNo: string;
3032
3066
  static names(): {
3033
3067
  [key: string]: string;
3034
3068
  };
@@ -3157,6 +3191,107 @@ export declare class QueryDubbridgeReceiptStatusResponse extends $tea.Model {
3157
3191
  [key: string]: any;
3158
3192
  });
3159
3193
  }
3194
+ export declare class QueryDubbridgeCustomerCommonagreementsignRequest extends $tea.Model {
3195
+ authToken?: string;
3196
+ productInstanceId?: string;
3197
+ orderNo: string;
3198
+ customNo: string;
3199
+ fundNo: string;
3200
+ static names(): {
3201
+ [key: string]: string;
3202
+ };
3203
+ static types(): {
3204
+ [key: string]: any;
3205
+ };
3206
+ constructor(map?: {
3207
+ [key: string]: any;
3208
+ });
3209
+ }
3210
+ export declare class QueryDubbridgeCustomerCommonagreementsignResponse extends $tea.Model {
3211
+ reqMsgId?: string;
3212
+ resultCode?: string;
3213
+ resultMsg?: string;
3214
+ customNo?: string;
3215
+ customName?: string;
3216
+ transSerials?: string;
3217
+ status?: string;
3218
+ accountUserId?: string;
3219
+ accountNo?: string;
3220
+ protocolNo?: string;
3221
+ signTime?: string;
3222
+ validTime?: string;
3223
+ invalidTime?: string;
3224
+ static names(): {
3225
+ [key: string]: string;
3226
+ };
3227
+ static types(): {
3228
+ [key: string]: any;
3229
+ };
3230
+ constructor(map?: {
3231
+ [key: string]: any;
3232
+ });
3233
+ }
3234
+ export declare class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
3235
+ authToken?: string;
3236
+ productInstanceId?: string;
3237
+ keyword: string;
3238
+ static names(): {
3239
+ [key: string]: string;
3240
+ };
3241
+ static types(): {
3242
+ [key: string]: any;
3243
+ };
3244
+ constructor(map?: {
3245
+ [key: string]: any;
3246
+ });
3247
+ }
3248
+ export declare class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
3249
+ reqMsgId?: string;
3250
+ resultCode?: string;
3251
+ resultMsg?: string;
3252
+ businessItems?: CompanyItems[];
3253
+ total?: number;
3254
+ static names(): {
3255
+ [key: string]: string;
3256
+ };
3257
+ static types(): {
3258
+ [key: string]: any;
3259
+ };
3260
+ constructor(map?: {
3261
+ [key: string]: any;
3262
+ });
3263
+ }
3264
+ export declare class UpdateDubbridgeFileRequest extends $tea.Model {
3265
+ authToken?: string;
3266
+ productInstanceId?: string;
3267
+ orderNo: string;
3268
+ originalOrderNo: string;
3269
+ customNo: string;
3270
+ materials: Material[];
3271
+ static names(): {
3272
+ [key: string]: string;
3273
+ };
3274
+ static types(): {
3275
+ [key: string]: any;
3276
+ };
3277
+ constructor(map?: {
3278
+ [key: string]: any;
3279
+ });
3280
+ }
3281
+ export declare class UpdateDubbridgeFileResponse extends $tea.Model {
3282
+ reqMsgId?: string;
3283
+ resultCode?: string;
3284
+ resultMsg?: string;
3285
+ static names(): {
3286
+ [key: string]: string;
3287
+ };
3288
+ static types(): {
3289
+ [key: string]: any;
3290
+ };
3291
+ constructor(map?: {
3292
+ [key: string]: any;
3293
+ });
3294
+ }
3160
3295
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
3161
3296
  authToken?: string;
3162
3297
  productInstanceId?: string;
@@ -5979,6 +6114,42 @@ export default class Client {
5979
6114
  queryDubbridgeReceiptStatusEx(request: QueryDubbridgeReceiptStatusRequest, headers: {
5980
6115
  [key: string]: string;
5981
6116
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeReceiptStatusResponse>;
6117
+ /**
6118
+ * Description: 天枢系统协议签约查询(通用)
6119
+ * Summary: 天枢系统协议签约查询(通用)
6120
+ */
6121
+ queryDubbridgeCustomerCommonagreementsign(request: QueryDubbridgeCustomerCommonagreementsignRequest): Promise<QueryDubbridgeCustomerCommonagreementsignResponse>;
6122
+ /**
6123
+ * Description: 天枢系统协议签约查询(通用)
6124
+ * Summary: 天枢系统协议签约查询(通用)
6125
+ */
6126
+ queryDubbridgeCustomerCommonagreementsignEx(request: QueryDubbridgeCustomerCommonagreementsignRequest, headers: {
6127
+ [key: string]: string;
6128
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCustomerCommonagreementsignResponse>;
6129
+ /**
6130
+ * Description: 根据关键字从第三方查询企业信息
6131
+ * Summary: 天枢系统企业搜索
6132
+ */
6133
+ queryDubbridgeCompanyItems(request: QueryDubbridgeCompanyItemsRequest): Promise<QueryDubbridgeCompanyItemsResponse>;
6134
+ /**
6135
+ * Description: 根据关键字从第三方查询企业信息
6136
+ * Summary: 天枢系统企业搜索
6137
+ */
6138
+ queryDubbridgeCompanyItemsEx(request: QueryDubbridgeCompanyItemsRequest, headers: {
6139
+ [key: string]: string;
6140
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCompanyItemsResponse>;
6141
+ /**
6142
+ * Description: 客户影像信息更新
6143
+ * Summary: 客户影像信息更新
6144
+ */
6145
+ updateDubbridgeFile(request: UpdateDubbridgeFileRequest): Promise<UpdateDubbridgeFileResponse>;
6146
+ /**
6147
+ * Description: 客户影像信息更新
6148
+ * Summary: 客户影像信息更新
6149
+ */
6150
+ updateDubbridgeFileEx(request: UpdateDubbridgeFileRequest, headers: {
6151
+ [key: string]: string;
6152
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateDubbridgeFileResponse>;
5982
6153
  /**
5983
6154
  * Description: 四要素认证首先调用此接口
5984
6155
  * Summary: 芝麻四要素接口
package/dist/client.js CHANGED
@@ -287,6 +287,7 @@ class StatisticInfoDetail extends $tea.Model {
287
287
  invokeCount: 'invoke_count',
288
288
  successCount: 'success_count',
289
289
  failCount: 'fail_count',
290
+ finishCount: 'finish_count',
290
291
  };
291
292
  }
292
293
  static types() {
@@ -295,6 +296,7 @@ class StatisticInfoDetail extends $tea.Model {
295
296
  invokeCount: 'number',
296
297
  successCount: 'number',
297
298
  failCount: 'number',
299
+ finishCount: 'number',
298
300
  };
299
301
  }
300
302
  }
@@ -1135,6 +1137,29 @@ class ZhimaQueryResp extends $tea.Model {
1135
1137
  }
1136
1138
  }
1137
1139
  exports.ZhimaQueryResp = ZhimaQueryResp;
1140
+ // 企业信息详情
1141
+ class BusinessDetail extends $tea.Model {
1142
+ constructor(map) {
1143
+ super(map);
1144
+ }
1145
+ static names() {
1146
+ return {
1147
+ operatingAddrJson: 'operating_addr_json',
1148
+ ucCode: 'uc_code',
1149
+ registerDate: 'register_date',
1150
+ addressDetail: 'address_detail',
1151
+ };
1152
+ }
1153
+ static types() {
1154
+ return {
1155
+ operatingAddrJson: 'string',
1156
+ ucCode: 'string',
1157
+ registerDate: 'string',
1158
+ addressDetail: 'string',
1159
+ };
1160
+ }
1161
+ }
1162
+ exports.BusinessDetail = BusinessDetail;
1138
1163
  // 机构平台通知响应结果
1139
1164
  class DefinInnerChannelNotifyResult extends $tea.Model {
1140
1165
  constructor(map) {
@@ -1538,6 +1563,33 @@ class RpcommonResp extends $tea.Model {
1538
1563
  }
1539
1564
  }
1540
1565
  exports.RpcommonResp = RpcommonResp;
1566
+ // 公司列表
1567
+ class CompanyItems extends $tea.Model {
1568
+ constructor(map) {
1569
+ super(map);
1570
+ }
1571
+ static names() {
1572
+ return {
1573
+ companyId: 'company_id',
1574
+ companyName: 'company_name',
1575
+ matchingName: 'matching_name',
1576
+ matchingType: 'matching_type',
1577
+ matchingValue: 'matching_value',
1578
+ ucCode: 'uc_code',
1579
+ };
1580
+ }
1581
+ static types() {
1582
+ return {
1583
+ companyId: 'string',
1584
+ companyName: 'string',
1585
+ matchingName: 'string',
1586
+ matchingType: 'string',
1587
+ matchingValue: 'string',
1588
+ ucCode: 'string',
1589
+ };
1590
+ }
1591
+ }
1592
+ exports.CompanyItems = CompanyItems;
1541
1593
  // 标签图片
1542
1594
  class RtopTagImage extends $tea.Model {
1543
1595
  constructor(map) {
@@ -3703,6 +3755,7 @@ class BindDubbridgeCustomerBankcardResponse extends $tea.Model {
3703
3755
  resultCode: 'result_code',
3704
3756
  resultMsg: 'result_msg',
3705
3757
  bindSerialNo: 'bind_serial_no',
3758
+ customerNo: 'customer_no',
3706
3759
  };
3707
3760
  }
3708
3761
  static types() {
@@ -3711,6 +3764,7 @@ class BindDubbridgeCustomerBankcardResponse extends $tea.Model {
3711
3764
  resultCode: 'string',
3712
3765
  resultMsg: 'string',
3713
3766
  bindSerialNo: 'string',
3767
+ customerNo: 'string',
3714
3768
  };
3715
3769
  }
3716
3770
  }
@@ -4662,7 +4716,6 @@ class CountDubbridgeRepayTrialRequest extends $tea.Model {
4662
4716
  originalOrderNo: 'original_order_no',
4663
4717
  repayType: 'repay_type',
4664
4718
  orderNo: 'order_no',
4665
- receiptNo: 'receipt_no',
4666
4719
  };
4667
4720
  }
4668
4721
  static types() {
@@ -4672,7 +4725,6 @@ class CountDubbridgeRepayTrialRequest extends $tea.Model {
4672
4725
  originalOrderNo: 'string',
4673
4726
  repayType: 'string',
4674
4727
  orderNo: 'string',
4675
- receiptNo: 'string',
4676
4728
  };
4677
4729
  }
4678
4730
  }
@@ -4758,6 +4810,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
4758
4810
  authToken: 'auth_token',
4759
4811
  productInstanceId: 'product_instance_id',
4760
4812
  originalOrderNo: 'original_order_no',
4813
+ customerNo: 'customer_no',
4761
4814
  };
4762
4815
  }
4763
4816
  static types() {
@@ -4765,6 +4818,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
4765
4818
  authToken: 'string',
4766
4819
  productInstanceId: 'string',
4767
4820
  originalOrderNo: 'string',
4821
+ customerNo: 'string',
4768
4822
  };
4769
4823
  }
4770
4824
  }
@@ -4949,6 +5003,160 @@ class QueryDubbridgeReceiptStatusResponse extends $tea.Model {
4949
5003
  }
4950
5004
  }
4951
5005
  exports.QueryDubbridgeReceiptStatusResponse = QueryDubbridgeReceiptStatusResponse;
5006
+ class QueryDubbridgeCustomerCommonagreementsignRequest extends $tea.Model {
5007
+ constructor(map) {
5008
+ super(map);
5009
+ }
5010
+ static names() {
5011
+ return {
5012
+ authToken: 'auth_token',
5013
+ productInstanceId: 'product_instance_id',
5014
+ orderNo: 'order_no',
5015
+ customNo: 'custom_no',
5016
+ fundNo: 'fund_no',
5017
+ };
5018
+ }
5019
+ static types() {
5020
+ return {
5021
+ authToken: 'string',
5022
+ productInstanceId: 'string',
5023
+ orderNo: 'string',
5024
+ customNo: 'string',
5025
+ fundNo: 'string',
5026
+ };
5027
+ }
5028
+ }
5029
+ exports.QueryDubbridgeCustomerCommonagreementsignRequest = QueryDubbridgeCustomerCommonagreementsignRequest;
5030
+ class QueryDubbridgeCustomerCommonagreementsignResponse extends $tea.Model {
5031
+ constructor(map) {
5032
+ super(map);
5033
+ }
5034
+ static names() {
5035
+ return {
5036
+ reqMsgId: 'req_msg_id',
5037
+ resultCode: 'result_code',
5038
+ resultMsg: 'result_msg',
5039
+ customNo: 'custom_no',
5040
+ customName: 'custom_name',
5041
+ transSerials: 'trans_serials',
5042
+ status: 'status',
5043
+ accountUserId: 'account_user_id',
5044
+ accountNo: 'account_no',
5045
+ protocolNo: 'protocol_no',
5046
+ signTime: 'sign_time',
5047
+ validTime: 'valid_time',
5048
+ invalidTime: 'invalid_time',
5049
+ };
5050
+ }
5051
+ static types() {
5052
+ return {
5053
+ reqMsgId: 'string',
5054
+ resultCode: 'string',
5055
+ resultMsg: 'string',
5056
+ customNo: 'string',
5057
+ customName: 'string',
5058
+ transSerials: 'string',
5059
+ status: 'string',
5060
+ accountUserId: 'string',
5061
+ accountNo: 'string',
5062
+ protocolNo: 'string',
5063
+ signTime: 'string',
5064
+ validTime: 'string',
5065
+ invalidTime: 'string',
5066
+ };
5067
+ }
5068
+ }
5069
+ exports.QueryDubbridgeCustomerCommonagreementsignResponse = QueryDubbridgeCustomerCommonagreementsignResponse;
5070
+ class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
5071
+ constructor(map) {
5072
+ super(map);
5073
+ }
5074
+ static names() {
5075
+ return {
5076
+ authToken: 'auth_token',
5077
+ productInstanceId: 'product_instance_id',
5078
+ keyword: 'keyword',
5079
+ };
5080
+ }
5081
+ static types() {
5082
+ return {
5083
+ authToken: 'string',
5084
+ productInstanceId: 'string',
5085
+ keyword: 'string',
5086
+ };
5087
+ }
5088
+ }
5089
+ exports.QueryDubbridgeCompanyItemsRequest = QueryDubbridgeCompanyItemsRequest;
5090
+ class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
5091
+ constructor(map) {
5092
+ super(map);
5093
+ }
5094
+ static names() {
5095
+ return {
5096
+ reqMsgId: 'req_msg_id',
5097
+ resultCode: 'result_code',
5098
+ resultMsg: 'result_msg',
5099
+ businessItems: 'business_items',
5100
+ total: 'total',
5101
+ };
5102
+ }
5103
+ static types() {
5104
+ return {
5105
+ reqMsgId: 'string',
5106
+ resultCode: 'string',
5107
+ resultMsg: 'string',
5108
+ businessItems: { 'type': 'array', 'itemType': CompanyItems },
5109
+ total: 'number',
5110
+ };
5111
+ }
5112
+ }
5113
+ exports.QueryDubbridgeCompanyItemsResponse = QueryDubbridgeCompanyItemsResponse;
5114
+ class UpdateDubbridgeFileRequest extends $tea.Model {
5115
+ constructor(map) {
5116
+ super(map);
5117
+ }
5118
+ static names() {
5119
+ return {
5120
+ authToken: 'auth_token',
5121
+ productInstanceId: 'product_instance_id',
5122
+ orderNo: 'order_no',
5123
+ originalOrderNo: 'original_order_no',
5124
+ customNo: 'custom_no',
5125
+ materials: 'materials',
5126
+ };
5127
+ }
5128
+ static types() {
5129
+ return {
5130
+ authToken: 'string',
5131
+ productInstanceId: 'string',
5132
+ orderNo: 'string',
5133
+ originalOrderNo: 'string',
5134
+ customNo: 'string',
5135
+ materials: { 'type': 'array', 'itemType': Material },
5136
+ };
5137
+ }
5138
+ }
5139
+ exports.UpdateDubbridgeFileRequest = UpdateDubbridgeFileRequest;
5140
+ class UpdateDubbridgeFileResponse extends $tea.Model {
5141
+ constructor(map) {
5142
+ super(map);
5143
+ }
5144
+ static names() {
5145
+ return {
5146
+ reqMsgId: 'req_msg_id',
5147
+ resultCode: 'result_code',
5148
+ resultMsg: 'result_msg',
5149
+ };
5150
+ }
5151
+ static types() {
5152
+ return {
5153
+ reqMsgId: 'string',
5154
+ resultCode: 'string',
5155
+ resultMsg: 'string',
5156
+ };
5157
+ }
5158
+ }
5159
+ exports.UpdateDubbridgeFileResponse = UpdateDubbridgeFileResponse;
4952
5160
  class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
4953
5161
  constructor(map) {
4954
5162
  super(map);
@@ -8277,7 +8485,7 @@ class Client {
8277
8485
  req_msg_id: alipay_util_1.default.getNonce(),
8278
8486
  access_key: this._accessKeyId,
8279
8487
  base_sdk_version: "TeaSDK-2.0",
8280
- sdk_version: "1.12.14",
8488
+ sdk_version: "1.12.17",
8281
8489
  _prod_code: "RISKPLUS",
8282
8490
  _prod_channel: "undefined",
8283
8491
  };
@@ -9251,6 +9459,57 @@ class Client {
9251
9459
  tea_util_1.default.validateModel(request);
9252
9460
  return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.receipt.status.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeReceiptStatusResponse({}));
9253
9461
  }
9462
+ /**
9463
+ * Description: 天枢系统协议签约查询(通用)
9464
+ * Summary: 天枢系统协议签约查询(通用)
9465
+ */
9466
+ async queryDubbridgeCustomerCommonagreementsign(request) {
9467
+ let runtime = new $Util.RuntimeOptions({});
9468
+ let headers = {};
9469
+ return await this.queryDubbridgeCustomerCommonagreementsignEx(request, headers, runtime);
9470
+ }
9471
+ /**
9472
+ * Description: 天枢系统协议签约查询(通用)
9473
+ * Summary: 天枢系统协议签约查询(通用)
9474
+ */
9475
+ async queryDubbridgeCustomerCommonagreementsignEx(request, headers, runtime) {
9476
+ tea_util_1.default.validateModel(request);
9477
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.customer.commonagreementsign.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCustomerCommonagreementsignResponse({}));
9478
+ }
9479
+ /**
9480
+ * Description: 根据关键字从第三方查询企业信息
9481
+ * Summary: 天枢系统企业搜索
9482
+ */
9483
+ async queryDubbridgeCompanyItems(request) {
9484
+ let runtime = new $Util.RuntimeOptions({});
9485
+ let headers = {};
9486
+ return await this.queryDubbridgeCompanyItemsEx(request, headers, runtime);
9487
+ }
9488
+ /**
9489
+ * Description: 根据关键字从第三方查询企业信息
9490
+ * Summary: 天枢系统企业搜索
9491
+ */
9492
+ async queryDubbridgeCompanyItemsEx(request, headers, runtime) {
9493
+ tea_util_1.default.validateModel(request);
9494
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.company.items.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCompanyItemsResponse({}));
9495
+ }
9496
+ /**
9497
+ * Description: 客户影像信息更新
9498
+ * Summary: 客户影像信息更新
9499
+ */
9500
+ async updateDubbridgeFile(request) {
9501
+ let runtime = new $Util.RuntimeOptions({});
9502
+ let headers = {};
9503
+ return await this.updateDubbridgeFileEx(request, headers, runtime);
9504
+ }
9505
+ /**
9506
+ * Description: 客户影像信息更新
9507
+ * Summary: 客户影像信息更新
9508
+ */
9509
+ async updateDubbridgeFileEx(request, headers, runtime) {
9510
+ tea_util_1.default.validateModel(request);
9511
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.file.update", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UpdateDubbridgeFileResponse({}));
9512
+ }
9254
9513
  /**
9255
9514
  * Description: 四要素认证首先调用此接口
9256
9515
  * Summary: 芝麻四要素接口