@alicloud/dytnsapi20200217 2.7.0 → 2.8.1

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
@@ -320,6 +320,7 @@ export declare class DescribePhoneNumberAnalysisAIRequest extends $tea.Model {
320
320
  });
321
321
  }
322
322
  export declare class DescribePhoneNumberAnalysisAIResponseBody extends $tea.Model {
323
+ accessDeniedDetail?: string;
323
324
  code?: string;
324
325
  data?: DescribePhoneNumberAnalysisAIResponseBodyData;
325
326
  message?: string;
@@ -497,11 +498,13 @@ export declare class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
497
498
  }
498
499
  export declare class DescribePhoneNumberOperatorAttributeRequest extends $tea.Model {
499
500
  authCode?: string;
501
+ flowName?: string;
500
502
  inputNumber?: string;
501
503
  mask?: string;
502
504
  ownerId?: number;
503
505
  resourceOwnerAccount?: string;
504
506
  resourceOwnerId?: number;
507
+ resultCount?: string;
505
508
  static names(): {
506
509
  [key: string]: string;
507
510
  };
@@ -513,6 +516,7 @@ export declare class DescribePhoneNumberOperatorAttributeRequest extends $tea.Mo
513
516
  });
514
517
  }
515
518
  export declare class DescribePhoneNumberOperatorAttributeResponseBody extends $tea.Model {
519
+ accessDeniedDetail?: string;
516
520
  code?: string;
517
521
  data?: DescribePhoneNumberOperatorAttributeResponseBodyData;
518
522
  message?: string;
@@ -695,6 +699,60 @@ export declare class GetUAIDApplyTokenSignResponse extends $tea.Model {
695
699
  [key: string]: any;
696
700
  });
697
701
  }
702
+ export declare class GetUAIDConversionSignRequest extends $tea.Model {
703
+ authCode?: string;
704
+ carrier?: string;
705
+ clientType?: string;
706
+ format?: string;
707
+ outId?: string;
708
+ ownerId?: number;
709
+ paramKey?: string;
710
+ paramStr?: string;
711
+ resourceOwnerAccount?: string;
712
+ resourceOwnerId?: number;
713
+ time?: string;
714
+ static names(): {
715
+ [key: string]: string;
716
+ };
717
+ static types(): {
718
+ [key: string]: any;
719
+ };
720
+ constructor(map?: {
721
+ [key: string]: any;
722
+ });
723
+ }
724
+ export declare class GetUAIDConversionSignResponseBody extends $tea.Model {
725
+ accessDeniedDetail?: string;
726
+ code?: string;
727
+ data?: GetUAIDConversionSignResponseBodyData;
728
+ message?: string;
729
+ requestId?: string;
730
+ static names(): {
731
+ [key: string]: string;
732
+ };
733
+ static types(): {
734
+ [key: string]: any;
735
+ };
736
+ constructor(map?: {
737
+ [key: string]: any;
738
+ });
739
+ }
740
+ export declare class GetUAIDConversionSignResponse extends $tea.Model {
741
+ headers?: {
742
+ [key: string]: string;
743
+ };
744
+ statusCode?: number;
745
+ body?: GetUAIDConversionSignResponseBody;
746
+ static names(): {
747
+ [key: string]: string;
748
+ };
749
+ static types(): {
750
+ [key: string]: any;
751
+ };
752
+ constructor(map?: {
753
+ [key: string]: any;
754
+ });
755
+ }
698
756
  export declare class InvalidPhoneNumberFilterRequest extends $tea.Model {
699
757
  authCode?: string;
700
758
  inputNumber?: string;
@@ -1567,6 +1625,109 @@ export declare class TwoElementsVerificationResponse extends $tea.Model {
1567
1625
  [key: string]: any;
1568
1626
  });
1569
1627
  }
1628
+ export declare class UAIDCollectionRequest extends $tea.Model {
1629
+ authCode?: string;
1630
+ carrier?: string;
1631
+ ip?: string;
1632
+ outId?: string;
1633
+ ownerId?: number;
1634
+ province?: string;
1635
+ resourceOwnerAccount?: string;
1636
+ resourceOwnerId?: number;
1637
+ token?: string;
1638
+ userGrantId?: string;
1639
+ static names(): {
1640
+ [key: string]: string;
1641
+ };
1642
+ static types(): {
1643
+ [key: string]: any;
1644
+ };
1645
+ constructor(map?: {
1646
+ [key: string]: any;
1647
+ });
1648
+ }
1649
+ export declare class UAIDCollectionResponseBody extends $tea.Model {
1650
+ accessDeniedDetail?: string;
1651
+ code?: string;
1652
+ message?: string;
1653
+ model?: UAIDCollectionResponseBodyModel;
1654
+ requestId?: string;
1655
+ static names(): {
1656
+ [key: string]: string;
1657
+ };
1658
+ static types(): {
1659
+ [key: string]: any;
1660
+ };
1661
+ constructor(map?: {
1662
+ [key: string]: any;
1663
+ });
1664
+ }
1665
+ export declare class UAIDCollectionResponse extends $tea.Model {
1666
+ headers?: {
1667
+ [key: string]: string;
1668
+ };
1669
+ statusCode?: number;
1670
+ body?: UAIDCollectionResponseBody;
1671
+ static names(): {
1672
+ [key: string]: string;
1673
+ };
1674
+ static types(): {
1675
+ [key: string]: any;
1676
+ };
1677
+ constructor(map?: {
1678
+ [key: string]: any;
1679
+ });
1680
+ }
1681
+ export declare class UAIDConversionRequest extends $tea.Model {
1682
+ authCode?: string;
1683
+ carrier?: string;
1684
+ outId?: string;
1685
+ ownerId?: number;
1686
+ resourceOwnerAccount?: string;
1687
+ resourceOwnerId?: number;
1688
+ uaidList?: string;
1689
+ static names(): {
1690
+ [key: string]: string;
1691
+ };
1692
+ static types(): {
1693
+ [key: string]: any;
1694
+ };
1695
+ constructor(map?: {
1696
+ [key: string]: any;
1697
+ });
1698
+ }
1699
+ export declare class UAIDConversionResponseBody extends $tea.Model {
1700
+ accessDeniedDetail?: string;
1701
+ code?: string;
1702
+ message?: string;
1703
+ model?: UAIDConversionResponseBodyModel;
1704
+ requestId?: string;
1705
+ static names(): {
1706
+ [key: string]: string;
1707
+ };
1708
+ static types(): {
1709
+ [key: string]: any;
1710
+ };
1711
+ constructor(map?: {
1712
+ [key: string]: any;
1713
+ });
1714
+ }
1715
+ export declare class UAIDConversionResponse extends $tea.Model {
1716
+ headers?: {
1717
+ [key: string]: string;
1718
+ };
1719
+ statusCode?: number;
1720
+ body?: UAIDConversionResponseBody;
1721
+ static names(): {
1722
+ [key: string]: string;
1723
+ };
1724
+ static types(): {
1725
+ [key: string]: any;
1726
+ };
1727
+ constructor(map?: {
1728
+ [key: string]: any;
1729
+ });
1730
+ }
1570
1731
  export declare class UAIDVerificationRequest extends $tea.Model {
1571
1732
  authCode?: string;
1572
1733
  carrier?: string;
@@ -1869,6 +2030,20 @@ export declare class GetUAIDApplyTokenSignResponseBodyData extends $tea.Model {
1869
2030
  [key: string]: any;
1870
2031
  });
