@alicloud/dytnsapi20200217 2.7.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +803 -303
- package/dist/client.js +1050 -306
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1226 -361
package/src/client.ts
CHANGED
|
@@ -595,12 +595,14 @@ export class DescribePhoneNumberAnalysisAIRequest extends $tea.Model {
|
|
|
595
595
|
}
|
|
596
596
|
|
|
597
597
|
export class DescribePhoneNumberAnalysisAIResponseBody extends $tea.Model {
|
|
598
|
+
accessDeniedDetail?: string;
|
|
598
599
|
code?: string;
|
|
599
600
|
data?: DescribePhoneNumberAnalysisAIResponseBodyData;
|
|
600
601
|
message?: string;
|
|
601
602
|
requestId?: string;
|
|
602
603
|
static names(): { [key: string]: string } {
|
|
603
604
|
return {
|
|
605
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
604
606
|
code: 'Code',
|
|
605
607
|
data: 'Data',
|
|
606
608
|
message: 'Message',
|
|
@@ -610,6 +612,7 @@ export class DescribePhoneNumberAnalysisAIResponseBody extends $tea.Model {
|
|
|
610
612
|
|
|
611
613
|
static types(): { [key: string]: any } {
|
|
612
614
|
return {
|
|
615
|
+
accessDeniedDetail: 'string',
|
|
613
616
|
code: 'string',
|
|
614
617
|
data: DescribePhoneNumberAnalysisAIResponseBodyData,
|
|
615
618
|
message: 'string',
|
|
@@ -913,30 +916,36 @@ export class DescribePhoneNumberOnlineTimeResponse extends $tea.Model {
|
|
|
913
916
|
|
|
914
917
|
export class DescribePhoneNumberOperatorAttributeRequest extends $tea.Model {
|
|
915
918
|
authCode?: string;
|
|
919
|
+
flowName?: string;
|
|
916
920
|
inputNumber?: string;
|
|
917
921
|
mask?: string;
|
|
918
922
|
ownerId?: number;
|
|
919
923
|
resourceOwnerAccount?: string;
|
|
920
924
|
resourceOwnerId?: number;
|
|
925
|
+
resultCount?: string;
|
|
921
926
|
static names(): { [key: string]: string } {
|
|
922
927
|
return {
|
|
923
928
|
authCode: 'AuthCode',
|
|
929
|
+
flowName: 'FlowName',
|
|
924
930
|
inputNumber: 'InputNumber',
|
|
925
931
|
mask: 'Mask',
|
|
926
932
|
ownerId: 'OwnerId',
|
|
927
933
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
928
934
|
resourceOwnerId: 'ResourceOwnerId',
|
|
935
|
+
resultCount: 'ResultCount',
|
|
929
936
|
};
|
|
930
937
|
}
|
|
931
938
|
|
|
932
939
|
static types(): { [key: string]: any } {
|
|
933
940
|
return {
|
|
934
941
|
authCode: 'string',
|
|
942
|
+
flowName: 'string',
|
|
935
943
|
inputNumber: 'string',
|
|
936
944
|
mask: 'string',
|
|
937
945
|
ownerId: 'number',
|
|
938
946
|
resourceOwnerAccount: 'string',
|
|
939
947
|
resourceOwnerId: 'number',
|
|
948
|
+
resultCount: 'string',
|
|
940
949
|
};
|
|
941
950
|
}
|
|
942
951
|
|
|
@@ -946,12 +955,14 @@ export class DescribePhoneNumberOperatorAttributeRequest extends $tea.Model {
|
|
|
946
955
|
}
|
|
947
956
|
|
|
948
957
|
export class DescribePhoneNumberOperatorAttributeResponseBody extends $tea.Model {
|
|
958
|
+
accessDeniedDetail?: string;
|
|
949
959
|
code?: string;
|
|
950
960
|
data?: DescribePhoneNumberOperatorAttributeResponseBodyData;
|
|
951
961
|
message?: string;
|
|
952
962
|
requestId?: string;
|
|
953
963
|
static names(): { [key: string]: string } {
|
|
954
964
|
return {
|
|
965
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
955
966
|
code: 'Code',
|
|
956
967
|
data: 'Data',
|
|
957
968
|
message: 'Message',
|
|
@@ -961,6 +972,7 @@ export class DescribePhoneNumberOperatorAttributeResponseBody extends $tea.Model
|
|
|
961
972
|
|
|
962
973
|
static types(): { [key: string]: any } {
|
|
963
974
|
return {
|
|
975
|
+
accessDeniedDetail: 'string',
|
|
964
976
|
code: 'string',
|
|
965
977
|
data: DescribePhoneNumberOperatorAttributeResponseBodyData,
|
|
966
978
|
message: 'string',
|
|
@@ -1283,6 +1295,111 @@ export class GetUAIDApplyTokenSignResponse extends $tea.Model {
|
|
|
1283
1295
|
}
|
|
1284
1296
|
}
|
|
1285
1297
|
|
|
1298
|
+
export class GetUAIDConversionSignRequest extends $tea.Model {
|
|
1299
|
+
authCode?: string;
|
|
1300
|
+
carrier?: string;
|
|
1301
|
+
clientType?: string;
|
|
1302
|
+
format?: string;
|
|
1303
|
+
outId?: string;
|
|
1304
|
+
ownerId?: number;
|
|
1305
|
+
paramKey?: string;
|
|
1306
|
+
paramStr?: string;
|
|
1307
|
+
resourceOwnerAccount?: string;
|
|
1308
|
+
resourceOwnerId?: number;
|
|
1309
|
+
time?: string;
|
|
1310
|
+
static names(): { [key: string]: string } {
|
|
1311
|
+
return {
|
|
1312
|
+
authCode: 'AuthCode',
|
|
1313
|
+
carrier: 'Carrier',
|
|
1314
|
+
clientType: 'ClientType',
|
|
1315
|
+
format: 'Format',
|
|
1316
|
+
outId: 'OutId',
|
|
1317
|
+
ownerId: 'OwnerId',
|
|
1318
|
+
paramKey: 'ParamKey',
|
|
1319
|
+
paramStr: 'ParamStr',
|
|
1320
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
1321
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
1322
|
+
time: 'Time',
|
|
1323
|
+
};
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
static types(): { [key: string]: any } {
|
|
1327
|
+
return {
|
|
1328
|
+
authCode: 'string',
|
|
1329
|
+
carrier: 'string',
|
|
1330
|
+
clientType: 'string',
|
|
1331
|
+
format: 'string',
|
|
1332
|
+
outId: 'string',
|
|
1333
|
+
ownerId: 'number',
|
|
1334
|
+
paramKey: 'string',
|
|
1335
|
+
paramStr: 'string',
|
|
1336
|
+
resourceOwnerAccount: 'string',
|
|
1337
|
+
resourceOwnerId: 'number',
|
|
1338
|
+
time: 'string',
|
|
1339
|
+
};
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
constructor(map?: { [key: string]: any }) {
|
|
1343
|
+
super(map);
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
export class GetUAIDConversionSignResponseBody extends $tea.Model {
|
|
1348
|
+
accessDeniedDetail?: string;
|
|
1349
|
+
code?: string;
|
|
1350
|
+
data?: GetUAIDConversionSignResponseBodyData;
|
|
1351
|
+
message?: string;
|
|
1352
|
+
requestId?: string;
|
|
1353
|
+
static names(): { [key: string]: string } {
|
|
1354
|
+
return {
|
|
1355
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
1356
|
+
code: 'Code',
|
|
1357
|
+
data: 'Data',
|
|
1358
|
+
message: 'Message',
|
|
1359
|
+
requestId: 'RequestId',
|
|
1360
|
+
};
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
static types(): { [key: string]: any } {
|
|
1364
|
+
return {
|
|
1365
|
+
accessDeniedDetail: 'string',
|
|
1366
|
+
code: 'string',
|
|
1367
|
+
data: GetUAIDConversionSignResponseBodyData,
|
|
1368
|
+
message: 'string',
|
|
1369
|
+
requestId: 'string',
|
|
1370
|
+
};
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
constructor(map?: { [key: string]: any }) {
|
|
1374
|
+
super(map);
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export class GetUAIDConversionSignResponse extends $tea.Model {
|
|
1379
|
+
headers?: { [key: string]: string };
|
|
1380
|
+
statusCode?: number;
|
|
1381
|
+
body?: GetUAIDConversionSignResponseBody;
|
|
1382
|
+
static names(): { [key: string]: string } {
|
|
1383
|
+
return {
|
|
1384
|
+
headers: 'headers',
|
|
1385
|
+
statusCode: 'statusCode',
|
|
1386
|
+
body: 'body',
|
|
1387
|
+
};
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
static types(): { [key: string]: any } {
|
|
1391
|
+
return {
|
|
1392
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1393
|
+
statusCode: 'number',
|
|
1394
|
+
body: GetUAIDConversionSignResponseBody,
|
|
1395
|
+
};
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
constructor(map?: { [key: string]: any }) {
|
|
1399
|
+
super(map);
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1286
1403
|
export class InvalidPhoneNumberFilterRequest extends $tea.Model {
|
|
1287
1404
|
authCode?: string;
|
|
1288
1405
|
inputNumber?: string;
|
|
@@ -2873,7 +2990,7 @@ export class TwoElementsVerificationResponse extends $tea.Model {
|
|
|
2873
2990
|
}
|
|
2874
2991
|
}
|
|
2875
2992
|
|
|
2876
|
-
export class
|
|
2993
|
+
export class UAIDCollectionRequest extends $tea.Model {
|
|
2877
2994
|
authCode?: string;
|
|
2878
2995
|
carrier?: string;
|
|
2879
2996
|
ip?: string;
|
|
@@ -2919,18 +3036,18 @@ export class UAIDVerificationRequest extends $tea.Model {
|
|
|
2919
3036
|
}
|
|
2920
3037
|
}
|
|
2921
3038
|
|
|
2922
|
-
export class
|
|
3039
|
+
export class UAIDCollectionResponseBody extends $tea.Model {
|
|
2923
3040
|
accessDeniedDetail?: string;
|
|
2924
3041
|
code?: string;
|
|
2925
|
-
data?: UAIDVerificationResponseBodyData;
|
|
2926
3042
|
message?: string;
|
|
3043
|
+
model?: UAIDCollectionResponseBodyModel;
|
|
2927
3044
|
requestId?: string;
|
|
2928
3045
|
static names(): { [key: string]: string } {
|
|
2929
3046
|
return {
|
|
2930
3047
|
accessDeniedDetail: 'AccessDeniedDetail',
|
|
2931
3048
|
code: 'Code',
|
|
2932
|
-
data: 'Data',
|
|
2933
3049
|
message: 'Message',
|
|
3050
|
+
model: 'Model',
|
|
2934
3051
|
requestId: 'RequestId',
|
|
2935
3052
|
};
|
|
2936
3053
|
}
|
|
@@ -2939,8 +3056,8 @@ export class UAIDVerificationResponseBody extends $tea.Model {
|
|
|
2939
3056
|
return {
|
|
2940
3057
|
accessDeniedDetail: 'string',
|
|
2941
3058
|
code: 'string',
|
|
2942
|
-
data: UAIDVerificationResponseBodyData,
|
|
2943
3059
|
message: 'string',
|
|
3060
|
+
model: UAIDCollectionResponseBodyModel,
|
|
2944
3061
|
requestId: 'string',
|
|
2945
3062
|
};
|
|
2946
3063
|
}
|
|
@@ -2950,10 +3067,10 @@ export class UAIDVerificationResponseBody extends $tea.Model {
|
|
|
2950
3067
|
}
|
|
2951
3068
|
}
|
|
2952
3069
|
|
|
2953
|
-
export class
|
|
3070
|
+
export class UAIDCollectionResponse extends $tea.Model {
|
|
2954
3071
|
headers?: { [key: string]: string };
|
|
2955
3072
|
statusCode?: number;
|
|
2956
|
-
body?:
|
|
3073
|
+
body?: UAIDCollectionResponseBody;
|
|
2957
3074
|
static names(): { [key: string]: string } {
|
|
2958
3075
|
return {
|
|
2959
3076
|
headers: 'headers',
|
|
@@ -2966,7 +3083,7 @@ export class UAIDVerificationResponse extends $tea.Model {
|
|
|
2966
3083
|
return {
|
|
2967
3084
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2968
3085
|
statusCode: 'number',
|
|
2969
|
-
body:
|
|
3086
|
+
body: UAIDCollectionResponseBody,
|
|
2970
3087
|
};
|
|
2971
3088
|
}
|
|
2972
3089
|
|
|
@@ -2975,17 +3092,35 @@ export class UAIDVerificationResponse extends $tea.Model {
|
|
|
2975
3092
|
}
|
|
2976
3093
|
}
|
|
2977
3094
|
|
|
2978
|
-
export class
|
|
2979
|
-
|
|
3095
|
+
export class UAIDConversionRequest extends $tea.Model {
|
|
3096
|
+
authCode?: string;
|
|
3097
|
+
carrier?: string;
|
|
3098
|
+
outId?: string;
|
|
3099
|
+
ownerId?: number;
|
|
3100
|
+
resourceOwnerAccount?: string;
|
|
3101
|
+
resourceOwnerId?: number;
|
|
3102
|
+
uaidList?: string;
|
|
2980
3103
|
static names(): { [key: string]: string } {
|
|
2981
3104
|
return {
|
|
2982
|
-
|
|
3105
|
+
authCode: 'AuthCode',
|
|
3106
|
+
carrier: 'Carrier',
|
|
3107
|
+
outId: 'OutId',
|
|
3108
|
+
ownerId: 'OwnerId',
|
|
3109
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
3110
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
3111
|
+
uaidList: 'UaidList',
|
|
2983
3112
|
};
|
|
2984
3113
|
}
|
|
2985
3114
|
|
|
2986
3115
|
static types(): { [key: string]: any } {
|
|
2987
3116
|
return {
|
|
2988
|
-
|
|
3117
|
+
authCode: 'string',
|
|
3118
|
+
carrier: 'string',
|
|
3119
|
+
outId: 'string',
|
|
3120
|
+
ownerId: 'number',
|
|
3121
|
+
resourceOwnerAccount: 'string',
|
|
3122
|
+
resourceOwnerId: 'number',
|
|
3123
|
+
uaidList: 'string',
|
|
2989
3124
|
};
|
|
2990
3125
|
}
|
|
2991
3126
|
|
|
@@ -2994,20 +3129,29 @@ export class CertNoTwoElementVerificationResponseBodyData extends $tea.Model {
|
|
|
2994
3129
|
}
|
|
2995
3130
|
}
|
|
2996
3131
|
|
|
2997
|
-
export class
|
|
2998
|
-
|
|
2999
|
-
|
|
3132
|
+
export class UAIDConversionResponseBody extends $tea.Model {
|
|
3133
|
+
accessDeniedDetail?: string;
|
|
3134
|
+
code?: string;
|
|
3135
|
+
message?: string;
|
|
3136
|
+
model?: UAIDConversionResponseBodyModel;
|
|
3137
|
+
requestId?: string;
|
|
3000
3138
|
static names(): { [key: string]: string } {
|
|
3001
3139
|
return {
|
|
3002
|
-
|
|
3003
|
-
|
|
3140
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
3141
|
+
code: 'Code',
|
|
3142
|
+
message: 'Message',
|
|
3143
|
+
model: 'Model',
|
|
3144
|
+
requestId: 'RequestId',
|
|
3004
3145
|
};
|
|
3005
3146
|
}
|
|
3006
3147
|
|
|
3007
3148
|
static types(): { [key: string]: any } {
|
|
3008
3149
|
return {
|
|
3009
|
-
|
|
3010
|
-
|
|
3150
|
+
accessDeniedDetail: 'string',
|
|
3151
|
+
code: 'string',
|
|
3152
|
+
message: 'string',
|
|
3153
|
+
model: UAIDConversionResponseBodyModel,
|
|
3154
|
+
requestId: 'string',
|
|
3011
3155
|
};
|
|
3012
3156
|
}
|
|
3013
3157
|
|
|
@@ -3016,26 +3160,23 @@ export class CompanyFourElementsVerificationResponseBodyDataDetailInfo extends $
|
|
|
3016
3160
|
}
|
|
3017
3161
|
}
|
|
3018
3162
|
|
|
3019
|
-
export class
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
verifyResult?: string;
|
|
3163
|
+
export class UAIDConversionResponse extends $tea.Model {
|
|
3164
|
+
headers?: { [key: string]: string };
|
|
3165
|
+
statusCode?: number;
|
|
3166
|
+
body?: UAIDConversionResponseBody;
|
|
3024
3167
|
static names(): { [key: string]: string } {
|
|
3025
3168
|
return {
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
verifyResult: 'VerifyResult',
|
|
3169
|
+
headers: 'headers',
|
|
3170
|
+
statusCode: 'statusCode',
|
|
3171
|
+
body: 'body',
|
|
3030
3172
|
};
|
|
3031
3173
|
}
|
|
3032
3174
|
|
|
3033
3175
|
static types(): { [key: string]: any } {
|
|
3034
3176
|
return {
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
verifyResult: 'string',
|
|
3177
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3178
|
+
statusCode: 'number',
|
|
3179
|
+
body: UAIDConversionResponseBody,
|
|
3039
3180
|
};
|
|
3040
3181
|
}
|
|
3041
3182
|
|
|
@@ -3044,20 +3185,44 @@ export class CompanyFourElementsVerificationResponseBodyData extends $tea.Model
|
|
|
3044
3185
|
}
|
|
3045
3186
|
}
|
|
3046
3187
|
|
|
3047
|
-
export class
|
|
3048
|
-
|
|
3049
|
-
|
|
3188
|
+
export class UAIDVerificationRequest extends $tea.Model {
|
|
3189
|
+
authCode?: string;
|
|
3190
|
+
carrier?: string;
|
|
3191
|
+
ip?: string;
|
|
3192
|
+
outId?: string;
|
|
3193
|
+
ownerId?: number;
|
|
3194
|
+
province?: string;
|
|
3195
|
+
resourceOwnerAccount?: string;
|
|
3196
|
+
resourceOwnerId?: number;
|
|
3197
|
+
token?: string;
|
|
3198
|
+
userGrantId?: string;
|
|
3050
3199
|
static names(): { [key: string]: string } {
|
|
3051
3200
|
return {
|
|
3052
|
-
|
|
3053
|
-
|
|
3201
|
+
authCode: 'AuthCode',
|
|
3202
|
+
carrier: 'Carrier',
|
|
3203
|
+
ip: 'Ip',
|
|
3204
|
+
outId: 'OutId',
|
|
3205
|
+
ownerId: 'OwnerId',
|
|
3206
|
+
province: 'Province',
|
|
3207
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
3208
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
3209
|
+
token: 'Token',
|
|
3210
|
+
userGrantId: 'UserGrantId',
|
|
3054
3211
|
};
|
|
3055
3212
|
}
|
|
3056
3213
|
|
|
3057
3214
|
static types(): { [key: string]: any } {
|
|
3058
3215
|
return {
|
|
3059
|
-
|
|
3060
|
-
|
|
3216
|
+
authCode: 'string',
|
|
3217
|
+
carrier: 'string',
|
|
3218
|
+
ip: 'string',
|
|
3219
|
+
outId: 'string',
|
|
3220
|
+
ownerId: 'number',
|
|
3221
|
+
province: 'string',
|
|
3222
|
+
resourceOwnerAccount: 'string',
|
|
3223
|
+
resourceOwnerId: 'number',
|
|
3224
|
+
token: 'string',
|
|
3225
|
+
userGrantId: 'string',
|
|
3061
3226
|
};
|
|
3062
3227
|
}
|
|
3063
3228
|
|
|
@@ -3066,26 +3231,29 @@ export class CompanyThreeElementsVerificationResponseBodyDataDetailInfo extends
|
|
|
3066
3231
|
}
|
|
3067
3232
|
}
|
|
3068
3233
|
|
|
3069
|
-
export class
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3234
|
+
export class UAIDVerificationResponseBody extends $tea.Model {
|
|
3235
|
+
accessDeniedDetail?: string;
|
|
3236
|
+
code?: string;
|
|
3237
|
+
data?: UAIDVerificationResponseBodyData;
|
|
3238
|
+
message?: string;
|
|
3239
|
+
requestId?: string;
|
|
3074
3240
|
static names(): { [key: string]: string } {
|
|
3075
3241
|
return {
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3242
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
3243
|
+
code: 'Code',
|
|
3244
|
+
data: 'Data',
|
|
3245
|
+
message: 'Message',
|
|
3246
|
+
requestId: 'RequestId',
|
|
3080
3247
|
};
|
|
3081
3248
|
}
|
|
3082
3249
|
|
|
3083
3250
|
static types(): { [key: string]: any } {
|
|
3084
3251
|
return {
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3252
|
+
accessDeniedDetail: 'string',
|
|
3253
|
+
code: 'string',
|
|
3254
|
+
data: UAIDVerificationResponseBodyData,
|
|
3255
|
+
message: 'string',
|
|
3256
|
+
requestId: 'string',
|
|
3089
3257
|
};
|
|
3090
3258
|
}
|
|
3091
3259
|
|
|
@@ -3094,19 +3262,163 @@ export class CompanyThreeElementsVerificationResponseBodyData extends $tea.Model
|
|
|
3094
3262
|
}
|
|
3095
3263
|
}
|
|
3096
3264
|
|
|
3097
|
-
export class
|
|
3098
|
-
|
|
3099
|
-
|
|
3265
|
+
export class UAIDVerificationResponse extends $tea.Model {
|
|
3266
|
+
headers?: { [key: string]: string };
|
|
3267
|
+
statusCode?: number;
|
|
3268
|
+
body?: UAIDVerificationResponseBody;
|
|
3100
3269
|
static names(): { [key: string]: string } {
|
|
3101
3270
|
return {
|
|
3102
|
-
|
|
3103
|
-
|
|
3271
|
+
headers: 'headers',
|
|
3272
|
+
statusCode: 'statusCode',
|
|
3273
|
+
body: 'body',
|
|
3104
3274
|
};
|
|
3105
3275
|
}
|
|
3106
3276
|
|
|
3107
3277
|
static types(): { [key: string]: any } {
|
|
3108
3278
|
return {
|
|
3109
|
-
|
|
3279
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3280
|
+
statusCode: 'number',
|
|
3281
|
+
body: UAIDVerificationResponseBody,
|
|
3282
|
+
};
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
constructor(map?: { [key: string]: any }) {
|
|
3286
|
+
super(map);
|
|
3287
|
+
}
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
export class CertNoTwoElementVerificationResponseBodyData extends $tea.Model {
|
|
3291
|
+
isConsistent?: string;
|
|
3292
|
+
static names(): { [key: string]: string } {
|
|
3293
|
+
return {
|
|
3294
|
+
isConsistent: 'IsConsistent',
|
|
3295
|
+
};
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
static types(): { [key: string]: any } {
|
|
3299
|
+
return {
|
|
3300
|
+
isConsistent: 'string',
|
|
3301
|
+
};
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3304
|
+
constructor(map?: { [key: string]: any }) {
|
|
3305
|
+
super(map);
|
|
3306
|
+
}
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
export class CompanyFourElementsVerificationResponseBodyDataDetailInfo extends $tea.Model {
|
|
3310
|
+
enterpriseStatus?: string;
|
|
3311
|
+
openTime?: string;
|
|
3312
|
+
static names(): { [key: string]: string } {
|
|
3313
|
+
return {
|
|
3314
|
+
enterpriseStatus: 'EnterpriseStatus',
|
|
3315
|
+
openTime: 'OpenTime',
|
|
3316
|
+
};
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
static types(): { [key: string]: any } {
|
|
3320
|
+
return {
|
|
3321
|
+
enterpriseStatus: 'string',
|
|
3322
|
+
openTime: 'string',
|
|
3323
|
+
};
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
constructor(map?: { [key: string]: any }) {
|
|
3327
|
+
super(map);
|
|
3328
|
+
}
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
export class CompanyFourElementsVerificationResponseBodyData extends $tea.Model {
|
|
3332
|
+
detailInfo?: CompanyFourElementsVerificationResponseBodyDataDetailInfo;
|
|
3333
|
+
inconsistentData?: string[];
|
|
3334
|
+
reasonCode?: number;
|
|
3335
|
+
verifyResult?: string;
|
|
3336
|
+
static names(): { [key: string]: string } {
|
|
3337
|
+
return {
|
|
3338
|
+
detailInfo: 'DetailInfo',
|
|
3339
|
+
inconsistentData: 'InconsistentData',
|
|
3340
|
+
reasonCode: 'ReasonCode',
|
|
3341
|
+
verifyResult: 'VerifyResult',
|
|
3342
|
+
};
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3345
|
+
static types(): { [key: string]: any } {
|
|
3346
|
+
return {
|
|
3347
|
+
detailInfo: CompanyFourElementsVerificationResponseBodyDataDetailInfo,
|
|
3348
|
+
inconsistentData: { 'type': 'array', 'itemType': 'string' },
|
|
3349
|
+
reasonCode: 'number',
|
|
3350
|
+
verifyResult: 'string',
|
|
3351
|
+
};
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
|
+
constructor(map?: { [key: string]: any }) {
|
|
3355
|
+
super(map);
|
|
3356
|
+
}
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
export class CompanyThreeElementsVerificationResponseBodyDataDetailInfo extends $tea.Model {
|
|
3360
|
+
enterpriseStatus?: string;
|
|
3361
|
+
openTime?: string;
|
|
3362
|
+
static names(): { [key: string]: string } {
|
|
3363
|
+
return {
|
|
3364
|
+
enterpriseStatus: 'EnterpriseStatus',
|
|
3365
|
+
openTime: 'OpenTime',
|
|
3366
|
+
};
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3369
|
+
static types(): { [key: string]: any } {
|
|
3370
|
+
return {
|
|
3371
|
+
enterpriseStatus: 'string',
|
|
3372
|
+
openTime: 'string',
|
|
3373
|
+
};
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3376
|
+
constructor(map?: { [key: string]: any }) {
|
|
3377
|
+
super(map);
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3381
|
+
export class CompanyThreeElementsVerificationResponseBodyData extends $tea.Model {
|
|
3382
|
+
detailInfo?: CompanyThreeElementsVerificationResponseBodyDataDetailInfo;
|
|
3383
|
+
inconsistentData?: string[];
|
|
3384
|
+
reasonCode?: number;
|
|
3385
|
+
verifyResult?: string;
|
|
3386
|
+
static names(): { [key: string]: string } {
|
|
3387
|
+
return {
|
|
3388
|
+
detailInfo: 'DetailInfo',
|
|
3389
|
+
inconsistentData: 'InconsistentData',
|
|
3390
|
+
reasonCode: 'ReasonCode',
|
|
3391
|
+
verifyResult: 'VerifyResult',
|
|
3392
|
+
};
|
|
3393
|
+
}
|
|
3394
|
+
|
|
3395
|
+
static types(): { [key: string]: any } {
|
|
3396
|
+
return {
|
|
3397
|
+
detailInfo: CompanyThreeElementsVerificationResponseBodyDataDetailInfo,
|
|
3398
|
+
inconsistentData: { 'type': 'array', 'itemType': 'string' },
|
|
3399
|
+
reasonCode: 'number',
|
|
3400
|
+
verifyResult: 'string',
|
|
3401
|
+
};
|
|
3402
|
+
}
|
|
3403
|
+
|
|
3404
|
+
constructor(map?: { [key: string]: any }) {
|
|
3405
|
+
super(map);
|
|
3406
|
+
}
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
export class CompanyTwoElementsVerificationResponseBodyDataDetailInfo extends $tea.Model {
|
|
3410
|
+
enterpriseStatus?: string;
|
|
3411
|
+
openTime?: string;
|
|
3412
|
+
static names(): { [key: string]: string } {
|
|
3413
|
+
return {
|
|
3414
|
+
enterpriseStatus: 'EnterpriseStatus',
|
|
3415
|
+
openTime: 'OpenTime',
|
|
3416
|
+
};
|
|
3417
|
+
}
|
|
3418
|
+
|
|
3419
|
+
static types(): { [key: string]: any } {
|
|
3420
|
+
return {
|
|
3421
|
+
enterpriseStatus: 'string',
|
|
3110
3422
|
openTime: 'string',
|
|
3111
3423
|
};
|
|
3112
3424
|
}
|
|
@@ -3416,6 +3728,31 @@ export class GetUAIDApplyTokenSignResponseBodyData extends $tea.Model {
|
|
|
3416
3728
|
}
|
|
3417
3729
|
}
|
|
3418
3730
|
|
|
3731
|
+
export class GetUAIDConversionSignResponseBodyData extends $tea.Model {
|
|
3732
|
+
carrier?: string;
|
|
3733
|
+
outId?: string;
|
|
3734
|
+
sign?: string;
|
|
3735
|
+
static names(): { [key: string]: string } {
|
|
3736
|
+
return {
|
|
3737
|
+
carrier: 'Carrier',
|
|
3738
|
+
outId: 'OutId',
|
|
3739
|
+
sign: 'Sign',
|
|
3740
|
+
};
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3743
|
+
static types(): { [key: string]: any } {
|
|
3744
|
+
return {
|
|
3745
|
+
carrier: 'string',
|
|
3746
|
+
outId: 'string',
|
|
3747
|
+
sign: 'string',
|
|
3748
|
+
};
|
|
3749
|
+
}
|
|
3750
|
+
|
|
3751
|
+
constructor(map?: { [key: string]: any }) {
|
|
3752
|
+
super(map);
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3419
3756
|
export class InvalidPhoneNumberFilterResponseBodyData extends $tea.Model {
|
|
3420
3757
|
code?: string;
|
|
3421
3758
|
encryptedNumber?: string;
|
|
@@ -3994,6 +4331,44 @@ export class TwoElementsVerificationResponseBodyData extends $tea.Model {
|
|
|
3994
4331
|
}
|
|
3995
4332
|
}
|
|
3996
4333
|
|
|
4334
|
+
export class UAIDCollectionResponseBodyModel extends $tea.Model {
|
|
4335
|
+
uaid?: string;
|
|
4336
|
+
static names(): { [key: string]: string } {
|
|
4337
|
+
return {
|
|
4338
|
+
uaid: 'Uaid',
|
|
4339
|
+
};
|
|
4340
|
+
}
|
|
4341
|
+
|
|
4342
|
+
static types(): { [key: string]: any } {
|
|
4343
|
+
return {
|
|
4344
|
+
uaid: 'string',
|
|
4345
|
+
};
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4348
|
+
constructor(map?: { [key: string]: any }) {
|
|
4349
|
+
super(map);
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
export class UAIDConversionResponseBodyModel extends $tea.Model {
|
|
4354
|
+
phoneList?: string;
|
|
4355
|
+
static names(): { [key: string]: string } {
|
|
4356
|
+
return {
|
|
4357
|
+
phoneList: 'PhoneList',
|
|
4358
|
+
};
|
|
4359
|
+
}
|
|
4360
|
+
|
|
4361
|
+
static types(): { [key: string]: any } {
|
|
4362
|
+
return {
|
|
4363
|
+
phoneList: 'string',
|
|
4364
|
+
};
|
|
4365
|
+
}
|
|
4366
|
+
|
|
4367
|
+
constructor(map?: { [key: string]: any }) {
|
|
4368
|
+
super(map);
|
|
4369
|
+
}
|
|
4370
|
+
}
|
|
4371
|
+
|
|
3997
4372
|
export class UAIDVerificationResponseBodyData extends $tea.Model {
|
|
3998
4373
|
uaid?: string;
|
|
3999
4374
|
static names(): { [key: string]: string } {
|
|
@@ -4036,6 +4411,13 @@ export default class Client extends OpenApi {
|
|
|
4036
4411
|
return EndpointUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
4037
4412
|
}
|
|
4038
4413
|
|
|
4414
|
+
/**
|
|
4415
|
+
* @summary 身份证二要素认证
|
|
4416
|
+
*
|
|
4417
|
+
* @param request CertNoTwoElementVerificationRequest
|
|
4418
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4419
|
+
* @return CertNoTwoElementVerificationResponse
|
|
4420
|
+
*/
|
|
4039
4421
|
async certNoTwoElementVerificationWithOptions(request: CertNoTwoElementVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CertNoTwoElementVerificationResponse> {
|
|
4040
4422
|
Util.validateModel(request);
|
|
4041
4423
|
let query = { };
|
|
@@ -4080,19 +4462,27 @@ export default class Client extends OpenApi {
|
|
|
4080
4462
|
return $tea.cast<CertNoTwoElementVerificationResponse>(await this.callApi(params, req, runtime), new CertNoTwoElementVerificationResponse({}));
|
|
4081
4463
|
}
|
|
4082
4464
|
|
|
4465
|
+
/**
|
|
4466
|
+
* @summary 身份证二要素认证
|
|
4467
|
+
*
|
|
4468
|
+
* @param request CertNoTwoElementVerificationRequest
|
|
4469
|
+
* @return CertNoTwoElementVerificationResponse
|
|
4470
|
+
*/
|
|
4083
4471
|
async certNoTwoElementVerification(request: CertNoTwoElementVerificationRequest): Promise<CertNoTwoElementVerificationResponse> {
|
|
4084
4472
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4085
4473
|
return await this.certNoTwoElementVerificationWithOptions(request, runtime);
|
|
4086
4474
|
}
|
|
4087
4475
|
|
|
4088
4476
|
/**
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4477
|
+
* @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.
|
|
4478
|
+
*
|
|
4479
|
+
* @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).
|
|
4480
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
4481
|
+
* * 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.
|
|
4482
|
+
*
|
|
4483
|
+
* @param request CompanyFourElementsVerificationRequest
|
|
4484
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4485
|
+
* @return CompanyFourElementsVerificationResponse
|
|
4096
4486
|
*/
|
|
4097
4487
|
async companyFourElementsVerificationWithOptions(request: CompanyFourElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyFourElementsVerificationResponse> {
|
|
4098
4488
|
Util.validateModel(request);
|
|
@@ -4147,12 +4537,14 @@ export default class Client extends OpenApi {
|
|
|
4147
4537
|
}
|
|
4148
4538
|
|
|
4149
4539
|
/**
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4540
|
+
* @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.
|
|
4541
|
+
*
|
|
4542
|
+
* @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).
|
|
4543
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
4544
|
+
* * 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.
|
|
4545
|
+
*
|
|
4546
|
+
* @param request CompanyFourElementsVerificationRequest
|
|
4547
|
+
* @return CompanyFourElementsVerificationResponse
|
|
4156
4548
|
*/
|
|
4157
4549
|
async companyFourElementsVerification(request: CompanyFourElementsVerificationRequest): Promise<CompanyFourElementsVerificationResponse> {
|
|
4158
4550
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4160,13 +4552,15 @@ export default class Client extends OpenApi {
|
|
|
4160
4552
|
}
|
|
4161
4553
|
|
|
4162
4554
|
/**
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4555
|
+
* @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.
|
|
4556
|
+
*
|
|
4557
|
+
* @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).
|
|
4558
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
4559
|
+
* * 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.
|
|
4560
|
+
*
|
|
4561
|
+
* @param request CompanyThreeElementsVerificationRequest
|
|
4562
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4563
|
+
* @return CompanyThreeElementsVerificationResponse
|
|
4170
4564
|
*/
|
|
4171
4565
|
async companyThreeElementsVerificationWithOptions(request: CompanyThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyThreeElementsVerificationResponse> {
|
|
4172
4566
|
Util.validateModel(request);
|
|
@@ -4217,12 +4611,14 @@ export default class Client extends OpenApi {
|
|
|
4217
4611
|
}
|
|
4218
4612
|
|
|
4219
4613
|
/**
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4614
|
+
* @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.
|
|
4615
|
+
*
|
|
4616
|
+
* @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).
|
|
4617
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0, 1, or 2.
|
|
4618
|
+
* * 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.
|
|
4619
|
+
*
|
|
4620
|
+
* @param request CompanyThreeElementsVerificationRequest
|
|
4621
|
+
* @return CompanyThreeElementsVerificationResponse
|
|
4226
4622
|
*/
|
|
4227
4623
|
async companyThreeElementsVerification(request: CompanyThreeElementsVerificationRequest): Promise<CompanyThreeElementsVerificationResponse> {
|
|
4228
4624
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4230,13 +4626,15 @@ export default class Client extends OpenApi {
|
|
|
4230
4626
|
}
|
|
4231
4627
|
|
|
4232
4628
|
/**
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4629
|
+
* @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.
|
|
4630
|
+
*
|
|
4631
|
+
* @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).
|
|
4632
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
|
|
4633
|
+
* * 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.
|
|
4634
|
+
*
|
|
4635
|
+
* @param request CompanyTwoElementsVerificationRequest
|
|
4636
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4637
|
+
* @return CompanyTwoElementsVerificationResponse
|
|
4240
4638
|
*/
|
|
4241
4639
|
async companyTwoElementsVerificationWithOptions(request: CompanyTwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<CompanyTwoElementsVerificationResponse> {
|
|
4242
4640
|
Util.validateModel(request);
|
|
@@ -4283,12 +4681,14 @@ export default class Client extends OpenApi {
|
|
|
4283
4681
|
}
|
|
4284
4682
|
|
|
4285
4683
|
/**
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4684
|
+
* @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.
|
|
4685
|
+
*
|
|
4686
|
+
* @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).
|
|
4687
|
+
* * You are charged only if the value of VerifyResult is true or false and the value of ReasonCode is 0 or 1.
|
|
4688
|
+
* * 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.
|
|
4689
|
+
*
|
|
4690
|
+
* @param request CompanyTwoElementsVerificationRequest
|
|
4691
|
+
* @return CompanyTwoElementsVerificationResponse
|
|
4292
4692
|
*/
|
|
4293
4693
|
async companyTwoElementsVerification(request: CompanyTwoElementsVerificationRequest): Promise<CompanyTwoElementsVerificationResponse> {
|
|
4294
4694
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4296,18 +4696,20 @@ export default class Client extends OpenApi {
|
|
|
4296
4696
|
}
|
|
4297
4697
|
|
|
4298
4698
|
/**
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4699
|
+
* @summary Predicts whether a phone number is a nonexistent number by using AI algorithms.
|
|
4700
|
+
*
|
|
4701
|
+
* @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.**
|
|
4702
|
+
* * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
|
|
4703
|
+
* * 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**.
|
|
4704
|
+
* * 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.
|
|
4705
|
+
* ### [](#qps)QPS limits
|
|
4706
|
+
* 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.
|
|
4707
|
+
* ### [](#)Authorization information
|
|
4708
|
+
* 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).
|
|
4709
|
+
*
|
|
4710
|
+
* @param request DescribeEmptyNumberRequest
|
|
4711
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4712
|
+
* @return DescribeEmptyNumberResponse
|
|
4311
4713
|
*/
|
|
4312
4714
|
async describeEmptyNumberWithOptions(request: DescribeEmptyNumberRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEmptyNumberResponse> {
|
|
4313
4715
|
Util.validateModel(request);
|
|
@@ -4354,23 +4756,32 @@ export default class Client extends OpenApi {
|
|
|
4354
4756
|
}
|
|
4355
4757
|
|
|
4356
4758
|
/**
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4759
|
+
* @summary Predicts whether a phone number is a nonexistent number by using AI algorithms.
|
|
4760
|
+
*
|
|
4761
|
+
* @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.**
|
|
4762
|
+
* * You are charged only if the value of Code is OK and the value of Status is not UNKNOWN.
|
|
4763
|
+
* * 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**.
|
|
4764
|
+
* * 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.
|
|
4765
|
+
* ### [](#qps)QPS limits
|
|
4766
|
+
* 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.
|
|
4767
|
+
* ### [](#)Authorization information
|
|
4768
|
+
* 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).
|
|
4769
|
+
*
|
|
4770
|
+
* @param request DescribeEmptyNumberRequest
|
|
4771
|
+
* @return DescribeEmptyNumberResponse
|
|
4368
4772
|
*/
|
|
4369
4773
|
async describeEmptyNumber(request: DescribeEmptyNumberRequest): Promise<DescribeEmptyNumberResponse> {
|
|
4370
4774
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4371
4775
|
return await this.describeEmptyNumberWithOptions(request, runtime);
|
|
4372
4776
|
}
|
|
4373
4777
|
|
|
4778
|
+
/**
|
|
4779
|
+
* @summary 号码分析实时查询蚂蚁
|
|
4780
|
+
*
|
|
4781
|
+
* @param request DescribePhoneNumberAnalysisRequest
|
|
4782
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4783
|
+
* @return DescribePhoneNumberAnalysisResponse
|
|
4784
|
+
*/
|
|
4374
4785
|
async describePhoneNumberAnalysisWithOptions(request: DescribePhoneNumberAnalysisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisResponse> {
|
|
4375
4786
|
Util.validateModel(request);
|
|
4376
4787
|
let query = { };
|
|
@@ -4423,17 +4834,25 @@ export default class Client extends OpenApi {
|
|
|
4423
4834
|
return $tea.cast<DescribePhoneNumberAnalysisResponse>(await this.callApi(params, req, runtime), new DescribePhoneNumberAnalysisResponse({}));
|
|
4424
4835
|
}
|
|
4425
4836
|
|
|
4837
|
+
/**
|
|
4838
|
+
* @summary 号码分析实时查询蚂蚁
|
|
4839
|
+
*
|
|
4840
|
+
* @param request DescribePhoneNumberAnalysisRequest
|
|
4841
|
+
* @return DescribePhoneNumberAnalysisResponse
|
|
4842
|
+
*/
|
|
4426
4843
|
async describePhoneNumberAnalysis(request: DescribePhoneNumberAnalysisRequest): Promise<DescribePhoneNumberAnalysisResponse> {
|
|
4427
4844
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4428
4845
|
return await this.describePhoneNumberAnalysisWithOptions(request, runtime);
|
|
4429
4846
|
}
|
|
4430
4847
|
|
|
4431
4848
|
/**
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4849
|
+
* @summary Obtains the analysis results of a phone number.
|
|
4850
|
+
*
|
|
4851
|
+
* @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.
|
|
4852
|
+
*
|
|
4853
|
+
* @param request DescribePhoneNumberAnalysisAIRequest
|
|
4854
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4855
|
+
* @return DescribePhoneNumberAnalysisAIResponse
|
|
4437
4856
|
*/
|
|
4438
4857
|
async describePhoneNumberAnalysisAIWithOptions(request: DescribePhoneNumberAnalysisAIRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisAIResponse> {
|
|
4439
4858
|
Util.validateModel(request);
|
|
@@ -4484,16 +4903,25 @@ export default class Client extends OpenApi {
|
|
|
4484
4903
|
}
|
|
4485
4904
|
|
|
4486
4905
|
/**
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4906
|
+
* @summary Obtains the analysis results of a phone number.
|
|
4907
|
+
*
|
|
4908
|
+
* @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.
|
|
4909
|
+
*
|
|
4910
|
+
* @param request DescribePhoneNumberAnalysisAIRequest
|
|
4911
|
+
* @return DescribePhoneNumberAnalysisAIResponse
|
|
4491
4912
|
*/
|
|
4492
4913
|
async describePhoneNumberAnalysisAI(request: DescribePhoneNumberAnalysisAIRequest): Promise<DescribePhoneNumberAnalysisAIResponse> {
|
|
4493
4914
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4494
4915
|
return await this.describePhoneNumberAnalysisAIWithOptions(request, runtime);
|
|
4495
4916
|
}
|
|
4496
4917
|
|
|
4918
|
+
/**
|
|
4919
|
+
* @summary 泛行业人群筛选
|
|
4920
|
+
*
|
|
4921
|
+
* @param request DescribePhoneNumberAnalysisTransparentRequest
|
|
4922
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4923
|
+
* @return DescribePhoneNumberAnalysisTransparentResponse
|
|
4924
|
+
*/
|
|
4497
4925
|
async describePhoneNumberAnalysisTransparentWithOptions(request: DescribePhoneNumberAnalysisTransparentRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAnalysisTransparentResponse> {
|
|
4498
4926
|
Util.validateModel(request);
|
|
4499
4927
|
let query = { };
|
|
@@ -4542,21 +4970,30 @@ export default class Client extends OpenApi {
|
|
|
4542
4970
|
return $tea.cast<DescribePhoneNumberAnalysisTransparentResponse>(await this.callApi(params, req, runtime), new DescribePhoneNumberAnalysisTransparentResponse({}));
|
|
4543
4971
|
}
|
|
4544
4972
|
|
|
4973
|
+
/**
|
|
4974
|
+
* @summary 泛行业人群筛选
|
|
4975
|
+
*
|
|
4976
|
+
* @param request DescribePhoneNumberAnalysisTransparentRequest
|
|
4977
|
+
* @return DescribePhoneNumberAnalysisTransparentResponse
|
|
4978
|
+
*/
|
|
4545
4979
|
async describePhoneNumberAnalysisTransparent(request: DescribePhoneNumberAnalysisTransparentRequest): Promise<DescribePhoneNumberAnalysisTransparentResponse> {
|
|
4546
4980
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4547
4981
|
return await this.describePhoneNumberAnalysisTransparentWithOptions(request, runtime);
|
|
4548
4982
|
}
|
|
4549
4983
|
|
|
4550
4984
|
/**
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4985
|
+
* @deprecated OpenAPI DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
|
|
4986
|
+
*
|
|
4987
|
+
* @summary Queries the carrier, registration location, and mobile number portability information of a phone number.
|
|
4988
|
+
*
|
|
4989
|
+
* @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.
|
|
4990
|
+
* * 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).
|
|
4991
|
+
* ### [](#qps)QPS limits
|
|
4992
|
+
* 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.
|
|
4993
|
+
*
|
|
4994
|
+
* @param request DescribePhoneNumberAttributeRequest
|
|
4995
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
4996
|
+
* @return DescribePhoneNumberAttributeResponse
|
|
4560
4997
|
*/
|
|
4561
4998
|
// Deprecated
|
|
4562
4999
|
async describePhoneNumberAttributeWithOptions(request: DescribePhoneNumberAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberAttributeResponse> {
|
|
@@ -4596,14 +5033,17 @@ export default class Client extends OpenApi {
|
|
|
4596
5033
|
}
|
|
4597
5034
|
|
|
4598
5035
|
/**
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
5036
|
+
* @deprecated OpenAPI DescribePhoneNumberAttribute is deprecated, please use Dytnsapi::2020-02-17::DescribePhoneNumberOperatorAttribute instead.
|
|
5037
|
+
*
|
|
5038
|
+
* @summary Queries the carrier, registration location, and mobile number portability information of a phone number.
|
|
5039
|
+
*
|
|
5040
|
+
* @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.
|
|
5041
|
+
* * 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).
|
|
5042
|
+
* ### [](#qps)QPS limits
|
|
5043
|
+
* 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.
|
|
5044
|
+
*
|
|
5045
|
+
* @param request DescribePhoneNumberAttributeRequest
|
|
5046
|
+
* @return DescribePhoneNumberAttributeResponse
|
|
4607
5047
|
*/
|
|
4608
5048
|
// Deprecated
|
|
4609
5049
|
async describePhoneNumberAttribute(request: DescribePhoneNumberAttributeRequest): Promise<DescribePhoneNumberAttributeResponse> {
|
|
@@ -4612,14 +5052,16 @@ export default class Client extends OpenApi {
|
|
|
4612
5052
|
}
|
|
4613
5053
|
|
|
4614
5054
|
/**
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
5055
|
+
* @summary Queries the usage period of a phone number of a user.
|
|
5056
|
+
*
|
|
5057
|
+
* @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.
|
|
5058
|
+
* * 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.
|
|
5059
|
+
* ### [](#qps)QPS limits
|
|
5060
|
+
* 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.
|
|
5061
|
+
*
|
|
5062
|
+
* @param request DescribePhoneNumberOnlineTimeRequest
|
|
5063
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5064
|
+
* @return DescribePhoneNumberOnlineTimeResponse
|
|
4623
5065
|
*/
|
|
4624
5066
|
async describePhoneNumberOnlineTimeWithOptions(request: DescribePhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOnlineTimeResponse> {
|
|
4625
5067
|
Util.validateModel(request);
|
|
@@ -4670,13 +5112,15 @@ export default class Client extends OpenApi {
|
|
|
4670
5112
|
}
|
|
4671
5113
|
|
|
4672
5114
|
/**
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
5115
|
+
* @summary Queries the usage period of a phone number of a user.
|
|
5116
|
+
*
|
|
5117
|
+
* @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.
|
|
5118
|
+
* * 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.
|
|
5119
|
+
* ### [](#qps)QPS limits
|
|
5120
|
+
* 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.
|
|
5121
|
+
*
|
|
5122
|
+
* @param request DescribePhoneNumberOnlineTimeRequest
|
|
5123
|
+
* @return DescribePhoneNumberOnlineTimeResponse
|
|
4680
5124
|
*/
|
|
4681
5125
|
async describePhoneNumberOnlineTime(request: DescribePhoneNumberOnlineTimeRequest): Promise<DescribePhoneNumberOnlineTimeResponse> {
|
|
4682
5126
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4684,14 +5128,16 @@ export default class Client extends OpenApi {
|
|
|
4684
5128
|
}
|
|
4685
5129
|
|
|
4686
5130
|
/**
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
5131
|
+
* @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.
|
|
5132
|
+
*
|
|
5133
|
+
* @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.
|
|
5134
|
+
* * 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).
|
|
5135
|
+
* * 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**.
|
|
5136
|
+
* * 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.
|
|
5137
|
+
*
|
|
5138
|
+
* @param request DescribePhoneNumberOperatorAttributeRequest
|
|
5139
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5140
|
+
* @return DescribePhoneNumberOperatorAttributeResponse
|
|
4695
5141
|
*/
|
|
4696
5142
|
async describePhoneNumberOperatorAttributeWithOptions(request: DescribePhoneNumberOperatorAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberOperatorAttributeResponse> {
|
|
4697
5143
|
Util.validateModel(request);
|
|
@@ -4700,6 +5146,10 @@ export default class Client extends OpenApi {
|
|
|
4700
5146
|
query["AuthCode"] = request.authCode;
|
|
4701
5147
|
}
|
|
4702
5148
|
|
|
5149
|
+
if (!Util.isUnset(request.flowName)) {
|
|
5150
|
+
query["FlowName"] = request.flowName;
|
|
5151
|
+
}
|
|
5152
|
+
|
|
4703
5153
|
if (!Util.isUnset(request.inputNumber)) {
|
|
4704
5154
|
query["InputNumber"] = request.inputNumber;
|
|
4705
5155
|
}
|
|
@@ -4720,6 +5170,10 @@ export default class Client extends OpenApi {
|
|
|
4720
5170
|
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
4721
5171
|
}
|
|
4722
5172
|
|
|
5173
|
+
if (!Util.isUnset(request.resultCount)) {
|
|
5174
|
+
query["ResultCount"] = request.resultCount;
|
|
5175
|
+
}
|
|
5176
|
+
|
|
4723
5177
|
let req = new $OpenApi.OpenApiRequest({
|
|
4724
5178
|
query: OpenApiUtil.query(query),
|
|
4725
5179
|
});
|
|
@@ -4738,19 +5192,28 @@ export default class Client extends OpenApi {
|
|
|
4738
5192
|
}
|
|
4739
5193
|
|
|
4740
5194
|
/**
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
5195
|
+
* @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.
|
|
5196
|
+
*
|
|
5197
|
+
* @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.
|
|
5198
|
+
* * 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).
|
|
5199
|
+
* * 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**.
|
|
5200
|
+
* * 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.
|
|
5201
|
+
*
|
|
5202
|
+
* @param request DescribePhoneNumberOperatorAttributeRequest
|
|
5203
|
+
* @return DescribePhoneNumberOperatorAttributeResponse
|
|
4748
5204
|
*/
|
|
4749
5205
|
async describePhoneNumberOperatorAttribute(request: DescribePhoneNumberOperatorAttributeRequest): Promise<DescribePhoneNumberOperatorAttributeResponse> {
|
|
4750
5206
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4751
5207
|
return await this.describePhoneNumberOperatorAttributeWithOptions(request, runtime);
|
|
4752
5208
|
}
|
|
4753
5209
|
|
|
5210
|
+
/**
|
|
5211
|
+
* @summary 风险用户评分
|
|
5212
|
+
*
|
|
5213
|
+
* @param request DescribePhoneNumberRiskRequest
|
|
5214
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5215
|
+
* @return DescribePhoneNumberRiskResponse
|
|
5216
|
+
*/
|
|
4754
5217
|
async describePhoneNumberRiskWithOptions(request: DescribePhoneNumberRiskRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneNumberRiskResponse> {
|
|
4755
5218
|
Util.validateModel(request);
|
|
4756
5219
|
let query = { };
|
|
@@ -4795,23 +5258,31 @@ export default class Client extends OpenApi {
|
|
|
4795
5258
|
return $tea.cast<DescribePhoneNumberRiskResponse>(await this.callApi(params, req, runtime), new DescribePhoneNumberRiskResponse({}));
|
|
4796
5259
|
}
|
|
4797
5260
|
|
|
5261
|
+
/**
|
|
5262
|
+
* @summary 风险用户评分
|
|
5263
|
+
*
|
|
5264
|
+
* @param request DescribePhoneNumberRiskRequest
|
|
5265
|
+
* @return DescribePhoneNumberRiskResponse
|
|
5266
|
+
*/
|
|
4798
5267
|
async describePhoneNumberRisk(request: DescribePhoneNumberRiskRequest): Promise<DescribePhoneNumberRiskResponse> {
|
|
4799
5268
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4800
5269
|
return await this.describePhoneNumberRiskWithOptions(request, runtime);
|
|
4801
5270
|
}
|
|
4802
5271
|
|
|
4803
5272
|
/**
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
5273
|
+
* @summary Verifies whether a phone number is a reassigned phone number by calling this operation.
|
|
5274
|
+
*
|
|
5275
|
+
* @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.
|
|
5276
|
+
* * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
|
|
5277
|
+
* * 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.
|
|
5278
|
+
* ## [](#qps)QPS limits
|
|
5279
|
+
* 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.
|
|
5280
|
+
* ## [](#)Authorization information
|
|
5281
|
+
* 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).
|
|
5282
|
+
*
|
|
5283
|
+
* @param request DescribePhoneTwiceTelVerifyRequest
|
|
5284
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5285
|
+
* @return DescribePhoneTwiceTelVerifyResponse
|
|
4815
5286
|
*/
|
|
4816
5287
|
async describePhoneTwiceTelVerifyWithOptions(request: DescribePhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePhoneTwiceTelVerifyResponse> {
|
|
4817
5288
|
Util.validateModel(request);
|
|
@@ -4862,22 +5333,31 @@ export default class Client extends OpenApi {
|
|
|
4862
5333
|
}
|
|
4863
5334
|
|
|
4864
5335
|
/**
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
5336
|
+
* @summary Verifies whether a phone number is a reassigned phone number by calling this operation.
|
|
5337
|
+
*
|
|
5338
|
+
* @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.
|
|
5339
|
+
* * You are charged for phone number verifications only if the value of Code is OK and the value of VerifyResult is not 0.
|
|
5340
|
+
* * 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.
|
|
5341
|
+
* ## [](#qps)QPS limits
|
|
5342
|
+
* 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.
|
|
5343
|
+
* ## [](#)Authorization information
|
|
5344
|
+
* 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).
|
|
5345
|
+
*
|
|
5346
|
+
* @param request DescribePhoneTwiceTelVerifyRequest
|
|
5347
|
+
* @return DescribePhoneTwiceTelVerifyResponse
|
|
4875
5348
|
*/
|
|
4876
5349
|
async describePhoneTwiceTelVerify(request: DescribePhoneTwiceTelVerifyRequest): Promise<DescribePhoneTwiceTelVerifyResponse> {
|
|
4877
5350
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4878
5351
|
return await this.describePhoneTwiceTelVerifyWithOptions(request, runtime);
|
|
4879
5352
|
}
|
|
4880
5353
|
|
|
5354
|
+
/**
|
|
5355
|
+
* @summary 获取UAID申请Token所需的签名字段
|
|
5356
|
+
*
|
|
5357
|
+
* @param request GetUAIDApplyTokenSignRequest
|
|
5358
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5359
|
+
* @return GetUAIDApplyTokenSignResponse
|
|
5360
|
+
*/
|
|
4881
5361
|
async getUAIDApplyTokenSignWithOptions(request: GetUAIDApplyTokenSignRequest, runtime: $Util.RuntimeOptions): Promise<GetUAIDApplyTokenSignResponse> {
|
|
4882
5362
|
Util.validateModel(request);
|
|
4883
5363
|
let query = { };
|
|
@@ -4942,19 +5422,109 @@ export default class Client extends OpenApi {
|
|
|
4942
5422
|
return $tea.cast<GetUAIDApplyTokenSignResponse>(await this.callApi(params, req, runtime), new GetUAIDApplyTokenSignResponse({}));
|
|
4943
5423
|
}
|
|
4944
5424
|
|
|
5425
|
+
/**
|
|
5426
|
+
* @summary 获取UAID申请Token所需的签名字段
|
|
5427
|
+
*
|
|
5428
|
+
* @param request GetUAIDApplyTokenSignRequest
|
|
5429
|
+
* @return GetUAIDApplyTokenSignResponse
|
|
5430
|
+
*/
|
|
4945
5431
|
async getUAIDApplyTokenSign(request: GetUAIDApplyTokenSignRequest): Promise<GetUAIDApplyTokenSignResponse> {
|
|
4946
5432
|
let runtime = new $Util.RuntimeOptions({ });
|
|
4947
5433
|
return await this.getUAIDApplyTokenSignWithOptions(request, runtime);
|
|
4948
5434
|
}
|
|
4949
5435
|
|
|
4950
5436
|
/**
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
5437
|
+
* @summary 获取号码采集服务申请Token所需的签名字段
|
|
5438
|
+
*
|
|
5439
|
+
* @param request GetUAIDConversionSignRequest
|
|
5440
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5441
|
+
* @return GetUAIDConversionSignResponse
|
|
5442
|
+
*/
|
|
5443
|
+
async getUAIDConversionSignWithOptions(request: GetUAIDConversionSignRequest, runtime: $Util.RuntimeOptions): Promise<GetUAIDConversionSignResponse> {
|
|
5444
|
+
Util.validateModel(request);
|
|
5445
|
+
let query = { };
|
|
5446
|
+
if (!Util.isUnset(request.authCode)) {
|
|
5447
|
+
query["AuthCode"] = request.authCode;
|
|
5448
|
+
}
|
|
5449
|
+
|
|
5450
|
+
if (!Util.isUnset(request.carrier)) {
|
|
5451
|
+
query["Carrier"] = request.carrier;
|
|
5452
|
+
}
|
|
5453
|
+
|
|
5454
|
+
if (!Util.isUnset(request.clientType)) {
|
|
5455
|
+
query["ClientType"] = request.clientType;
|
|
5456
|
+
}
|
|
5457
|
+
|
|
5458
|
+
if (!Util.isUnset(request.format)) {
|
|
5459
|
+
query["Format"] = request.format;
|
|
5460
|
+
}
|
|
5461
|
+
|
|
5462
|
+
if (!Util.isUnset(request.outId)) {
|
|
5463
|
+
query["OutId"] = request.outId;
|
|
5464
|
+
}
|
|
5465
|
+
|
|
5466
|
+
if (!Util.isUnset(request.ownerId)) {
|
|
5467
|
+
query["OwnerId"] = request.ownerId;
|
|
5468
|
+
}
|
|
5469
|
+
|
|
5470
|
+
if (!Util.isUnset(request.paramKey)) {
|
|
5471
|
+
query["ParamKey"] = request.paramKey;
|
|
5472
|
+
}
|
|
5473
|
+
|
|
5474
|
+
if (!Util.isUnset(request.paramStr)) {
|
|
5475
|
+
query["ParamStr"] = request.paramStr;
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5478
|
+
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
5479
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
if (!Util.isUnset(request.resourceOwnerId)) {
|
|
5483
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
5484
|
+
}
|
|
5485
|
+
|
|
5486
|
+
if (!Util.isUnset(request.time)) {
|
|
5487
|
+
query["Time"] = request.time;
|
|
5488
|
+
}
|
|
5489
|
+
|
|
5490
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
5491
|
+
query: OpenApiUtil.query(query),
|
|
5492
|
+
});
|
|
5493
|
+
let params = new $OpenApi.Params({
|
|
5494
|
+
action: "GetUAIDConversionSign",
|
|
5495
|
+
version: "2020-02-17",
|
|
5496
|
+
protocol: "HTTPS",
|
|
5497
|
+
pathname: "/",
|
|
5498
|
+
method: "POST",
|
|
5499
|
+
authType: "AK",
|
|
5500
|
+
style: "RPC",
|
|
5501
|
+
reqBodyType: "formData",
|
|
5502
|
+
bodyType: "json",
|
|
5503
|
+
});
|
|
5504
|
+
return $tea.cast<GetUAIDConversionSignResponse>(await this.callApi(params, req, runtime), new GetUAIDConversionSignResponse({}));
|
|
5505
|
+
}
|
|
5506
|
+
|
|
5507
|
+
/**
|
|
5508
|
+
* @summary 获取号码采集服务申请Token所需的签名字段
|
|
5509
|
+
*
|
|
5510
|
+
* @param request GetUAIDConversionSignRequest
|
|
5511
|
+
* @return GetUAIDConversionSignResponse
|
|
5512
|
+
*/
|
|
5513
|
+
async getUAIDConversionSign(request: GetUAIDConversionSignRequest): Promise<GetUAIDConversionSignResponse> {
|
|
5514
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
5515
|
+
return await this.getUAIDConversionSignWithOptions(request, runtime);
|
|
5516
|
+
}
|
|
5517
|
+
|
|
5518
|
+
/**
|
|
5519
|
+
* @summary Filters invalid phone numbers.
|
|
5520
|
+
*
|
|
5521
|
+
* @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.
|
|
5522
|
+
* ### [](#qps)QPS limits
|
|
5523
|
+
* 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.
|
|
5524
|
+
*
|
|
5525
|
+
* @param request InvalidPhoneNumberFilterRequest
|
|
5526
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5527
|
+
* @return InvalidPhoneNumberFilterResponse
|
|
4958
5528
|
*/
|
|
4959
5529
|
async invalidPhoneNumberFilterWithOptions(request: InvalidPhoneNumberFilterRequest, runtime: $Util.RuntimeOptions): Promise<InvalidPhoneNumberFilterResponse> {
|
|
4960
5530
|
Util.validateModel(request);
|
|
@@ -5001,18 +5571,25 @@ export default class Client extends OpenApi {
|
|
|
5001
5571
|
}
|
|
5002
5572
|
|
|
5003
5573
|
/**
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5574
|
+
* @summary Filters invalid phone numbers.
|
|
5575
|
+
*
|
|
5576
|
+
* @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.
|
|
5577
|
+
* ### [](#qps)QPS limits
|
|
5578
|
+
* 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.
|
|
5579
|
+
*
|
|
5580
|
+
* @param request InvalidPhoneNumberFilterRequest
|
|
5581
|
+
* @return InvalidPhoneNumberFilterResponse
|
|
5010
5582
|
*/
|
|
5011
5583
|
async invalidPhoneNumberFilter(request: InvalidPhoneNumberFilterRequest): Promise<InvalidPhoneNumberFilterResponse> {
|
|
5012
5584
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5013
5585
|
return await this.invalidPhoneNumberFilterWithOptions(request, runtime);
|
|
5014
5586
|
}
|
|
5015
5587
|
|
|
5588
|
+
/**
|
|
5589
|
+
* @param request PhoneNumberConvertServiceRequest
|
|
5590
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5591
|
+
* @return PhoneNumberConvertServiceResponse
|
|
5592
|
+
*/
|
|
5016
5593
|
async phoneNumberConvertServiceWithOptions(request: PhoneNumberConvertServiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberConvertServiceResponse> {
|
|
5017
5594
|
Util.validateModel(request);
|
|
5018
5595
|
let query = { };
|
|
@@ -5057,19 +5634,25 @@ export default class Client extends OpenApi {
|
|
|
5057
5634
|
return $tea.cast<PhoneNumberConvertServiceResponse>(await this.callApi(params, req, runtime), new PhoneNumberConvertServiceResponse({}));
|
|
5058
5635
|
}
|
|
5059
5636
|
|
|
5637
|
+
/**
|
|
5638
|
+
* @param request PhoneNumberConvertServiceRequest
|
|
5639
|
+
* @return PhoneNumberConvertServiceResponse
|
|
5640
|
+
*/
|
|
5060
5641
|
async phoneNumberConvertService(request: PhoneNumberConvertServiceRequest): Promise<PhoneNumberConvertServiceResponse> {
|
|
5061
5642
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5062
5643
|
return await this.phoneNumberConvertServiceWithOptions(request, runtime);
|
|
5063
5644
|
}
|
|
5064
5645
|
|
|
5065
5646
|
/**
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5647
|
+
* @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.
|
|
5648
|
+
*
|
|
5649
|
+
* @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.
|
|
5650
|
+
* ### [](#qps)QPS limits
|
|
5651
|
+
* 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.
|
|
5652
|
+
*
|
|
5653
|
+
* @param request PhoneNumberEncryptRequest
|
|
5654
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5655
|
+
* @return PhoneNumberEncryptResponse
|
|
5073
5656
|
*/
|
|
5074
5657
|
async phoneNumberEncryptWithOptions(request: PhoneNumberEncryptRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberEncryptResponse> {
|
|
5075
5658
|
Util.validateModel(request);
|
|
@@ -5116,12 +5699,14 @@ export default class Client extends OpenApi {
|
|
|
5116
5699
|
}
|
|
5117
5700
|
|
|
5118
5701
|
/**
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5702
|
+
* @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.
|
|
5703
|
+
*
|
|
5704
|
+
* @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.
|
|
5705
|
+
* ### [](#qps)QPS limits
|
|
5706
|
+
* 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.
|
|
5707
|
+
*
|
|
5708
|
+
* @param request PhoneNumberEncryptRequest
|
|
5709
|
+
* @return PhoneNumberEncryptResponse
|
|
5125
5710
|
*/
|
|
5126
5711
|
async phoneNumberEncrypt(request: PhoneNumberEncryptRequest): Promise<PhoneNumberEncryptResponse> {
|
|
5127
5712
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5129,15 +5714,17 @@ export default class Client extends OpenApi {
|
|
|
5129
5714
|
}
|
|
5130
5715
|
|
|
5131
5716
|
/**
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5717
|
+
* @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.
|
|
5718
|
+
*
|
|
5719
|
+
* @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.
|
|
5720
|
+
* * 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).
|
|
5721
|
+
* * 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.
|
|
5722
|
+
* ### [](#qps)QPS limits
|
|
5723
|
+
* 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.
|
|
5724
|
+
*
|
|
5725
|
+
* @param request PhoneNumberStatusForAccountRequest
|
|
5726
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5727
|
+
* @return PhoneNumberStatusForAccountResponse
|
|
5141
5728
|
*/
|
|
5142
5729
|
async phoneNumberStatusForAccountWithOptions(request: PhoneNumberStatusForAccountRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForAccountResponse> {
|
|
5143
5730
|
Util.validateModel(request);
|
|
@@ -5184,14 +5771,16 @@ export default class Client extends OpenApi {
|
|
|
5184
5771
|
}
|
|
5185
5772
|
|
|
5186
5773
|
/**
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5774
|
+
* @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.
|
|
5775
|
+
*
|
|
5776
|
+
* @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.
|
|
5777
|
+
* * 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).
|
|
5778
|
+
* * 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.
|
|
5779
|
+
* ### [](#qps)QPS limits
|
|
5780
|
+
* 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.
|
|
5781
|
+
*
|
|
5782
|
+
* @param request PhoneNumberStatusForAccountRequest
|
|
5783
|
+
* @return PhoneNumberStatusForAccountResponse
|
|
5195
5784
|
*/
|
|
5196
5785
|
async phoneNumberStatusForAccount(request: PhoneNumberStatusForAccountRequest): Promise<PhoneNumberStatusForAccountResponse> {
|
|
5197
5786
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5199,15 +5788,17 @@ export default class Client extends OpenApi {
|
|
|
5199
5788
|
}
|
|
5200
5789
|
|
|
5201
5790
|
/**
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5791
|
+
* @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.
|
|
5792
|
+
*
|
|
5793
|
+
* @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.
|
|
5794
|
+
* * 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).
|
|
5795
|
+
* * 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.
|
|
5796
|
+
* ### [](#qps)QPS limits
|
|
5797
|
+
* 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.
|
|
5798
|
+
*
|
|
5799
|
+
* @param request PhoneNumberStatusForPublicRequest
|
|
5800
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5801
|
+
* @return PhoneNumberStatusForPublicResponse
|
|
5211
5802
|
*/
|
|
5212
5803
|
async phoneNumberStatusForPublicWithOptions(request: PhoneNumberStatusForPublicRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForPublicResponse> {
|
|
5213
5804
|
Util.validateModel(request);
|
|
@@ -5254,14 +5845,16 @@ export default class Client extends OpenApi {
|
|
|
5254
5845
|
}
|
|
5255
5846
|
|
|
5256
5847
|
/**
|
|
5257
|
-
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
|
|
5848
|
+
* @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.
|
|
5849
|
+
*
|
|
5850
|
+
* @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.
|
|
5851
|
+
* * 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).
|
|
5852
|
+
* * 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.
|
|
5853
|
+
* ### [](#qps)QPS limits
|
|
5854
|
+
* 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.
|
|
5855
|
+
*
|
|
5856
|
+
* @param request PhoneNumberStatusForPublicRequest
|
|
5857
|
+
* @return PhoneNumberStatusForPublicResponse
|
|
5265
5858
|
*/
|
|
5266
5859
|
async phoneNumberStatusForPublic(request: PhoneNumberStatusForPublicRequest): Promise<PhoneNumberStatusForPublicResponse> {
|
|
5267
5860
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5269,15 +5862,17 @@ export default class Client extends OpenApi {
|
|
|
5269
5862
|
}
|
|
5270
5863
|
|
|
5271
5864
|
/**
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5865
|
+
* @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.
|
|
5866
|
+
*
|
|
5867
|
+
* @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.
|
|
5868
|
+
* * 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).
|
|
5869
|
+
* * 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.
|
|
5870
|
+
* ### [](#qps)QPS limits
|
|
5871
|
+
* 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.
|
|
5872
|
+
*
|
|
5873
|
+
* @param request PhoneNumberStatusForRealRequest
|
|
5874
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5875
|
+
* @return PhoneNumberStatusForRealResponse
|
|
5281
5876
|
*/
|
|
5282
5877
|
async phoneNumberStatusForRealWithOptions(request: PhoneNumberStatusForRealRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForRealResponse> {
|
|
5283
5878
|
Util.validateModel(request);
|
|
@@ -5324,14 +5919,16 @@ export default class Client extends OpenApi {
|
|
|
5324
5919
|
}
|
|
5325
5920
|
|
|
5326
5921
|
/**
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5922
|
+
* @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.
|
|
5923
|
+
*
|
|
5924
|
+
* @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.
|
|
5925
|
+
* * 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).
|
|
5926
|
+
* * 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.
|
|
5927
|
+
* ### [](#qps)QPS limits
|
|
5928
|
+
* 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.
|
|
5929
|
+
*
|
|
5930
|
+
* @param request PhoneNumberStatusForRealRequest
|
|
5931
|
+
* @return PhoneNumberStatusForRealResponse
|
|
5335
5932
|
*/
|
|
5336
5933
|
async phoneNumberStatusForReal(request: PhoneNumberStatusForRealRequest): Promise<PhoneNumberStatusForRealResponse> {
|
|
5337
5934
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5339,15 +5936,17 @@ export default class Client extends OpenApi {
|
|
|
5339
5936
|
}
|
|
5340
5937
|
|
|
5341
5938
|
/**
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5939
|
+
* @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.
|
|
5940
|
+
*
|
|
5941
|
+
* @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.
|
|
5942
|
+
* * 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).
|
|
5943
|
+
* * 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.
|
|
5944
|
+
* ### [](#qps)QPS limits
|
|
5945
|
+
* 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.
|
|
5946
|
+
*
|
|
5947
|
+
* @param request PhoneNumberStatusForSmsRequest
|
|
5948
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
5949
|
+
* @return PhoneNumberStatusForSmsResponse
|
|
5351
5950
|
*/
|
|
5352
5951
|
async phoneNumberStatusForSmsWithOptions(request: PhoneNumberStatusForSmsRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForSmsResponse> {
|
|
5353
5952
|
Util.validateModel(request);
|
|
@@ -5394,14 +5993,16 @@ export default class Client extends OpenApi {
|
|
|
5394
5993
|
}
|
|
5395
5994
|
|
|
5396
5995
|
/**
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
5403
|
-
|
|
5404
|
-
|
|
5996
|
+
* @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.
|
|
5997
|
+
*
|
|
5998
|
+
* @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.
|
|
5999
|
+
* * 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).
|
|
6000
|
+
* * 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.
|
|
6001
|
+
* ### [](#qps)QPS limits
|
|
6002
|
+
* 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.
|
|
6003
|
+
*
|
|
6004
|
+
* @param request PhoneNumberStatusForSmsRequest
|
|
6005
|
+
* @return PhoneNumberStatusForSmsResponse
|
|
5405
6006
|
*/
|
|
5406
6007
|
async phoneNumberStatusForSms(request: PhoneNumberStatusForSmsRequest): Promise<PhoneNumberStatusForSmsResponse> {
|
|
5407
6008
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5409,16 +6010,18 @@ export default class Client extends OpenApi {
|
|
|
5409
6010
|
}
|
|
5410
6011
|
|
|
5411
6012
|
/**
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
6013
|
+
* @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.
|
|
6014
|
+
*
|
|
6015
|
+
* @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.
|
|
6016
|
+
* * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
|
|
6017
|
+
* * 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).
|
|
6018
|
+
* * 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.
|
|
6019
|
+
* ### [](#qps)QPS limits
|
|
6020
|
+
* 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.
|
|
6021
|
+
*
|
|
6022
|
+
* @param request PhoneNumberStatusForVirtualRequest
|
|
6023
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6024
|
+
* @return PhoneNumberStatusForVirtualResponse
|
|
5422
6025
|
*/
|
|
5423
6026
|
async phoneNumberStatusForVirtualWithOptions(request: PhoneNumberStatusForVirtualRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVirtualResponse> {
|
|
5424
6027
|
Util.validateModel(request);
|
|
@@ -5465,15 +6068,17 @@ export default class Client extends OpenApi {
|
|
|
5465
6068
|
}
|
|
5466
6069
|
|
|
5467
6070
|
/**
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
6071
|
+
* @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.
|
|
6072
|
+
*
|
|
6073
|
+
* @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.
|
|
6074
|
+
* * You are charged only if the value of Code is OK and the value of IsPrivacyNumber is true or false.
|
|
6075
|
+
* * 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).
|
|
6076
|
+
* * 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.
|
|
6077
|
+
* ### [](#qps)QPS limits
|
|
6078
|
+
* 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.
|
|
6079
|
+
*
|
|
6080
|
+
* @param request PhoneNumberStatusForVirtualRequest
|
|
6081
|
+
* @return PhoneNumberStatusForVirtualResponse
|
|
5477
6082
|
*/
|
|
5478
6083
|
async phoneNumberStatusForVirtual(request: PhoneNumberStatusForVirtualRequest): Promise<PhoneNumberStatusForVirtualResponse> {
|
|
5479
6084
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5481,15 +6086,17 @@ export default class Client extends OpenApi {
|
|
|
5481
6086
|
}
|
|
5482
6087
|
|
|
5483
6088
|
/**
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
6089
|
+
* @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.
|
|
6090
|
+
*
|
|
6091
|
+
* @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.
|
|
6092
|
+
* * 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).
|
|
6093
|
+
* * 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.
|
|
6094
|
+
* ### [](#qps)QPS limits
|
|
6095
|
+
* 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.
|
|
6096
|
+
*
|
|
6097
|
+
* @param request PhoneNumberStatusForVoiceRequest
|
|
6098
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6099
|
+
* @return PhoneNumberStatusForVoiceResponse
|
|
5493
6100
|
*/
|
|
5494
6101
|
async phoneNumberStatusForVoiceWithOptions(request: PhoneNumberStatusForVoiceRequest, runtime: $Util.RuntimeOptions): Promise<PhoneNumberStatusForVoiceResponse> {
|
|
5495
6102
|
Util.validateModel(request);
|
|
@@ -5536,20 +6143,29 @@ export default class Client extends OpenApi {
|
|
|
5536
6143
|
}
|
|
5537
6144
|
|
|
5538
6145
|
/**
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
6146
|
+
* @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.
|
|
6147
|
+
*
|
|
6148
|
+
* @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.
|
|
6149
|
+
* * 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).
|
|
6150
|
+
* * 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.
|
|
6151
|
+
* ### [](#qps)QPS limits
|
|
6152
|
+
* 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.
|
|
6153
|
+
*
|
|
6154
|
+
* @param request PhoneNumberStatusForVoiceRequest
|
|
6155
|
+
* @return PhoneNumberStatusForVoiceResponse
|
|
5547
6156
|
*/
|
|
5548
6157
|
async phoneNumberStatusForVoice(request: PhoneNumberStatusForVoiceRequest): Promise<PhoneNumberStatusForVoiceResponse> {
|
|
5549
6158
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5550
6159
|
return await this.phoneNumberStatusForVoiceWithOptions(request, runtime);
|
|
5551
6160
|
}
|
|
5552
6161
|
|
|
6162
|
+
/**
|
|
6163
|
+
* @summary Queries available authorization codes.
|
|
6164
|
+
*
|
|
6165
|
+
* @param request QueryAvailableAuthCodeRequest
|
|
6166
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6167
|
+
* @return QueryAvailableAuthCodeResponse
|
|
6168
|
+
*/
|
|
5553
6169
|
async queryAvailableAuthCodeWithOptions(request: QueryAvailableAuthCodeRequest, runtime: $Util.RuntimeOptions): Promise<QueryAvailableAuthCodeResponse> {
|
|
5554
6170
|
Util.validateModel(request);
|
|
5555
6171
|
let query = { };
|
|
@@ -5586,11 +6202,24 @@ export default class Client extends OpenApi {
|
|
|
5586
6202
|
return $tea.cast<QueryAvailableAuthCodeResponse>(await this.callApi(params, req, runtime), new QueryAvailableAuthCodeResponse({}));
|
|
5587
6203
|
}
|
|
5588
6204
|
|
|
6205
|
+
/**
|
|
6206
|
+
* @summary Queries available authorization codes.
|
|
6207
|
+
*
|
|
6208
|
+
* @param request QueryAvailableAuthCodeRequest
|
|
6209
|
+
* @return QueryAvailableAuthCodeResponse
|
|
6210
|
+
*/
|
|
5589
6211
|
async queryAvailableAuthCode(request: QueryAvailableAuthCodeRequest): Promise<QueryAvailableAuthCodeResponse> {
|
|
5590
6212
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5591
6213
|
return await this.queryAvailableAuthCodeWithOptions(request, runtime);
|
|
5592
6214
|
}
|
|
5593
6215
|
|
|
6216
|
+
/**
|
|
6217
|
+
* @summary 在网时长专用接口
|
|
6218
|
+
*
|
|
6219
|
+
* @param request QueryPhoneNumberOnlineTimeRequest
|
|
6220
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6221
|
+
* @return QueryPhoneNumberOnlineTimeResponse
|
|
6222
|
+
*/
|
|
5594
6223
|
async queryPhoneNumberOnlineTimeWithOptions(request: QueryPhoneNumberOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneNumberOnlineTimeResponse> {
|
|
5595
6224
|
Util.validateModel(request);
|
|
5596
6225
|
let query = { };
|
|
@@ -5635,11 +6264,24 @@ export default class Client extends OpenApi {
|
|
|
5635
6264
|
return $tea.cast<QueryPhoneNumberOnlineTimeResponse>(await this.callApi(params, req, runtime), new QueryPhoneNumberOnlineTimeResponse({}));
|
|
5636
6265
|
}
|
|
5637
6266
|
|
|
6267
|
+
/**
|
|
6268
|
+
* @summary 在网时长专用接口
|
|
6269
|
+
*
|
|
6270
|
+
* @param request QueryPhoneNumberOnlineTimeRequest
|
|
6271
|
+
* @return QueryPhoneNumberOnlineTimeResponse
|
|
6272
|
+
*/
|
|
5638
6273
|
async queryPhoneNumberOnlineTime(request: QueryPhoneNumberOnlineTimeRequest): Promise<QueryPhoneNumberOnlineTimeResponse> {
|
|
5639
6274
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5640
6275
|
return await this.queryPhoneNumberOnlineTimeWithOptions(request, runtime);
|
|
5641
6276
|
}
|
|
5642
6277
|
|
|
6278
|
+
/**
|
|
6279
|
+
* @summary 二次号携号转网号码查询
|
|
6280
|
+
*
|
|
6281
|
+
* @param request QueryPhoneTwiceTelVerifyRequest
|
|
6282
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6283
|
+
* @return QueryPhoneTwiceTelVerifyResponse
|
|
6284
|
+
*/
|
|
5643
6285
|
async queryPhoneTwiceTelVerifyWithOptions(request: QueryPhoneTwiceTelVerifyRequest, runtime: $Util.RuntimeOptions): Promise<QueryPhoneTwiceTelVerifyResponse> {
|
|
5644
6286
|
Util.validateModel(request);
|
|
5645
6287
|
let query = { };
|
|
@@ -5688,11 +6330,24 @@ export default class Client extends OpenApi {
|
|
|
5688
6330
|
return $tea.cast<QueryPhoneTwiceTelVerifyResponse>(await this.callApi(params, req, runtime), new QueryPhoneTwiceTelVerifyResponse({}));
|
|
5689
6331
|
}
|
|
5690
6332
|
|
|
6333
|
+
/**
|
|
6334
|
+
* @summary 二次号携号转网号码查询
|
|
6335
|
+
*
|
|
6336
|
+
* @param request QueryPhoneTwiceTelVerifyRequest
|
|
6337
|
+
* @return QueryPhoneTwiceTelVerifyResponse
|
|
6338
|
+
*/
|
|
5691
6339
|
async queryPhoneTwiceTelVerify(request: QueryPhoneTwiceTelVerifyRequest): Promise<QueryPhoneTwiceTelVerifyResponse> {
|
|
5692
6340
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5693
6341
|
return await this.queryPhoneTwiceTelVerifyWithOptions(request, runtime);
|
|
5694
6342
|
}
|
|
5695
6343
|
|
|
6344
|
+
/**
|
|
6345
|
+
* @summary Queries tag application rules.
|
|
6346
|
+
*
|
|
6347
|
+
* @param request QueryTagApplyRuleRequest
|
|
6348
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6349
|
+
* @return QueryTagApplyRuleResponse
|
|
6350
|
+
*/
|
|
5696
6351
|
async queryTagApplyRuleWithOptions(request: QueryTagApplyRuleRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagApplyRuleResponse> {
|
|
5697
6352
|
Util.validateModel(request);
|
|
5698
6353
|
let query = { };
|
|
@@ -5729,11 +6384,24 @@ export default class Client extends OpenApi {
|
|
|
5729
6384
|
return $tea.cast<QueryTagApplyRuleResponse>(await this.callApi(params, req, runtime), new QueryTagApplyRuleResponse({}));
|
|
5730
6385
|
}
|
|
5731
6386
|
|
|
6387
|
+
/**
|
|
6388
|
+
* @summary Queries tag application rules.
|
|
6389
|
+
*
|
|
6390
|
+
* @param request QueryTagApplyRuleRequest
|
|
6391
|
+
* @return QueryTagApplyRuleResponse
|
|
6392
|
+
*/
|
|
5732
6393
|
async queryTagApplyRule(request: QueryTagApplyRuleRequest): Promise<QueryTagApplyRuleResponse> {
|
|
5733
6394
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5734
6395
|
return await this.queryTagApplyRuleWithOptions(request, runtime);
|
|
5735
6396
|
}
|
|
5736
6397
|
|
|
6398
|
+
/**
|
|
6399
|
+
* @summary Queries information about tags.
|
|
6400
|
+
*
|
|
6401
|
+
* @param request QueryTagInfoBySelectionRequest
|
|
6402
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6403
|
+
* @return QueryTagInfoBySelectionResponse
|
|
6404
|
+
*/
|
|
5737
6405
|
async queryTagInfoBySelectionWithOptions(request: QueryTagInfoBySelectionRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagInfoBySelectionResponse> {
|
|
5738
6406
|
Util.validateModel(request);
|
|
5739
6407
|
let query = { };
|
|
@@ -5778,11 +6446,24 @@ export default class Client extends OpenApi {
|
|
|
5778
6446
|
return $tea.cast<QueryTagInfoBySelectionResponse>(await this.callApi(params, req, runtime), new QueryTagInfoBySelectionResponse({}));
|
|
5779
6447
|
}
|
|
5780
6448
|
|
|
6449
|
+
/**
|
|
6450
|
+
* @summary Queries information about tags.
|
|
6451
|
+
*
|
|
6452
|
+
* @param request QueryTagInfoBySelectionRequest
|
|
6453
|
+
* @return QueryTagInfoBySelectionResponse
|
|
6454
|
+
*/
|
|
5781
6455
|
async queryTagInfoBySelection(request: QueryTagInfoBySelectionRequest): Promise<QueryTagInfoBySelectionResponse> {
|
|
5782
6456
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5783
6457
|
return await this.queryTagInfoBySelectionWithOptions(request, runtime);
|
|
5784
6458
|
}
|
|
5785
6459
|
|
|
6460
|
+
/**
|
|
6461
|
+
* @summary Queries a list of tags by page.
|
|
6462
|
+
*
|
|
6463
|
+
* @param request QueryTagListPageRequest
|
|
6464
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6465
|
+
* @return QueryTagListPageResponse
|
|
6466
|
+
*/
|
|
5786
6467
|
async queryTagListPageWithOptions(request: QueryTagListPageRequest, runtime: $Util.RuntimeOptions): Promise<QueryTagListPageResponse> {
|
|
5787
6468
|
Util.validateModel(request);
|
|
5788
6469
|
let query = { };
|
|
@@ -5823,11 +6504,24 @@ export default class Client extends OpenApi {
|
|
|
5823
6504
|
return $tea.cast<QueryTagListPageResponse>(await this.callApi(params, req, runtime), new QueryTagListPageResponse({}));
|
|
5824
6505
|
}
|
|
5825
6506
|
|
|
6507
|
+
/**
|
|
6508
|
+
* @summary Queries a list of tags by page.
|
|
6509
|
+
*
|
|
6510
|
+
* @param request QueryTagListPageRequest
|
|
6511
|
+
* @return QueryTagListPageResponse
|
|
6512
|
+
*/
|
|
5826
6513
|
async queryTagListPage(request: QueryTagListPageRequest): Promise<QueryTagListPageResponse> {
|
|
5827
6514
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5828
6515
|
return await this.queryTagListPageWithOptions(request, runtime);
|
|
5829
6516
|
}
|
|
5830
6517
|
|
|
6518
|
+
/**
|
|
6519
|
+
* @summary Queries the usage statistics based on tag IDs.
|
|
6520
|
+
*
|
|
6521
|
+
* @param request QueryUsageStatisticsByTagIdRequest
|
|
6522
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6523
|
+
* @return QueryUsageStatisticsByTagIdResponse
|
|
6524
|
+
*/
|
|
5831
6525
|
async queryUsageStatisticsByTagIdWithOptions(request: QueryUsageStatisticsByTagIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryUsageStatisticsByTagIdResponse> {
|
|
5832
6526
|
Util.validateModel(request);
|
|
5833
6527
|
let query = { };
|
|
@@ -5880,21 +6574,29 @@ export default class Client extends OpenApi {
|
|
|
5880
6574
|
return $tea.cast<QueryUsageStatisticsByTagIdResponse>(await this.callApi(params, req, runtime), new QueryUsageStatisticsByTagIdResponse({}));
|
|
5881
6575
|
}
|
|
5882
6576
|
|
|
6577
|
+
/**
|
|
6578
|
+
* @summary Queries the usage statistics based on tag IDs.
|
|
6579
|
+
*
|
|
6580
|
+
* @param request QueryUsageStatisticsByTagIdRequest
|
|
6581
|
+
* @return QueryUsageStatisticsByTagIdResponse
|
|
6582
|
+
*/
|
|
5883
6583
|
async queryUsageStatisticsByTagId(request: QueryUsageStatisticsByTagIdRequest): Promise<QueryUsageStatisticsByTagIdResponse> {
|
|
5884
6584
|
let runtime = new $Util.RuntimeOptions({ });
|
|
5885
6585
|
return await this.queryUsageStatisticsByTagIdWithOptions(request, runtime);
|
|
5886
6586
|
}
|
|
5887
6587
|
|
|
5888
6588
|
/**
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
6589
|
+
* @summary Verifies whether the name, phone number, and ID card number entered by a user belong to the same user.
|
|
6590
|
+
*
|
|
6591
|
+
* @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.
|
|
6592
|
+
* * 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.
|
|
6593
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
6594
|
+
* ### [](#qps)QPS limits
|
|
6595
|
+
* 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.
|
|
6596
|
+
*
|
|
6597
|
+
* @param request ThreeElementsVerificationRequest
|
|
6598
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6599
|
+
* @return ThreeElementsVerificationResponse
|
|
5898
6600
|
*/
|
|
5899
6601
|
async threeElementsVerificationWithOptions(request: ThreeElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<ThreeElementsVerificationResponse> {
|
|
5900
6602
|
Util.validateModel(request);
|
|
@@ -5949,14 +6651,16 @@ export default class Client extends OpenApi {
|
|
|
5949
6651
|
}
|
|
5950
6652
|
|
|
5951
6653
|
/**
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
6654
|
+
* @summary Verifies whether the name, phone number, and ID card number entered by a user belong to the same user.
|
|
6655
|
+
*
|
|
6656
|
+
* @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.
|
|
6657
|
+
* * 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.
|
|
6658
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
6659
|
+
* ### [](#qps)QPS limits
|
|
6660
|
+
* 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.
|
|
6661
|
+
*
|
|
6662
|
+
* @param request ThreeElementsVerificationRequest
|
|
6663
|
+
* @return ThreeElementsVerificationResponse
|
|
5960
6664
|
*/
|
|
5961
6665
|
async threeElementsVerification(request: ThreeElementsVerificationRequest): Promise<ThreeElementsVerificationResponse> {
|
|
5962
6666
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5964,15 +6668,17 @@ export default class Client extends OpenApi {
|
|
|
5964
6668
|
}
|
|
5965
6669
|
|
|
5966
6670
|
/**
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
6671
|
+
* @summary Verifies whether the name and phone number entered by a user belong to the same user.
|
|
6672
|
+
*
|
|
6673
|
+
* @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.
|
|
6674
|
+
* * 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.
|
|
6675
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
6676
|
+
* ### [](#qps)QPS limits
|
|
6677
|
+
* 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.
|
|
6678
|
+
*
|
|
6679
|
+
* @param request TwoElementsVerificationRequest
|
|
6680
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6681
|
+
* @return TwoElementsVerificationResponse
|
|
5976
6682
|
*/
|
|
5977
6683
|
async twoElementsVerificationWithOptions(request: TwoElementsVerificationRequest, runtime: $Util.RuntimeOptions): Promise<TwoElementsVerificationResponse> {
|
|
5978
6684
|
Util.validateModel(request);
|
|
@@ -6023,20 +6729,173 @@ export default class Client extends OpenApi {
|
|
|
6023
6729
|
}
|
|
6024
6730
|
|
|
6025
6731
|
/**
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6732
|
+
* @summary Verifies whether the name and phone number entered by a user belong to the same user.
|
|
6733
|
+
*
|
|
6734
|
+
* @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.
|
|
6735
|
+
* * 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.
|
|
6736
|
+
* * You are charged only if the value of Code is OK and the value of IsConsistent is not 2.
|
|
6737
|
+
* ### [](#qps)QPS limits
|
|
6738
|
+
* 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.
|
|
6739
|
+
*
|
|
6740
|
+
* @param request TwoElementsVerificationRequest
|
|
6741
|
+
* @return TwoElementsVerificationResponse
|
|
6034
6742
|
*/
|
|
6035
6743
|
async twoElementsVerification(request: TwoElementsVerificationRequest): Promise<TwoElementsVerificationResponse> {
|
|
6036
6744
|
let runtime = new $Util.RuntimeOptions({ });
|
|
6037
6745
|
return await this.twoElementsVerificationWithOptions(request, runtime);
|
|
6038
6746
|
}
|
|
6039
6747
|
|
|
6748
|
+
/**
|
|
6749
|
+
* @summary UAID采集
|
|
6750
|
+
*
|
|
6751
|
+
* @param request UAIDCollectionRequest
|
|
6752
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6753
|
+
* @return UAIDCollectionResponse
|
|
6754
|
+
*/
|
|
6755
|
+
async uAIDCollectionWithOptions(request: UAIDCollectionRequest, runtime: $Util.RuntimeOptions): Promise<UAIDCollectionResponse> {
|
|
6756
|
+
Util.validateModel(request);
|
|
6757
|
+
let query = { };
|
|
6758
|
+
if (!Util.isUnset(request.authCode)) {
|
|
6759
|
+
query["AuthCode"] = request.authCode;
|
|
6760
|
+
}
|
|
6761
|
+
|
|
6762
|
+
if (!Util.isUnset(request.carrier)) {
|
|
6763
|
+
query["Carrier"] = request.carrier;
|
|
6764
|
+
}
|
|
6765
|
+
|
|
6766
|
+
if (!Util.isUnset(request.ip)) {
|
|
6767
|
+
query["Ip"] = request.ip;
|
|
6768
|
+
}
|
|
6769
|
+
|
|
6770
|
+
if (!Util.isUnset(request.outId)) {
|
|
6771
|
+
query["OutId"] = request.outId;
|
|
6772
|
+
}
|
|
6773
|
+
|
|
6774
|
+
if (!Util.isUnset(request.ownerId)) {
|
|
6775
|
+
query["OwnerId"] = request.ownerId;
|
|
6776
|
+
}
|
|
6777
|
+
|
|
6778
|
+
if (!Util.isUnset(request.province)) {
|
|
6779
|
+
query["Province"] = request.province;
|
|
6780
|
+
}
|
|
6781
|
+
|
|
6782
|
+
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
6783
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
6784
|
+
}
|
|
6785
|
+
|
|
6786
|
+
if (!Util.isUnset(request.resourceOwnerId)) {
|
|
6787
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
6788
|
+
}
|
|
6789
|
+
|
|
6790
|
+
if (!Util.isUnset(request.token)) {
|
|
6791
|
+
query["Token"] = request.token;
|
|
6792
|
+
}
|
|
6793
|
+
|
|
6794
|
+
if (!Util.isUnset(request.userGrantId)) {
|
|
6795
|
+
query["UserGrantId"] = request.userGrantId;
|
|
6796
|
+
}
|
|
6797
|
+
|
|
6798
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
6799
|
+
query: OpenApiUtil.query(query),
|
|
6800
|
+
});
|
|
6801
|
+
let params = new $OpenApi.Params({
|
|
6802
|
+
action: "UAIDCollection",
|
|
6803
|
+
version: "2020-02-17",
|
|
6804
|
+
protocol: "HTTPS",
|
|
6805
|
+
pathname: "/",
|
|
6806
|
+
method: "POST",
|
|
6807
|
+
authType: "AK",
|
|
6808
|
+
style: "RPC",
|
|
6809
|
+
reqBodyType: "formData",
|
|
6810
|
+
bodyType: "json",
|
|
6811
|
+
});
|
|
6812
|
+
return $tea.cast<UAIDCollectionResponse>(await this.callApi(params, req, runtime), new UAIDCollectionResponse({}));
|
|
6813
|
+
}
|
|
6814
|
+
|
|
6815
|
+
/**
|
|
6816
|
+
* @summary UAID采集
|
|
6817
|
+
*
|
|
6818
|
+
* @param request UAIDCollectionRequest
|
|
6819
|
+
* @return UAIDCollectionResponse
|
|
6820
|
+
*/
|
|
6821
|
+
async uAIDCollection(request: UAIDCollectionRequest): Promise<UAIDCollectionResponse> {
|
|
6822
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
6823
|
+
return await this.uAIDCollectionWithOptions(request, runtime);
|
|
6824
|
+
}
|
|
6825
|
+
|
|
6826
|
+
/**
|
|
6827
|
+
* @summary uaid号码转换服务
|
|
6828
|
+
*
|
|
6829
|
+
* @param request UAIDConversionRequest
|
|
6830
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6831
|
+
* @return UAIDConversionResponse
|
|
6832
|
+
*/
|
|
6833
|
+
async uAIDConversionWithOptions(request: UAIDConversionRequest, runtime: $Util.RuntimeOptions): Promise<UAIDConversionResponse> {
|
|
6834
|
+
Util.validateModel(request);
|
|
6835
|
+
let query = { };
|
|
6836
|
+
if (!Util.isUnset(request.authCode)) {
|
|
6837
|
+
query["AuthCode"] = request.authCode;
|
|
6838
|
+
}
|
|
6839
|
+
|
|
6840
|
+
if (!Util.isUnset(request.carrier)) {
|
|
6841
|
+
query["Carrier"] = request.carrier;
|
|
6842
|
+
}
|
|
6843
|
+
|
|
6844
|
+
if (!Util.isUnset(request.outId)) {
|
|
6845
|
+
query["OutId"] = request.outId;
|
|
6846
|
+
}
|
|
6847
|
+
|
|
6848
|
+
if (!Util.isUnset(request.ownerId)) {
|
|
6849
|
+
query["OwnerId"] = request.ownerId;
|
|
6850
|
+
}
|
|
6851
|
+
|
|
6852
|
+
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
6853
|
+
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
6854
|
+
}
|
|
6855
|
+
|
|
6856
|
+
if (!Util.isUnset(request.resourceOwnerId)) {
|
|
6857
|
+
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
6858
|
+
}
|
|
6859
|
+
|
|
6860
|
+
if (!Util.isUnset(request.uaidList)) {
|
|
6861
|
+
query["UaidList"] = request.uaidList;
|
|
6862
|
+
}
|
|
6863
|
+
|
|
6864
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
6865
|
+
query: OpenApiUtil.query(query),
|
|
6866
|
+
});
|
|
6867
|
+
let params = new $OpenApi.Params({
|
|
6868
|
+
action: "UAIDConversion",
|
|
6869
|
+
version: "2020-02-17",
|
|
6870
|
+
protocol: "HTTPS",
|
|
6871
|
+
pathname: "/",
|
|
6872
|
+
method: "POST",
|
|
6873
|
+
authType: "AK",
|
|
6874
|
+
style: "RPC",
|
|
6875
|
+
reqBodyType: "formData",
|
|
6876
|
+
bodyType: "json",
|
|
6877
|
+
});
|
|
6878
|
+
return $tea.cast<UAIDConversionResponse>(await this.callApi(params, req, runtime), new UAIDConversionResponse({}));
|
|
6879
|
+
}
|
|
6880
|
+
|
|
6881
|
+
/**
|
|
6882
|
+
* @summary uaid号码转换服务
|
|
6883
|
+
*
|
|
6884
|
+
* @param request UAIDConversionRequest
|
|
6885
|
+
* @return UAIDConversionResponse
|
|
6886
|
+
*/
|
|
6887
|
+
async uAIDConversion(request: UAIDConversionRequest): Promise<UAIDConversionResponse> {
|
|
6888
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
6889
|
+
return await this.uAIDConversionWithOptions(request, runtime);
|
|
6890
|
+
}
|
|
6891
|
+
|
|
6892
|
+
/**
|
|
6893
|
+
* @summary 获取UAID
|
|
6894
|
+
*
|
|
6895
|
+
* @param request UAIDVerificationRequest
|
|
6896
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
6897
|
+
* @return UAIDVerificationResponse
|
|
6898
|
+
*/
|
|
6040
6899
|
async uAIDVerificationWithOptions(request: UAIDVerificationRequest, runtime: $Util.RuntimeOptions): Promise<UAIDVerificationResponse> {
|
|
6041
6900
|
Util.validateModel(request);
|
|
6042
6901
|
let query = { };
|
|
@@ -6097,6 +6956,12 @@ export default class Client extends OpenApi {
|
|
|
6097
6956
|
return $tea.cast<UAIDVerificationResponse>(await this.callApi(params, req, runtime), new UAIDVerificationResponse({}));
|
|
6098
6957
|
}
|
|
6099
6958
|
|
|
6959
|
+
/**
|
|
6960
|
+
* @summary 获取UAID
|
|
6961
|
+
*
|
|
6962
|
+
* @param request UAIDVerificationRequest
|
|
6963
|
+
* @return UAIDVerificationResponse
|
|
6964
|
+
*/
|
|
6100
6965
|
async uAIDVerification(request: UAIDVerificationRequest): Promise<UAIDVerificationResponse> {
|
|
6101
6966
|
let runtime = new $Util.RuntimeOptions({ });
|
|
6102
6967
|
return await this.uAIDVerificationWithOptions(request, runtime);
|