@alicloud/dytnsapi20200217 2.6.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 +865 -303
- package/dist/client.js +1581 -696
- package/dist/client.js.map +1 -1
- package/package.json +7 -7
- package/src/client.ts +1352 -336
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;
|
|
@@ -1223,6 +1278,56 @@ export declare class QueryPhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
|
1223
1278
|
[key: string]: any;
|
|
1224
1279
|
});
|
|
1225
1280
|
}
|
|
1281
|
+
export declare class QueryPhoneTwiceTelVerifyRequest extends $tea.Model {
|
|
1282
|
+
authCode?: string;
|
|
1283
|
+
inputNumber?: string;
|
|
1284
|
+
mask?: string;
|
|
1285
|
+
ownerId?: number;
|
|
1286
|
+
resourceOwnerAccount?: string;
|
|
1287
|
+
resourceOwnerId?: number;
|
|
1288
|
+
startTime?: string;
|
|
1289
|
+
static names(): {
|
|
1290
|
+
[key: string]: string;
|
|
1291
|
+
};
|
|
1292
|
+
static types(): {
|
|
1293
|
+
[key: string]: any;
|
|
1294
|
+
};
|
|
1295
|
+
constructor(map?: {
|
|
1296
|
+
[key: string]: any;
|
|
1297
|
+
});
|
|
1298
|
+
}
|
|
1299
|
+
export declare class QueryPhoneTwiceTelVerifyResponseBody extends $tea.Model {
|
|
1300
|
+
accessDeniedDetail?: string;
|
|
1301
|
+
code?: string;
|
|
1302
|
+
data?: QueryPhoneTwiceTelVerifyResponseBodyData;
|
|
1303
|
+
message?: string;
|
|
1304
|
+
requestId?: string;
|
|
1305
|
+
static names(): {
|
|
1306
|
+
[key: string]: string;
|
|
1307
|
+
};
|
|
1308
|
+
static types(): {
|
|
1309
|
+
[key: string]: any;
|
|
1310
|
+
};
|
|
1311
|
+
constructor(map?: {
|
|
1312
|
+
[key: string]: any;
|
|
1313
|
+
});
|
|
1314
|
+
}
|
|
1315
|
+
export declare class QueryPhoneTwiceTelVerifyResponse extends $tea.Model {
|
|
1316
|
+
headers?: {
|
|
1317
|
+
[key: string]: string;
|
|
1318
|
+
};
|
|
1319
|
+
statusCode?: number;
|
|
1320
|
+
body?: QueryPhoneTwiceTelVerifyResponseBody;
|
|
1321
|
+
static names(): {
|
|
1322
|
+
[key: string]: string;
|
|
1323
|
+
};
|
|
1324
|
+
static types(): {
|
|
1325
|
+
[key: string]: any;
|
|
1326
|
+
};
|
|
1327
|
+
constructor(map?: {
|
|
1328
|
+
[key: string]: any;
|
|
1329
|
+
});
|
|
1330
|
+
}
|
|
1226
1331
|
export declare class QueryTagApplyRuleRequest extends $tea.Model {
|
|
1227
1332
|
ownerId?: number;
|
|
1228
1333
|
resourceOwnerAccount?: string;
|
|
@@ -1517,6 +1622,109 @@ export declare class TwoElementsVerificationResponse extends $tea.Model {
|
|
|
1517
1622
|
[key: string]: any;
|
|
1518
1623
|
});
|
|
1519
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
|
+
}
|
|
1520
1728
|
export declare class UAIDVerificationRequest extends $tea.Model {
|
|
1521
1729
|
authCode?: string;
|
|
1522
1730
|
carrier?: string;
|
|
@@ -1819,6 +2027,20 @@ export declare class GetUAIDApplyTokenSignResponseBodyData extends $tea.Model {
|
|
|
1819
2027
|
[key: string]: any;
|
|
1820
2028
|
});
|
|
1821
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
|
+
}
|
|
1822
2044
|
export declare class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
|
|
1823
2045
|
code?: string;
|
|
1824
2046
|
encryptedNumber?: string;
|
|
@@ -1953,6 +2175,19 @@ export declare class QueryPhoneNumberOnlineTimeResponseBodyData extends $tea.Mod
|
|
|
1953
2175
|
[key: string]: any;
|
|
1954
2176
|
});
|
|
1955
2177
|
}
|
|
2178
|
+
export declare class QueryPhoneTwiceTelVerifyResponseBodyData extends $tea.Model {
|
|
2179
|
+
carrierCode?: string;
|
|
2180
|
+
verifyResult?: number;
|
|
2181
|
+
static names(): {
|
|
2182
|
+
[key: string]: string;
|
|
2183
|
+
};
|
|
2184
|
+
static types(): {
|
|
2185
|
+
[key: string]: any;
|
|
2186
|
+
};
|
|
2187
|
+
constructor(map?: {
|
|
2188
|
+
[key: string]: any;
|
|
2189
|
+
});
|
|
2190
|
+
}
|
|
1956
2191
|
export declare class QueryTagApplyRuleResponseBodyData extends $tea.Model {
|
|
1957
2192
|
applyMaterialDesc?: string;
|
|
1958
2193
|
autoAudit?: number;
|
|
@@ -2112,6 +2347,30 @@ export declare class TwoElementsVerificationResponseBodyData extends $tea.Model
|
|
|
2112
2347
|
[key: string]: any;
|
|
2113
2348
|
});
|
|
2114
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
|
+
}
|
|
2115
2374
|
export declare class UAIDVerificationResponseBodyData extends $tea.Model {
|
|
2116
2375
|
uaid?: string;
|
|
2117
2376
|
static names(): {
|
|
@@ -2129,447 +2388,750 @@ export default class Client extends OpenApi {
|
|
|
2129
2388
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
2130
2389
|
[key: string]: string;
|
|
2131
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
|
+
*/
|
|
2132
2398
|
certNoTwoElementVerificationWithOptions(request: CertNoTwoElementVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CertNoTwoElementVerificationResponse>;
|
|
2399
|
+
/**
|
|
2400
|
+
* @summary 身份证二要素认证
|
|
2401
|
+
*
|
|
2402
|
+
* @param request CertNoTwoElementVerificationRequest
|
|
2403
|
+
* @return CertNoTwoElementVerificationResponse
|
|
2404
|
+
*/
|
|
2133
2405
|
certNoTwoElementVerification(request: CertNoTwoElementVerificationRequest): Promise<CertNoTwoElementVerificationResponse>;
|
|
2134
2406
|
/**
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
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
|
|
2142
2416
|
*/
|
|
2143
2417
|
companyFourElementsVerificationWithOptions(request: CompanyFourElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyFourElementsVerificationResponse>;
|
|
2144
2418
|
/**
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
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
|
|
2151
2427
|
*/
|
|
2152
2428
|
companyFourElementsVerification(request: CompanyFourElementsVerificationRequest): Promise<CompanyFourElementsVerificationResponse>;
|
|
2153
2429
|
/**
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
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
|
|
2161
2439
|
*/
|
|
2162
2440
|
companyThreeElementsVerificationWithOptions(request: CompanyThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyThreeElementsVerificationResponse>;
|
|
2163
2441
|
/**
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
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
|
|
2170
2450
|
*/
|
|
2171
2451
|
companyThreeElementsVerification(request: CompanyThreeElementsVerificationRequest): Promise<CompanyThreeElementsVerificationResponse>;
|
|
2172
2452
|
/**
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
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
|
|
2180
2462
|
*/
|
|
2181
2463
|
companyTwoElementsVerificationWithOptions(request: CompanyTwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyTwoElementsVerificationResponse>;
|
|
2182
2464
|
/**
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
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
|
|
2189
2473
|
*/
|
|
2190
2474
|
companyTwoElementsVerification(request: CompanyTwoElementsVerificationRequest): Promise<CompanyTwoElementsVerificationResponse>;
|
|
2191
2475
|
/**
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
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
|
|
2204
2490
|
*/
|
|
2205
2491
|
describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse>;
|
|
2206
2492
|
/**
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
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
|
|
2218
2506
|
*/
|
|
2219
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
|
+
*/
|
|
2220
2515
|
describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
2516
|
+
/**
|
|
2517
|
+
* @summary 号码分析实时查询蚂蚁
|
|
2518
|
+
*
|
|
2519
|
+
* @param request DescribePhoneNumberAnalysisRequest
|
|
2520
|
+
* @return DescribePhoneNumberAnalysisResponse
|
|
2521
|
+
*/
|
|
2221
2522
|
describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse>;
|
|
2222
2523
|
/**
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
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
|
|
2228
2531
|
*/
|
|
2229
2532
|
describePhoneNumberAnalysisAIWithOptions(request: DescribePhoneNumberAnalysisAIRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisAIResponse>;
|
|
2230
2533
|
/**
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
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
|
|
2235
2540
|
*/
|
|
2236
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
|
+
*/
|
|
2237
2549
|
describePhoneNumberAnalysisTransparentWithOptions(request: DescribePhoneNumberAnalysisTransparentRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisTransparentResponse>;
|
|
2550
|
+
/**
|
|
2551
|
+
* @summary 泛行业人群筛选
|
|
2552
|
+
*
|
|
2553
|
+
* @param request DescribePhoneNumberAnalysisTransparentRequest
|
|
2554
|
+
* @return DescribePhoneNumberAnalysisTransparentResponse
|
|
2555
|
+
*/
|
|
2238
2556
|
describePhoneNumberAnalysisTransparent(request: DescribePhoneNumberAnalysisTransparentRequest): Promise<DescribePhoneNumberAnalysisTransparentResponse>;
|
|
2239
2557
|
/**
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
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
|
|
2249
2570
|
*/
|
|
2250
2571
|
describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse>;
|
|
2251
2572
|
/**
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
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
|
|
2260
2584
|
*/
|
|
2261
2585
|
describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse>;
|
|
2262
2586
|
/**
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
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
|
|
2271
2597
|
*/
|
|
2272
2598
|
describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
2273
2599
|
/**
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
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
|
|
2281
2609
|
*/
|
|
2282
2610
|
describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse>;
|
|
2283
2611
|
/**
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
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
|
|
2292
2622
|
*/
|
|
2293
2623
|
describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse>;
|
|
2294
2624
|
/**
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
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
|
|
2302
2634
|
*/
|
|
2303
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
|
+
*/
|
|
2304
2643
|
describePhoneNumberRiskWithOptions(request: DescribePhoneNumberRiskRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberRiskResponse>;
|
|
2644
|
+
/**
|
|
2645
|
+
* @summary 风险用户评分
|
|
2646
|
+
*
|
|
2647
|
+
* @param request DescribePhoneNumberRiskRequest
|
|
2648
|
+
* @return DescribePhoneNumberRiskResponse
|
|
2649
|
+
*/
|
|
2305
2650
|
describePhoneNumberRisk(request: DescribePhoneNumberRiskRequest): Promise<DescribePhoneNumberRiskResponse>;
|
|
2306
2651
|
/**
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
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
|
|
2318
2665
|
*/
|
|
2319
2666
|
describePhoneTwiceTelVerifyWithOptions(request: DescribePhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneTwiceTelVerifyResponse>;
|
|
2320
2667
|
/**
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
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
|
|
2331
2680
|
*/
|
|
2332
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
|
+
*/
|
|
2333
2689
|
getUAIDApplyTokenSignWithOptions(request: GetUAIDApplyTokenSignRequest, runtime: $Util.RuntimeOptions): Promise<GetUAIDApplyTokenSignResponse>;
|
|
2690
|
+
/**
|
|
2691
|
+
* @summary 获取UAID申请Token所需的签名字段
|
|
2692
|
+
*
|
|
2693
|
+
* @param request GetUAIDApplyTokenSignRequest
|
|
2694
|
+
* @return GetUAIDApplyTokenSignResponse
|
|
2695
|
+
*/
|
|
2334
2696
|
getUAIDApplyTokenSign(request: GetUAIDApplyTokenSignRequest): Promise<GetUAIDApplyTokenSignResponse>;
|
|
2335
2697
|
/**
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
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
|
|
2343
2722
|
*/
|
|
2344
2723
|
invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse>;
|
|
2345
2724
|
/**
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
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
|
|
2352
2733
|
*/
|
|
2353
2734
|
invalidPhoneNumberFilter(request: InvalidPhoneNumberFilterRequest): Promise<InvalidPhoneNumberFilterResponse>;
|
|
2735
|
+
/**
|
|
2736
|
+
* @param request PhoneNumberConvertServiceRequest
|
|
2737
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2738
|
+
* @return PhoneNumberConvertServiceResponse
|
|
2739
|
+
*/
|
|
2354
2740
|
phoneNumberConvertServiceWithOptions(request: PhoneNumberConvertServiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberConvertServiceResponse>;
|
|
2741
|
+
/**
|
|
2742
|
+
* @param request PhoneNumberConvertServiceRequest
|
|
2743
|
+
* @return PhoneNumberConvertServiceResponse
|
|
2744
|
+
*/
|
|
2355
2745
|
phoneNumberConvertService(request: PhoneNumberConvertServiceRequest): Promise<PhoneNumberConvertServiceResponse>;
|
|
2356
2746
|
/**
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
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
|
|
2364
2756
|
*/
|
|
2365
2757
|
phoneNumberEncryptWithOptions(request: PhoneNumberEncryptRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberEncryptResponse>;
|
|
2366
2758
|
/**
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
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
|
|
2373
2767
|
*/
|
|
2374
2768
|
phoneNumberEncrypt(request: PhoneNumberEncryptRequest): Promise<PhoneNumberEncryptResponse>;
|
|
2375
2769
|
/**
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
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
|
|
2385
2781
|
*/
|
|
2386
2782
|
phoneNumberStatusForAccountWithOptions(request: PhoneNumberStatusForAccountRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForAccountResponse>;
|
|
2387
2783
|
/**
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
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
|
|
2396
2794
|
*/
|
|
2397
2795
|
phoneNumberStatusForAccount(request: PhoneNumberStatusForAccountRequest): Promise<PhoneNumberStatusForAccountResponse>;
|
|
2398
2796
|
/**
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
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
|
|
2408
2808
|
*/
|
|
2409
2809
|
phoneNumberStatusForPublicWithOptions(request: PhoneNumberStatusForPublicRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForPublicResponse>;
|
|
2410
2810
|
/**
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
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
|
|
2419
2821
|
*/
|
|
2420
2822
|
phoneNumberStatusForPublic(request: PhoneNumberStatusForPublicRequest): Promise<PhoneNumberStatusForPublicResponse>;
|
|
2421
2823
|
/**
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
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
|
|
2431
2835
|
*/
|
|
2432
2836
|
phoneNumberStatusForRealWithOptions(request: PhoneNumberStatusForRealRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForRealResponse>;
|
|
2433
2837
|
/**
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
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
|
|
2442
2848
|
*/
|
|
2443
2849
|
phoneNumberStatusForReal(request: PhoneNumberStatusForRealRequest): Promise<PhoneNumberStatusForRealResponse>;
|
|
2444
2850
|
/**
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
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
|
|
2454
2862
|
*/
|
|
2455
2863
|
phoneNumberStatusForSmsWithOptions(request: PhoneNumberStatusForSmsRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForSmsResponse>;
|
|
2456
2864
|
/**
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
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
|
|
2465
2875
|
*/
|
|
2466
2876
|
phoneNumberStatusForSms(request: PhoneNumberStatusForSmsRequest): Promise<PhoneNumberStatusForSmsResponse>;
|
|
2467
2877
|
/**
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
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
|
|
2478
2890
|
*/
|
|
2479
2891
|
phoneNumberStatusForVirtualWithOptions(request: PhoneNumberStatusForVirtualRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVirtualResponse>;
|
|
2480
2892
|
/**
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
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
|
|
2490
2904
|
*/
|
|
2491
2905
|
phoneNumberStatusForVirtual(request: PhoneNumberStatusForVirtualRequest): Promise<PhoneNumberStatusForVirtualResponse>;
|
|
2492
2906
|
/**
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
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
|
|
2502
2918
|
*/
|
|
2503
2919
|
phoneNumberStatusForVoiceWithOptions(request: PhoneNumberStatusForVoiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVoiceResponse>;
|
|
2504
2920
|
/**
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
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
|
|
2513
2931
|
*/
|
|
2514
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
|
+
*/
|
|
2515
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
|
+
*/
|
|
2516
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
|
+
*/
|
|
2517
2955
|
queryPhoneNumberOnlineTimeWithOptions(request: QueryPhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneNumberOnlineTimeResponse>;
|
|
2956
|
+
/**
|
|
2957
|
+
* @summary 在网时长专用接口
|
|
2958
|
+
*
|
|
2959
|
+
* @param request QueryPhoneNumberOnlineTimeRequest
|
|
2960
|
+
* @return QueryPhoneNumberOnlineTimeResponse
|
|
2961
|
+
*/
|
|
2518
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
|
+
*/
|
|
2970
|
+
queryPhoneTwiceTelVerifyWithOptions(request: QueryPhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneTwiceTelVerifyResponse>;
|
|
2971
|
+
/**
|
|
2972
|
+
* @summary 二次号携号转网号码查询
|
|
2973
|
+
*
|
|
2974
|
+
* @param request QueryPhoneTwiceTelVerifyRequest
|
|
2975
|
+
* @return QueryPhoneTwiceTelVerifyResponse
|
|
2976
|
+
*/
|
|
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
|
+
*/
|
|
2519
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
|
+
*/
|
|
2520
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
|
+
*/
|
|
2521
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
|
+
*/
|
|
2522
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
|
+
*/
|
|
2523
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
|
+
*/
|
|
2524
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
|
+
*/
|
|
2525
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
|
+
*/
|
|
2526
3037
|
queryUsageStatisticsByTagId(request: QueryUsageStatisticsByTagIdRequest): Promise<QueryUsageStatisticsByTagIdResponse>;
|
|
2527
3038
|
/**
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
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
|
|
2537
3050
|
*/
|
|
2538
3051
|
threeElementsVerificationWithOptions(request: ThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<ThreeElementsVerificationResponse>;
|
|
2539
3052
|
/**
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
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
|
|
2548
3063
|
*/
|
|
2549
3064
|
threeElementsVerification(request: ThreeElementsVerificationRequest): Promise<ThreeElementsVerificationResponse>;
|
|
2550
3065
|
/**
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
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
|
|
2560
3077
|
*/
|
|
2561
3078
|
twoElementsVerificationWithOptions(request: TwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<TwoElementsVerificationResponse>;
|
|
2562
3079
|
/**
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
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
|
|
2571
3090
|
*/
|
|
2572
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
|
+
*/
|
|
2573
3129
|
uAIDVerificationWithOptions(request: UAIDVerificationRequest, runtime: $Util.RuntimeOptions): Promise<UAIDVerificationResponse>;
|
|
3130
|
+
/**
|
|
3131
|
+
* @summary 获取UAID
|
|
3132
|
+
*
|
|
3133
|
+
* @param request UAIDVerificationRequest
|
|
3134
|
+
* @return UAIDVerificationResponse
|
|
3135
|
+
*/
|
|
2574
3136
|
uAIDVerification(request: UAIDVerificationRequest): Promise<UAIDVerificationResponse>;
|
|
2575
3137
|
}
|