1871
2032
  }
2033
+ export declare class GetUAIDConversionSignResponseBodyData extends $tea.Model {
2034
+ carrier?: string;
2035
+ outId?: string;
2036
+ sign?: string;
2037
+ static names(): {
2038
+ [key: string]: string;
2039
+ };
2040
+ static types(): {
2041
+ [key: string]: any;
2042
+ };
2043
+ constructor(map?: {
2044
+ [key: string]: any;
2045
+ });
2046
+ }
1872
2047
  export declare class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
1873
2048
  code?: string;
1874
2049
  encryptedNumber?: string;
@@ -2175,6 +2350,30 @@ export declare class TwoElementsVerificationResponseBodyData extends $tea.Model
2175
2350
  [key: string]: any;
2176
2351
  });
2177
2352
  }
2353
+ export declare class UAIDCollectionResponseBodyModel extends $tea.Model {
2354
+ uaid?: string;
2355
+ static names(): {
2356
+ [key: string]: string;
2357
+ };
2358
+ static types(): {
2359
+ [key: string]: any;
2360
+ };
2361
+ constructor(map?: {
2362
+ [key: string]: any;
2363
+ });
2364
+ }
2365
+ export declare class UAIDConversionResponseBodyModel extends $tea.Model {
2366
+ phoneList?: string;
2367
+ static names(): {
2368
+ [key: string]: string;
2369
+ };
2370
+ static types(): {
2371
+ [key: string]: any;
2372
+ };
2373
+ constructor(map?: {
2374
+ [key: string]: any;
2375
+ });
2376
+ }
2178
2377
  export declare class UAIDVerificationResponseBodyData extends $tea.Model {
2179
2378
  uaid?: string;
2180
2379
  static names(): {
@@ -2192,449 +2391,750 @@ export default class Client extends OpenApi {
2192
2391
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
2193
2392
  [key: string]: string;
2194
2393
  }, endpoint: string): string;
2394
+ /**
2395
+ * @summary 身份证二要素认证
2396
+ *
2397
+ * @param request CertNoTwoElementVerificationRequest
2398
+ * @param runtime runtime options for this request RuntimeOptions
2399
+ * @return CertNoTwoElementVerificationResponse
2400
+ */
2195
2401
  certNoTwoElementVerificationWithOptions(request: CertNoTwoElementVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CertNoTwoElementVerificationResponse>;
2402
+ /**
2403
+ * @summary 身份证二要素认证
2404
+ *
2405
+ * @param request CertNoTwoElementVerificationRequest
2406
+ * @return CertNoTwoElementVerificationResponse
2407
+ */
2196
2408
  certNoTwoElementVerification(request: CertNoTwoElementVerificationRequest): Promise<CertNoTwoElementVerificationResponse>;
2197
2409
  /**
2198
- * * Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2199
- * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2200
- * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2201
- *
2202
- * @param request CompanyFourElementsVerificationRequest
2203
- * @param runtime runtime options for this request RuntimeOptions
2204
- * @return CompanyFourElementsVerificationResponse
2410
+ * @summary Verifies whether the enterprise name, the business license number, and the name and ID card of the legal representative belong to the same enterprise. The verification is successful only when the preceding four elements belong to the same enterprise and the business status of the enterprise is Active.
2411
+ *
2412
+ * @description * Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2413
+ * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2414
+ * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2415
+ *
2416
+ * @param request CompanyFourElementsVerificationRequest
2417
+ * @param runtime runtime options for this request RuntimeOptions
2418
+ * @return CompanyFourElementsVerificationResponse
2205
2419
  */
2206
2420
  companyFourElementsVerificationWithOptions(request: CompanyFourElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyFourElementsVerificationResponse>;
2207
2421
  /**
2208
- * * Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2209
- * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2210
- * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2211
- *
2212
- * @param request CompanyFourElementsVerificationRequest
2213
- * @return CompanyFourElementsVerificationResponse
2422
+ * @summary Verifies whether the enterprise name, the business license number, and the name and ID card of the legal representative belong to the same enterprise. The verification is successful only when the preceding four elements belong to the same enterprise and the business status of the enterprise is Active.
2423
+ *
2424
+ * @description * Before you call this operation, make sure that you are familiar with the billing of services related to four-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2425
+ * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2426
+ * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2427
+ *
2428
+ * @param request CompanyFourElementsVerificationRequest
2429
+ * @return CompanyFourElementsVerificationResponse
2214
2430
  */
2215
2431
  companyFourElementsVerification(request: CompanyFourElementsVerificationRequest): Promise<CompanyFourElementsVerificationResponse>;
2216
2432
  /**
2217
- * * Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2218
- * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2219
- * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2220
- *
2221
- * @param request CompanyThreeElementsVerificationRequest
2222
- * @param runtime runtime options for this request RuntimeOptions
2223
- * @return CompanyThreeElementsVerificationResponse
2433
+ * @summary Verifies whether the enterprise name, the business license number, and the name of the legal representative belong to the same enterprise. The verification is successful only when the three elements belong to the same enterprise and the business status of the enterprise is Active.
2434
+ *
2435
+ * @description * Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2436
+ * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2437
+ * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2438
+ *
2439
+ * @param request CompanyThreeElementsVerificationRequest
2440
+ * @param runtime runtime options for this request RuntimeOptions
2441
+ * @return CompanyThreeElementsVerificationResponse
2224
2442
  */
2225
2443
  companyThreeElementsVerificationWithOptions(request: CompanyThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyThreeElementsVerificationResponse>;
2226
2444
  /**
2227
- * * Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2228
- * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2229
- * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2230
- *
2231
- * @param request CompanyThreeElementsVerificationRequest
2232
- * @return CompanyThreeElementsVerificationResponse
2445
+ * @summary Verifies whether the enterprise name, the business license number, and the name of the legal representative belong to the same enterprise. The verification is successful only when the three elements belong to the same enterprise and the business status of the enterprise is Active.
2446
+ *
2447
+ * @description * Before you call this operation, make sure that you are familiar with the billing of services related to three-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2448
+ * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
2449
+ * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2450
+ *
2451
+ * @param request CompanyThreeElementsVerificationRequest
2452
+ * @return CompanyThreeElementsVerificationResponse
2233
2453
  */
2234
2454
  companyThreeElementsVerification(request: CompanyThreeElementsVerificationRequest): Promise<CompanyThreeElementsVerificationResponse>;
2235
2455
  /**
2236
- * * Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2237
- * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
2238
- * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2239
- *
2240
- * @param request CompanyTwoElementsVerificationRequest
2241
- * @param runtime runtime options for this request RuntimeOptions
2242
- * @return CompanyTwoElementsVerificationResponse
2456
+ * @summary Verifies whether the enterprise name and the business license number belong to the same enterprise. The verification is successful only when the two elements belong to the same enterprise and the business status of the enterprise is Active.
2457
+ *
2458
+ * @description * Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2459
+ * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
2460
+ * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2461
+ *
2462
+ * @param request CompanyTwoElementsVerificationRequest
2463
+ * @param runtime runtime options for this request RuntimeOptions
2464
+ * @return CompanyTwoElementsVerificationResponse
2243
2465
  */
2244
2466
  companyTwoElementsVerificationWithOptions(request: CompanyTwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyTwoElementsVerificationResponse>;
2245
2467
  /**
2246
- * * Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2247
- * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
2248
- * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2249
- *
2250
- * @param request CompanyTwoElementsVerificationRequest
2251
- * @return CompanyTwoElementsVerificationResponse
2468
+ * @summary Verifies whether the enterprise name and the business license number belong to the same enterprise. The verification is successful only when the two elements belong to the same enterprise and the business status of the enterprise is Active.
2469
+ *
2470
+ * @description * Before you call this operation, make sure that you are familiar with the billing of services related to two-element verification for enterprises. For more information, see [Billing](https://help.aliyun.com/document_detail/154751.html?spm=a2c4g.154007.0.0.3edd7eb6E90YT4).
2471
+ * * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
2472
+ * * Before you call this operation, perform the following operations: Log on to the [Cell Phone Number Service console](https://account.aliyun.com/login/login.htm?oauth_callback=https%3A%2F%2Fdytns.console.aliyun.com%2Foverview%3Fspm%3Da2c4g.608385.0.0.79847f8b3awqUC\\&lang=zh). On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2473
+ *
2474
+ * @param request CompanyTwoElementsVerificationRequest
2475
+ * @return CompanyTwoElementsVerificationResponse
2252
2476
  */
2253
2477
  companyTwoElementsVerification(request: CompanyTwoElementsVerificationRequest): Promise<CompanyTwoElementsVerificationResponse>;
2254
2478
  /**
2255
- * * You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.**
2256
- * * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
2257
- * * The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**.
2258
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2259
- * ### [](#qps)QPS limits
2260
- * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2261
- * ### [](#)Authorization information
2262
- * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2263
- *
2264
- * @param request DescribeEmptyNumberRequest
2265
- * @param runtime runtime options for this request RuntimeOptions
2266
- * @return DescribeEmptyNumberResponse
2479
+ * @summary Predicts whether a phone number is a nonexistent number by using AI algorithms.
2480
+ *
2481
+ * @description * You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.**
2482
+ * * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
2483
+ * * The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**.
2484
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2485
+ * ### [](#qps)QPS limits
2486
+ * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2487
+ * ### [](#)Authorization information
2488
+ * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2489
+ *
2490
+ * @param request DescribeEmptyNumberRequest
2491
+ * @param runtime runtime options for this request RuntimeOptions
2492
+ * @return DescribeEmptyNumberResponse
2267
2493
  */
2268
2494
  describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse>;
2269
2495
  /**
2270
- * * You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.**
2271
- * * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
2272
- * * The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**.
2273
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2274
- * ### [](#qps)QPS limits
2275
- * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2276
- * ### [](#)Authorization information
2277
- * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2278
- *
2279
- * @param request DescribeEmptyNumberRequest
2280
- * @return DescribeEmptyNumberResponse
2496
+ * @summary Predicts whether a phone number is a nonexistent number by using AI algorithms.
2497
+ *
2498
+ * @description * You can call this operation to verify whether a phone number is a nonexistent number. When you call this operation to verify a number, the system charges you CNY 0.01 per verification based on the number of verifications. **Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.**
2499
+ * * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
2500
+ * * The prediction is not strictly accurate because Cell Phone Number Service predicts the nonexistent number probability by using AI algorithms. The accuracy rate of the prediction and the recall rate of empty numbers are about 95%. **Pay attention to this point when you call this operation**.
2501
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2502
+ * ### [](#qps)QPS limits
2503
+ * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2504
+ * ### [](#)Authorization information
2505
+ * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2506
+ *
2507
+ * @param request DescribeEmptyNumberRequest
2508
+ * @return DescribeEmptyNumberResponse
2281
2509
  */
2282
2510
  describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse>;
2511
+ /**
2512
+ * @summary 号码分析实时查询蚂蚁
2513
+ *
2514
+ * @param request DescribePhoneNumberAnalysisRequest
2515
+ * @param runtime runtime options for this request RuntimeOptions
2516
+ * @return DescribePhoneNumberAnalysisResponse
2517
+ */
2283
2518
  describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse>;
2519
+ /**
2520
+ * @summary 号码分析实时查询蚂蚁
2521
+ *
2522
+ * @param request DescribePhoneNumberAnalysisRequest
2523
+ * @return DescribePhoneNumberAnalysisResponse
2524
+ */
2284
2525
  describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse>;
2285
2526
  /**
2286
- * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
2287
- *
2288
- * @param request DescribePhoneNumberAnalysisAIRequest
2289
- * @param runtime runtime options for this request RuntimeOptions
2290
- * @return DescribePhoneNumberAnalysisAIResponse
2527
+ * @summary Obtains the analysis results of a phone number.
2528
+ *
2529
+ * @description Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
2530
+ *
2531
+ * @param request DescribePhoneNumberAnalysisAIRequest
2532
+ * @param runtime runtime options for this request RuntimeOptions
2533
+ * @return DescribePhoneNumberAnalysisAIResponse
2291
2534
  */
2292
2535
  describePhoneNumberAnalysisAIWithOptions(request: DescribePhoneNumberAnalysisAIRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisAIResponse>;
2293
2536
  /**
2294
- * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
2295
- *
2296
- * @param request DescribePhoneNumberAnalysisAIRequest
2297
- * @return DescribePhoneNumberAnalysisAIResponse
2537
+ * @summary Obtains the analysis results of a phone number.
2538
+ *
2539
+ * @description Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the Labels page, find the label that you want to use, click Activate Now, enter the required information, and then submit your application. After your application is approved, you can use the label. Before you call this operation, make sure that you are familiar with the billing of Cell Phone Number Service.
2540
+ *
2541
+ * @param request DescribePhoneNumberAnalysisAIRequest
2542
+ * @return DescribePhoneNumberAnalysisAIResponse
2298
2543
  */
2299
2544
  describePhoneNumberAnalysisAI(request: DescribePhoneNumberAnalysisAIRequest): Promise<DescribePhoneNumberAnalysisAIResponse>;
2545
+ /**
2546
+ * @summary 泛行业人群筛选
2547
+ *
2548
+ * @param request DescribePhoneNumberAnalysisTransparentRequest
2549
+ * @param runtime runtime options for this request RuntimeOptions
2550
+ * @return DescribePhoneNumberAnalysisTransparentResponse
2551
+ */
2300
2552
  describePhoneNumberAnalysisTransparentWithOptions(request: DescribePhoneNumberAnalysisTransparentRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisTransparentResponse>;
2553
+ /**
2554
+ * @summary 泛行业人群筛选
2555
+ *
2556
+ * @param request DescribePhoneNumberAnalysisTransparentRequest
2557
+ * @return DescribePhoneNumberAnalysisTransparentResponse
2558
+ */
2301
2559
  describePhoneNumberAnalysisTransparent(request: DescribePhoneNumberAnalysisTransparentRequest): Promise<DescribePhoneNumberAnalysisTransparentResponse>;
2302
2560
  /**
2303
- * @deprecated : DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
2304
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2305
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2306
- * ### [](#qps)QPS limits
2307
- * You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2308
- *
2309
- * @param request DescribePhoneNumberAttributeRequest
2310
- * @param runtime runtime options for this request RuntimeOptions
2311
- * @return DescribePhoneNumberAttributeResponse
2561
+ * @deprecated OpenAPI DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
2562
+ *
2563
+ * @summary Queries the carrier, registration location, and mobile number portability information of a phone number.
2564
+ *
2565
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2566
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2567
+ * ### [](#qps)QPS limits
2568
+ * You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2569
+ *
2570
+ * @param request DescribePhoneNumberAttributeRequest
2571
+ * @param runtime runtime options for this request RuntimeOptions
2572
+ * @return DescribePhoneNumberAttributeResponse
2312
2573
  */
2313
2574
  describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse>;
2314
2575
  /**
2315
- * @deprecated : DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
2316
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2317
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2318
- * ### [](#qps)QPS limits
2319
- * You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2320
- *
2321
- * @param request DescribePhoneNumberAttributeRequest
2322
- * @return DescribePhoneNumberAttributeResponse
2576
+ * @deprecated OpenAPI DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
2577
+ *
2578
+ * @summary Queries the carrier, registration location, and mobile number portability information of a phone number.
2579
+ *
2580
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2581
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2582
+ * ### [](#qps)QPS limits
2583
+ * You can call this operation up to 2,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2584
+ *
2585
+ * @param request DescribePhoneNumberAttributeRequest
2586
+ * @return DescribePhoneNumberAttributeResponse
2323
2587
  */
2324
2588
  describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse>;
2325
2589
  /**
2326
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2327
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2328
- * ### [](#qps)QPS limits
2329
- * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2330
- *
2331
- * @param request DescribePhoneNumberOnlineTimeRequest
2332
- * @param runtime runtime options for this request RuntimeOptions
2333
- * @return DescribePhoneNumberOnlineTimeResponse
2590
+ * @summary Queries the usage period of a phone number of a user.
2591
+ *
2592
+ * @description * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2593
+ * * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2594
+ * ### [](#qps)QPS limits
2595
+ * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2596
+ *
2597
+ * @param request DescribePhoneNumberOnlineTimeRequest
2598
+ * @param runtime runtime options for this request RuntimeOptions
2599
+ * @return DescribePhoneNumberOnlineTimeResponse
2334
2600
  */
2335
2601
  describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse>;
2336
2602
  /**
2337
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2338
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2339
- * ### [](#qps)QPS limits
2340
- * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2341
- *
2342
- * @param request DescribePhoneNumberOnlineTimeRequest
2343
- * @return DescribePhoneNumberOnlineTimeResponse
2603
+ * @summary Queries the usage period of a phone number of a user.
2604
+ *
2605
+ * @description * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2606
+ * * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2607
+ * ### [](#qps)QPS limits
2608
+ * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2609
+ *
2610
+ * @param request DescribePhoneNumberOnlineTimeRequest
2611
+ * @return DescribePhoneNumberOnlineTimeResponse
2344
2612
  */
2345
2613
  describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse>;
2346
2614
  /**
2347
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154008~~) of Cell Phone Number Service.
2348
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2349
- * * You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext** and phone numbers that are encrypted by using **MD5** and **SHA256**.
2350
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2351
- *
2352
- * @param request DescribePhoneNumberOperatorAttributeRequest
2353
- * @param runtime runtime options for this request RuntimeOptions
2354
- * @return DescribePhoneNumberOperatorAttributeResponse
2615
+ * @summary Queries the attribute information about a phone number, including the registration province, registration city, basic carrier (such as China Mobile, China Unicom, China Telecom, or China Broadnet), reseller of mobile communications services (such as Alibaba Communications), mobile number portability, and the number segment to which the phone number belongs.
2616
+ *
2617
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154008.html) of Cell Phone Number Service.
2618
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2619
+ * * You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext** and phone numbers that are encrypted by using **MD5** and **SHA256**.
2620
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2621
+ *
2622
+ * @param request DescribePhoneNumberOperatorAttributeRequest
2623
+ * @param runtime runtime options for this request RuntimeOptions
2624
+ * @return DescribePhoneNumberOperatorAttributeResponse
2355
2625
  */
2356
2626
  describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse>;
2357
2627
  /**
2358
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154008~~) of Cell Phone Number Service.
2359
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2360
- * * You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext** and phone numbers that are encrypted by using **MD5** and **SHA256**.
2361
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2362
- *
2363
- * @param request DescribePhoneNumberOperatorAttributeRequest
2364
- * @return DescribePhoneNumberOperatorAttributeResponse
2628
+ * @summary Queries the attribute information about a phone number, including the registration province, registration city, basic carrier (such as China Mobile, China Unicom, China Telecom, or China Broadnet), reseller of mobile communications services (such as Alibaba Communications), mobile number portability, and the number segment to which the phone number belongs.
2629
+ *
2630
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154008.html) of Cell Phone Number Service.
2631
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2632
+ * * You can call this operation to obtain the carrier, registration location, and mobile number portability information about a phone number. You can query phone numbers in **plaintext** and phone numbers that are encrypted by using **MD5** and **SHA256**.
2633
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2634
+ *
2635
+ * @param request DescribePhoneNumberOperatorAttributeRequest
2636
+ * @return DescribePhoneNumberOperatorAttributeResponse
2365
2637
  */
2366
2638
  describePhoneNumberOperatorAttribute(request: DescribePhoneNumberOperatorAttributeRequest): Promise<DescribePhoneNumberOperatorAttributeResponse>;
2639
+ /**
2640
+ * @summary 风险用户评分
2641
+ *
2642
+ * @param request DescribePhoneNumberRiskRequest
2643
+ * @param runtime runtime options for this request RuntimeOptions
2644
+ * @return DescribePhoneNumberRiskResponse
2645
+ */
2367
2646
  describePhoneNumberRiskWithOptions(request: DescribePhoneNumberRiskRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberRiskResponse>;
2647
+ /**
2648
+ * @summary 风险用户评分
2649
+ *
2650
+ * @param request DescribePhoneNumberRiskRequest
2651
+ * @return DescribePhoneNumberRiskResponse
2652
+ */
2368
2653
  describePhoneNumberRisk(request: DescribePhoneNumberRiskRequest): Promise<DescribePhoneNumberRiskResponse>;
2369
2654
  /**
2370
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2371
- * * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
2372
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2373
- * ## [](#qps)QPS limits
2374
- * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2375
- * ## [](#)Authorization information
2376
- * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2377
- *
2378
- * @param request DescribePhoneTwiceTelVerifyRequest
2379
- * @param runtime runtime options for this request RuntimeOptions
2380
- * @return DescribePhoneTwiceTelVerifyResponse
2655
+ * @summary Verifies whether a phone number is a reassigned phone number by calling this operation.
2656
+ *
2657
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2658
+ * * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
2659
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2660
+ * ## [](#qps)QPS limits
2661
+ * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2662
+ * ## [](#)Authorization information
2663
+ * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2664
+ *
2665
+ * @param request DescribePhoneTwiceTelVerifyRequest
2666
+ * @param runtime runtime options for this request RuntimeOptions
2667
+ * @return DescribePhoneTwiceTelVerifyResponse
2381
2668
  */
2382
2669
  describePhoneTwiceTelVerifyWithOptions(request: DescribePhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneTwiceTelVerifyResponse>;
2383
2670
  /**
2384
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2385
- * * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
2386
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2387
- * ## [](#qps)QPS limits
2388
- * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2389
- * ## [](#)Authorization information
2390
- * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2391
- *
2392
- * @param request DescribePhoneTwiceTelVerifyRequest
2393
- * @return DescribePhoneTwiceTelVerifyResponse
2671
+ * @summary Verifies whether a phone number is a reassigned phone number by calling this operation.
2672
+ *
2673
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2674
+ * * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
2675
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2676
+ * ## [](#qps)QPS limits
2677
+ * You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2678
+ * ## [](#)Authorization information
2679
+ * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2680
+ *
2681
+ * @param request DescribePhoneTwiceTelVerifyRequest
2682
+ * @return DescribePhoneTwiceTelVerifyResponse
2394
2683
  */
2395
2684
  describePhoneTwiceTelVerify(request: DescribePhoneTwiceTelVerifyRequest): Promise<DescribePhoneTwiceTelVerifyResponse>;
2685
+ /**
2686
+ * @summary 获取UAID申请Token所需的签名字段
2687
+ *
2688
+ * @param request GetUAIDApplyTokenSignRequest
2689
+ * @param runtime runtime options for this request RuntimeOptions
2690
+ * @return GetUAIDApplyTokenSignResponse
2691
+ */
2396
2692
  getUAIDApplyTokenSignWithOptions(request: GetUAIDApplyTokenSignRequest, runtime: $Util.RuntimeOptions): Promise<GetUAIDApplyTokenSignResponse>;
2693
+ /**
2694
+ * @summary 获取UAID申请Token所需的签名字段
2695
+ *
2696
+ * @param request GetUAIDApplyTokenSignRequest
2697
+ * @return GetUAIDApplyTokenSignResponse
2698
+ */
2397
2699
  getUAIDApplyTokenSign(request: GetUAIDApplyTokenSignRequest): Promise<GetUAIDApplyTokenSignResponse>;
2398
2700
  /**
2399
- * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2400
- * ### [](#qps)QPS limits
2401
- * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2402
- *
2403
- * @param request InvalidPhoneNumberFilterRequest
2404
- * @param runtime runtime options for this request RuntimeOptions
2405
- * @return InvalidPhoneNumberFilterResponse
2701
+ * @summary 获取号码采集服务申请Token所需的签名字段
2702
+ *
2703
+ * @param request GetUAIDConversionSignRequest
2704
+ * @param runtime runtime options for this request RuntimeOptions
2705
+ * @return GetUAIDConversionSignResponse
2706
+ */
2707
+ getUAIDConversionSignWithOptions(request: GetUAIDConversionSignRequest, runtime: $Util.RuntimeOptions): Promise<GetUAIDConversionSignResponse>;
2708
+ /**
2709
+ * @summary 获取号码采集服务申请Token所需的签名字段
2710
+ *
2711
+ * @param request GetUAIDConversionSignRequest
2712
+ * @return GetUAIDConversionSignResponse
2713
+ */
2714
+ getUAIDConversionSign(request: GetUAIDConversionSignRequest): Promise<GetUAIDConversionSignResponse>;
2715
+ /**
2716
+ * @summary Filters invalid phone numbers.
2717
+ *
2718
+ * @description Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2719
+ * ### [](#qps)QPS limits
2720
+ * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2721
+ *
2722
+ * @param request InvalidPhoneNumberFilterRequest
2723
+ * @param runtime runtime options for this request RuntimeOptions
2724
+ * @return InvalidPhoneNumberFilterResponse
2406
2725
  */
2407
2726
  invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
2408
2727
  /**
2409
- * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2410
- * ### [](#qps)QPS limits
2411
- * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2412
- *
2413
- * @param request InvalidPhoneNumberFilterRequest
2414
- * @return InvalidPhoneNumberFilterResponse
2728
+ * @summary Filters invalid phone numbers.
2729
+ *
2730
+ * @description Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2731
+ * ### [](#qps)QPS limits
2732
+ * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2733
+ *
2734
+ * @param request InvalidPhoneNumberFilterRequest
2735
+ * @return InvalidPhoneNumberFilterResponse
2415
2736
  */
2416
2737
  invalidPhoneNumberFilter(request: InvalidPhoneNumberFilterRequest): Promise<InvalidPhoneNumberFilterResponse>;
2738
+ /**
2739
+ * @param request PhoneNumberConvertServiceRequest
2740
+ * @param runtime runtime options for this request RuntimeOptions
2741
+ * @return PhoneNumberConvertServiceResponse
2742
+ */
2417
2743
  phoneNumberConvertServiceWithOptions(request: PhoneNumberConvertServiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberConvertServiceResponse>;
2744
+ /**
2745
+ * @param request PhoneNumberConvertServiceRequest
2746
+ * @return PhoneNumberConvertServiceResponse
2747
+ */
2418
2748
  phoneNumberConvertService(request: PhoneNumberConvertServiceRequest): Promise<PhoneNumberConvertServiceResponse>;
2419
2749
  /**
2420
- * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2421
- * ### [](#qps)QPS limits
2422
- * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2423
- *
2424
- * @param request PhoneNumberEncryptRequest
2425
- * @param runtime runtime options for this request RuntimeOptions
2426
- * @return PhoneNumberEncryptResponse
2750
+ * @summary Encrypts the original phone number into a virtual number that starts with 140. Cell Phone Number Service integrates the communications services provided by Alibaba Cloud. This allows you to initiate a call by using a virtual number that starts with 140.
2751
+ *
2752
+ * @description Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2753
+ * ### [](#qps)QPS limits
2754
+ * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2755
+ *
2756
+ * @param request PhoneNumberEncryptRequest
2757
+ * @param runtime runtime options for this request RuntimeOptions
2758
+ * @return PhoneNumberEncryptResponse
2427
2759
  */
2428
2760
  phoneNumberEncryptWithOptions(request: PhoneNumberEncryptRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberEncryptResponse>;
2429
2761
  /**
2430
- * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2431
- * ### [](#qps)QPS limits
2432
- * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2433
- *
2434
- * @param request PhoneNumberEncryptRequest
2435
- * @return PhoneNumberEncryptResponse
2762
+ * @summary Encrypts the original phone number into a virtual number that starts with 140. Cell Phone Number Service integrates the communications services provided by Alibaba Cloud. This allows you to initiate a call by using a virtual number that starts with 140.
2763
+ *
2764
+ * @description Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2765
+ * ### [](#qps)QPS limits
2766
+ * You can call this operation up to 1,000 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2767
+ *
2768
+ * @param request PhoneNumberEncryptRequest
2769
+ * @return PhoneNumberEncryptResponse
2436
2770
  */
2437
2771
  phoneNumberEncrypt(request: PhoneNumberEncryptRequest): Promise<PhoneNumberEncryptResponse>;
2438
2772
  /**
2439
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2440
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2441
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2442
- * ### [](#qps)QPS limits
2443
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2444
- *
2445
- * @param request PhoneNumberStatusForAccountRequest
2446
- * @param runtime runtime options for this request RuntimeOptions
2447
- * @return PhoneNumberStatusForAccountResponse
2773
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2774
+ *
2775
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2776
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2777
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2778
+ * ### [](#qps)QPS limits
2779
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2780
+ *
2781
+ * @param request PhoneNumberStatusForAccountRequest
2782
+ * @param runtime runtime options for this request RuntimeOptions
2783
+ * @return PhoneNumberStatusForAccountResponse
2448
2784
  */
2449
2785
  phoneNumberStatusForAccountWithOptions(request: PhoneNumberStatusForAccountRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForAccountResponse>;
2450
2786
  /**
2451
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2452
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2453
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2454
- * ### [](#qps)QPS limits
2455
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2456
- *
2457
- * @param request PhoneNumberStatusForAccountRequest
2458
- * @return PhoneNumberStatusForAccountResponse
2787
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2788
+ *
2789
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2790
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2791
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2792
+ * ### [](#qps)QPS limits
2793
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2794
+ *
2795
+ * @param request PhoneNumberStatusForAccountRequest
2796
+ * @return PhoneNumberStatusForAccountResponse
2459
2797
  */
2460
2798
  phoneNumberStatusForAccount(request: PhoneNumberStatusForAccountRequest): Promise<PhoneNumberStatusForAccountResponse>;
2461
2799
  /**
2462
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2463
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2464
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2465
- * ### [](#qps)QPS limits
2466
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2467
- *
2468
- * @param request PhoneNumberStatusForPublicRequest
2469
- * @param runtime runtime options for this request RuntimeOptions
2470
- * @return PhoneNumberStatusForPublicResponse
2800
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2801
+ *
2802
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2803
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2804
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2805
+ * ### [](#qps)QPS limits
2806
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2807
+ *
2808
+ * @param request PhoneNumberStatusForPublicRequest
2809
+ * @param runtime runtime options for this request RuntimeOptions
2810
+ * @return PhoneNumberStatusForPublicResponse
2471
2811
  */
2472
2812
  phoneNumberStatusForPublicWithOptions(request: PhoneNumberStatusForPublicRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForPublicResponse>;
2473
2813
  /**
2474
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2475
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2476
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2477
- * ### [](#qps)QPS limits
2478
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2479
- *
2480
- * @param request PhoneNumberStatusForPublicRequest
2481
- * @return PhoneNumberStatusForPublicResponse
2814
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2815
+ *
2816
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2817
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2818
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2819
+ * ### [](#qps)QPS limits
2820
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2821
+ *
2822
+ * @param request PhoneNumberStatusForPublicRequest
2823
+ * @return PhoneNumberStatusForPublicResponse
2482
2824
  */
2483
2825
  phoneNumberStatusForPublic(request: PhoneNumberStatusForPublicRequest): Promise<PhoneNumberStatusForPublicResponse>;
2484
2826
  /**
2485
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2486
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2487
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2488
- * ### [](#qps)QPS limits
2489
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2490
- *
2491
- * @param request PhoneNumberStatusForRealRequest
2492
- * @param runtime runtime options for this request RuntimeOptions
2493
- * @return PhoneNumberStatusForRealResponse
2827
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2828
+ *
2829
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2830
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2831
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2832
+ * ### [](#qps)QPS limits
2833
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2834
+ *
2835
+ * @param request PhoneNumberStatusForRealRequest
2836
+ * @param runtime runtime options for this request RuntimeOptions
2837
+ * @return PhoneNumberStatusForRealResponse
2494
2838
  */
2495
2839
  phoneNumberStatusForRealWithOptions(request: PhoneNumberStatusForRealRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForRealResponse>;
2496
2840
  /**
2497
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2498
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2499
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2500
- * ### [](#qps)QPS limits
2501
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2502
- *
2503
- * @param request PhoneNumberStatusForRealRequest
2504
- * @return PhoneNumberStatusForRealResponse
2841
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2842
+ *
2843
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2844
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2845
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2846
+ * ### [](#qps)QPS limits
2847
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2848
+ *
2849
+ * @param request PhoneNumberStatusForRealRequest
2850
+ * @return PhoneNumberStatusForRealResponse
2505
2851
  */
2506
2852
  phoneNumberStatusForReal(request: PhoneNumberStatusForRealRequest): Promise<PhoneNumberStatusForRealResponse>;
2507
2853
  /**
2508
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2509
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2510
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2511
- * ### [](#qps)QPS limits
2512
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2513
- *
2514
- * @param request PhoneNumberStatusForSmsRequest
2515
- * @param runtime runtime options for this request RuntimeOptions
2516
- * @return PhoneNumberStatusForSmsResponse
2854
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2855
+ *
2856
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2857
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2858
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2859
+ * ### [](#qps)QPS limits
2860
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2861
+ *
2862
+ * @param request PhoneNumberStatusForSmsRequest
2863
+ * @param runtime runtime options for this request RuntimeOptions
2864
+ * @return PhoneNumberStatusForSmsResponse
2517
2865
  */
2518
2866
  phoneNumberStatusForSmsWithOptions(request: PhoneNumberStatusForSmsRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForSmsResponse>;
2519
2867
  /**
2520
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2521
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2522
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2523
- * ### [](#qps)QPS limits
2524
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2525
- *
2526
- * @param request PhoneNumberStatusForSmsRequest
2527
- * @return PhoneNumberStatusForSmsResponse
2868
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2869
+ *
2870
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2871
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2872
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2873
+ * ### [](#qps)QPS limits
2874
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2875
+ *
2876
+ * @param request PhoneNumberStatusForSmsRequest
2877
+ * @return PhoneNumberStatusForSmsResponse
2528
2878
  */
2529
2879
  phoneNumberStatusForSms(request: PhoneNumberStatusForSmsRequest): Promise<PhoneNumberStatusForSmsResponse>;
2530
2880
  /**
2531
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2532
- * * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
2533
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2534
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2535
- * ### [](#qps)QPS limits
2536
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2537
- *
2538
- * @param request PhoneNumberStatusForVirtualRequest
2539
- * @param runtime runtime options for this request RuntimeOptions
2540
- * @return PhoneNumberStatusForVirtualResponse
2881
+ * @summary Queries the status of a virtual phone number. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2882
+ *
2883
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2884
+ * * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
2885
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2886
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2887
+ * ### [](#qps)QPS limits
2888
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2889
+ *
2890
+ * @param request PhoneNumberStatusForVirtualRequest
2891
+ * @param runtime runtime options for this request RuntimeOptions
2892
+ * @return PhoneNumberStatusForVirtualResponse
2541
2893
  */
2542
2894
  phoneNumberStatusForVirtualWithOptions(request: PhoneNumberStatusForVirtualRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVirtualResponse>;
2543
2895
  /**
2544
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2545
- * * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
2546
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2547
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2548
- * ### [](#qps)QPS limits
2549
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2550
- *
2551
- * @param request PhoneNumberStatusForVirtualRequest
2552
- * @return PhoneNumberStatusForVirtualResponse
2896
+ * @summary Queries the status of a virtual phone number. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2897
+ *
2898
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2899
+ * * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
2900
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2901
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2902
+ * ### [](#qps)QPS limits
2903
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2904
+ *
2905
+ * @param request PhoneNumberStatusForVirtualRequest
2906
+ * @return PhoneNumberStatusForVirtualResponse
2553
2907
  */
2554
2908
  phoneNumberStatusForVirtual(request: PhoneNumberStatusForVirtualRequest): Promise<PhoneNumberStatusForVirtualResponse>;
2555
2909
  /**
2556
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2557
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2558
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2559
- * ### [](#qps)QPS limits
2560
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2561
- *
2562
- * @param request PhoneNumberStatusForVoiceRequest
2563
- * @param runtime runtime options for this request RuntimeOptions
2564
- * @return PhoneNumberStatusForVoiceResponse
2910
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2911
+ *
2912
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2913
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2914
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2915
+ * ### [](#qps)QPS limits
2916
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2917
+ *
2918
+ * @param request PhoneNumberStatusForVoiceRequest
2919
+ * @param runtime runtime options for this request RuntimeOptions
2920
+ * @return PhoneNumberStatusForVoiceResponse
2565
2921
  */
2566
2922
  phoneNumberStatusForVoiceWithOptions(request: PhoneNumberStatusForVoiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVoiceResponse>;
2567
2923
  /**
2568
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2569
- * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](~~154006~~).
2570
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2571
- * ### [](#qps)QPS limits
2572
- * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2573
- *
2574
- * @param request PhoneNumberStatusForVoiceRequest
2575
- * @return PhoneNumberStatusForVoiceResponse
2924
+ * @summary Queries the real-time service state of a phone number. The state includes NORMAL, SHUTDOWN, and NOT_EXIST. You can choose an encryption method for your phone number query, including plaintext, MD5, and SHA256.
2925
+ *
2926
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
2927
+ * * By default, only Alibaba Cloud accounts can call this operation. RAM users can call this operation only after the RAM users are granted the related permissions. For more information, see [Grant permissions to RAM users](https://help.aliyun.com/document_detail/154006.html).
2928
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2929
+ * ### [](#qps)QPS limits
2930
+ * You can call this operation up to 300 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2931
+ *
2932
+ * @param request PhoneNumberStatusForVoiceRequest
2933
+ * @return PhoneNumberStatusForVoiceResponse
2576
2934
  */
2577
2935
  phoneNumberStatusForVoice(request: PhoneNumberStatusForVoiceRequest): Promise<PhoneNumberStatusForVoiceResponse>;
2936
+ /**
2937
+ * @summary Queries available authorization codes.
2938
+ *
2939
+ * @param request QueryAvailableAuthCodeRequest
2940
+ * @param runtime runtime options for this request RuntimeOptions
2941
+ * @return QueryAvailableAuthCodeResponse
2942
+ */
2578
2943
  queryAvailableAuthCodeWithOptions(request: QueryAvailableAuthCodeRequest, runtime: $Util.RuntimeOptions): Promise<QueryAvailableAuthCodeResponse>;
2944
+ /**
2945
+ * @summary Queries available authorization codes.
2946
+ *
2947
+ * @param request QueryAvailableAuthCodeRequest
2948
+ * @return QueryAvailableAuthCodeResponse
2949
+ */
2579
2950
  queryAvailableAuthCode(request: QueryAvailableAuthCodeRequest): Promise<QueryAvailableAuthCodeResponse>;
2951
+ /**
2952
+ * @summary 在网时长专用接口
2953
+ *
2954
+ * @param request QueryPhoneNumberOnlineTimeRequest
2955
+ * @param runtime runtime options for this request RuntimeOptions
2956
+ * @return QueryPhoneNumberOnlineTimeResponse
2957
+ */
2580
2958
  queryPhoneNumberOnlineTimeWithOptions(request: QueryPhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneNumberOnlineTimeResponse>;
2959
+ /**
2960
+ * @summary 在网时长专用接口
2961
+ *
2962
+ * @param request QueryPhoneNumberOnlineTimeRequest
2963
+ * @return QueryPhoneNumberOnlineTimeResponse
2964
+ */
2581
2965
  queryPhoneNumberOnlineTime(request: QueryPhoneNumberOnlineTimeRequest): Promise<QueryPhoneNumberOnlineTimeResponse>;
2966
+ /**
2967
+ * @summary 二次号携号转网号码查询
2968
+ *
2969
+ * @param request QueryPhoneTwiceTelVerifyRequest
2970
+ * @param runtime runtime options for this request RuntimeOptions
2971
+ * @return QueryPhoneTwiceTelVerifyResponse
2972
+ */
2582
2973
  queryPhoneTwiceTelVerifyWithOptions(request: QueryPhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneTwiceTelVerifyResponse>;
2974
+ /**
2975
+ * @summary 二次号携号转网号码查询
2976
+ *
2977
+ * @param request QueryPhoneTwiceTelVerifyRequest
2978
+ * @return QueryPhoneTwiceTelVerifyResponse
2979
+ */
2583
2980
  queryPhoneTwiceTelVerify(request: QueryPhoneTwiceTelVerifyRequest): Promise<QueryPhoneTwiceTelVerifyResponse>;
2981
+ /**
2982
+ * @summary Queries tag application rules.
2983
+ *
2984
+ * @param request QueryTagApplyRuleRequest
2985
+ * @param runtime runtime options for this request RuntimeOptions
2986
+ * @return QueryTagApplyRuleResponse
2987
+ */
2584
2988
  queryTagApplyRuleWithOptions(request: QueryTagApplyRuleRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagApplyRuleResponse>;
2989
+ /**
2990
+ * @summary Queries tag application rules.
2991
+ *
2992
+ * @param request QueryTagApplyRuleRequest
2993
+ * @return QueryTagApplyRuleResponse
2994
+ */
2585
2995
  queryTagApplyRule(request: QueryTagApplyRuleRequest): Promise<QueryTagApplyRuleResponse>;
2996
+ /**
2997
+ * @summary Queries information about tags.
2998
+ *
2999
+ * @param request QueryTagInfoBySelectionRequest
3000
+ * @param runtime runtime options for this request RuntimeOptions
3001
+ * @return QueryTagInfoBySelectionResponse
3002
+ */
2586
3003
  queryTagInfoBySelectionWithOptions(request: QueryTagInfoBySelectionRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagInfoBySelectionResponse>;
3004
+ /**
3005
+ * @summary Queries information about tags.
3006
+ *
3007
+ * @param request QueryTagInfoBySelectionRequest
3008
+ * @return QueryTagInfoBySelectionResponse
3009
+ */
2587
3010
  queryTagInfoBySelection(request: QueryTagInfoBySelectionRequest): Promise<QueryTagInfoBySelectionResponse>;
3011
+ /**
3012
+ * @summary Queries a list of tags by page.
3013
+ *
3014
+ * @param request QueryTagListPageRequest
3015
+ * @param runtime runtime options for this request RuntimeOptions
3016
+ * @return QueryTagListPageResponse
3017
+ */
2588
3018
  queryTagListPageWithOptions(request: QueryTagListPageRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagListPageResponse>;
3019
+ /**
3020
+ * @summary Queries a list of tags by page.
3021
+ *
3022
+ * @param request QueryTagListPageRequest
3023
+ * @return QueryTagListPageResponse
3024
+ */
2589
3025
  queryTagListPage(request: QueryTagListPageRequest): Promise<QueryTagListPageResponse>;
3026
+ /**
3027
+ * @summary Queries the usage statistics based on tag IDs.
3028
+ *
3029
+ * @param request QueryUsageStatisticsByTagIdRequest
3030
+ * @param runtime runtime options for this request RuntimeOptions
3031
+ * @return QueryUsageStatisticsByTagIdResponse
3032
+ */
2590
3033
  queryUsageStatisticsByTagIdWithOptions(request: QueryUsageStatisticsByTagIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryUsageStatisticsByTagIdResponse>;
3034
+ /**
3035
+ * @summary Queries the usage statistics based on tag IDs.
3036
+ *
3037
+ * @param request QueryUsageStatisticsByTagIdRequest
3038
+ * @return QueryUsageStatisticsByTagIdResponse
3039
+ */
2591
3040
  queryUsageStatisticsByTagId(request: QueryUsageStatisticsByTagIdRequest): Promise<QueryUsageStatisticsByTagIdResponse>;
2592
3041
  /**
2593
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2594
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2595
- * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
2596
- * ### [](#qps)QPS limits
2597
- * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2598
- *
2599
- * @param request ThreeElementsVerificationRequest
2600
- * @param runtime runtime options for this request RuntimeOptions
2601
- * @return ThreeElementsVerificationResponse
3042
+ * @summary Verifies whether the name, phone number, and ID card number entered by a user belong to the same user.
3043
+ *
3044
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
3045
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
3046
+ * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
3047
+ * ### [](#qps)QPS limits
3048
+ * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3049
+ *
3050
+ * @param request ThreeElementsVerificationRequest
3051
+ * @param runtime runtime options for this request RuntimeOptions
3052
+ * @return ThreeElementsVerificationResponse
2602
3053
  */
2603
3054
  threeElementsVerificationWithOptions(request: ThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<ThreeElementsVerificationResponse>;
2604
3055
  /**
2605
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2606
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2607
- * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
2608
- * ### [](#qps)QPS limits
2609
- * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2610
- *
2611
- * @param request ThreeElementsVerificationRequest
2612
- * @return ThreeElementsVerificationResponse
3056
+ * @summary Verifies whether the name, phone number, and ID card number entered by a user belong to the same user.
3057
+ *
3058
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
3059
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
3060
+ * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
3061
+ * ### [](#qps)QPS limits
3062
+ * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3063
+ *
3064
+ * @param request ThreeElementsVerificationRequest
3065
+ * @return ThreeElementsVerificationResponse
2613
3066
  */
2614
3067
  threeElementsVerification(request: ThreeElementsVerificationRequest): Promise<ThreeElementsVerificationResponse>;
2615
3068
  /**
2616
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2617
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2618
- * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
2619
- * ### [](#qps)QPS limits
2620
- * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2621
- *
2622
- * @param request TwoElementsVerificationRequest
2623
- * @param runtime runtime options for this request RuntimeOptions
2624
- * @return TwoElementsVerificationResponse
3069
+ * @summary Verifies whether the name and phone number entered by a user belong to the same user.
3070
+ *
3071
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
3072
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
3073
+ * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
3074
+ * ### [](#qps)QPS limits
3075
+ * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3076
+ *
3077
+ * @param request TwoElementsVerificationRequest
3078
+ * @param runtime runtime options for this request RuntimeOptions
3079
+ * @return TwoElementsVerificationResponse
2625
3080
  */
2626
3081
  twoElementsVerificationWithOptions(request: TwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<TwoElementsVerificationResponse>;
2627
3082
  /**
2628
- * * Before you call this operation, make sure that you are familiar with the [billing](~~154751~~) of Cell Phone Number Service.
2629
- * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
2630
- * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
2631
- * ### [](#qps)QPS limits
2632
- * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
2633
- *
2634
- * @param request TwoElementsVerificationRequest
2635
- * @return TwoElementsVerificationResponse
3083
+ * @summary Verifies whether the name and phone number entered by a user belong to the same user.
3084
+ *
3085
+ * @description * Before you call this operation, make sure that you are familiar with the [billing](https://help.aliyun.com/document_detail/154751.html) of Cell Phone Number Service.
3086
+ * * Before you call this operation, perform the following operations: Log on to the Cell Phone Number Service console. On the [Labels](https://dytns.console.aliyun.com/analysis/square) page, find the label that you want to use, click **Activate Now**, enter the required information, and then submit your application. After your application is approved, you can use the label.
3087
+ * * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
3088
+ * ### [](#qps)QPS limits
3089
+ * You can call this operation up to 200 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3090
+ *
3091
+ * @param request TwoElementsVerificationRequest
3092
+ * @return TwoElementsVerificationResponse
2636
3093
  */
2637
3094
  twoElementsVerification(request: TwoElementsVerificationRequest): Promise<TwoElementsVerificationResponse>;
3095
+ /**
3096
+ * @summary UAID采集
3097
+ *
3098
+ * @param request UAIDCollectionRequest
3099
+ * @param runtime runtime options for this request RuntimeOptions
3100
+ * @return UAIDCollectionResponse
3101
+ */
3102
+ uAIDCollectionWithOptions(request: UAIDCollectionRequest, runtime: $Util.RuntimeOptions): Promise<UAIDCollectionResponse>;
3103
+ /**
3104
+ * @summary UAID采集
3105
+ *
3106
+ * @param request UAIDCollectionRequest
3107
+ * @return UAIDCollectionResponse
3108
+ */
3109
+ uAIDCollection(request: UAIDCollectionRequest): Promise<UAIDCollectionResponse>;
3110
+ /**
3111
+ * @summary uaid号码转换服务
3112
+ *
3113
+ * @param request UAIDConversionRequest
3114
+ * @param runtime runtime options for this request RuntimeOptions
3115
+ * @return UAIDConversionResponse
3116
+ */
3117
+ uAIDConversionWithOptions(request: UAIDConversionRequest, runtime: $Util.RuntimeOptions): Promise<UAIDConversionResponse>;
3118
+ /**
3119
+ * @summary uaid号码转换服务
3120
+ *
3121
+ * @param request UAIDConversionRequest
3122
+ * @return UAIDConversionResponse
3123
+ */
3124
+ uAIDConversion(request: UAIDConversionRequest): Promise<UAIDConversionResponse>;
3125
+ /**
3126
+ * @summary 获取UAID
3127
+ *
3128
+ * @param request UAIDVerificationRequest
3129
+ * @param runtime runtime options for this request RuntimeOptions
3130
+ * @return UAIDVerificationResponse
3131
+ */
2638
3132
  uAIDVerificationWithOptions(request: UAIDVerificationRequest, runtime: $Util.RuntimeOptions): Promise<UAIDVerificationResponse>;
3133
+ /**
3134
+ * @summary 获取UAID
3135
+ *
3136
+ * @param request UAIDVerificationRequest
3137
+ * @return UAIDVerificationResponse
3138
+ */
2639
3139
  uAIDVerification(request: UAIDVerificationRequest): Promise<UAIDVerificationResponse>;
2640
3140
  }