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