1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
|
<?php return [
'version' => '1.0',
'info' => ['style' => 'RPC', 'product' => 'xtee', 'version' => '2022-05-13'],
'directories' => [
[
'id' => 0,
'title' => '其它',
'type' => 'directory',
'children' => ['MeterageTallyServiceCallStatistics', 'MeterageTallyGlobalStatistics', 'MeterageTallyServiceAndSceneList', 'MeterageOpenServiceQuery', 'MeterageTallyServiceAndSceneStatistics', 'MeterageStatisticsDownLoad', 'MeterageSubTallyServiceAndSceneStatistics'],
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'MeterageTallyServiceCallStatistics' => [
'summary' => 'Query Meterage Package Deduction Daily Statistics',
'methods' => ['post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'get'],
'parameters' => [
[
'name' => 'TabCode',
'in' => 'query',
'schema' => ['description' => 'Tag item code.', 'type' => 'string', 'required' => true, 'example' => 'MS'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Request ID.', 'type' => 'string', 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094'],
'ResultObject' => ['description' => 'Return result.', 'type' => 'string', 'example' => '{'."\n"
.' "code": 200,'."\n"
.' "data": {'."\n"
.' "ResultObject": {'."\n"
.' "dataList": ['."\n"
.' 10,'."\n"
.' 20,'."\n"
.' 70,'."\n"
.' 100,'."\n"
.' 0,'."\n"
.' 0,'."\n"
.' 90'."\n"
.' ],'."\n"
.' "categoryList": ['."\n"
.' "2025-07-26",'."\n"
.' "2025-07-27",'."\n"
.' "2025-07-28",'."\n"
.' "2025-07-29",'."\n"
.' "2025-07-30",'."\n"
.' "2025-07-31",'."\n"
.' "2025-08-01"'."\n"
.' ]'."\n"
.' },'."\n"
.' "HttpStatusCode": "200",'."\n"
.' "Code": "200"'."\n"
.' },'."\n"
.' "requestId": "9FC7E340-D441-5D3B-A7F6-42DF4D40B54C",'."\n"
.' "success": true'."\n"
.'}'],
'Code' => ['description' => 'Status code.', 'type' => 'string', 'example' => '200'],
'HttpStatusCode' => ['description' => 'HTTP status code.', 'type' => 'string', 'example' => '200'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"code\\\\\\": 200,\\\\n \\\\\\"data\\\\\\": {\\\\n \\\\\\"ResultObject\\\\\\": {\\\\n \\\\\\"dataList\\\\\\": [\\\\n 10,\\\\n 20,\\\\n 70,\\\\n 100,\\\\n 0,\\\\n 0,\\\\n 90\\\\n ],\\\\n \\\\\\"categoryList\\\\\\": [\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\",\\\\n \\\\\\"2025-07-30\\\\\\",\\\\n \\\\\\"2025-07-31\\\\\\",\\\\n \\\\\\"2025-08-01\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\"HttpStatusCode\\\\\\": \\\\\\"200\\\\\\",\\\\n \\\\\\"Code\\\\\\": \\\\\\"200\\\\\\"\\\\n },\\\\n \\\\\\"requestId\\\\\\": \\\\\\"9FC7E340-D441-5D3B-A7F6-42DF4D40B54C\\\\\\",\\\\n \\\\\\"success\\\\\\": true\\\\n}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
'title' => 'Query Meterage Package Deduction Daily Statistics',
'translator' => 'machine',
],
'MeterageTallyGlobalStatistics' => [
'summary' => 'Query Global Statistics for Meterage',
'methods' => ['post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'get'],
'parameters' => [
[
'name' => 'TabCode',
'in' => 'query',
'schema' => ['description' => 'Tag item code.', 'type' => 'string', 'required' => true, 'example' => 'MS'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Request ID.', 'type' => 'string', 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094'],
'ResultObject' => ['description' => 'Result object.', 'type' => 'string', 'example' => '{'."\n"
.' "globalData": {'."\n"
.' "marketing_shield": {'."\n"
.' "remainingAmount": 0,'."\n"
.' "amount": 2001000,'."\n"
.' "usedAmount": 2001000'."\n"
.' }'."\n"
.' }'."\n"
.' }'],
'Code' => ['description' => 'Status code.', 'type' => 'string', 'example' => '200'],
'HttpStatusCode' => ['description' => 'HTTP status code.', 'type' => 'string', 'example' => '200'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"globalData\\\\\\": {\\\\n \\\\\\"marketing_shield\\\\\\": {\\\\n \\\\\\"remainingAmount\\\\\\": 0,\\\\n \\\\\\"amount\\\\\\": 2001000,\\\\n \\\\\\"usedAmount\\\\\\": 2001000\\\\n }\\\\n }\\\\n }\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
'title' => 'Query Global Statistics for Meterage',
'translator' => 'machine',
],
'MeterageTallyServiceAndSceneList' => [
'summary' => 'Get the List of Services and Scenarios under a Specific User Package',
'methods' => ['post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'get'],
'parameters' => [
[
'name' => 'TabCode',
'in' => 'query',
'schema' => ['description' => 'Tag item code.', 'type' => 'string', 'required' => true, 'example' => 'MS'],
],
[
'name' => 'StartDate',
'in' => 'query',
'schema' => ['description' => 'Start timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1753631000000'],
],
[
'name' => 'EndDate',
'in' => 'query',
'schema' => ['description' => 'End timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1742227199999'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Request ID.', 'type' => 'string', 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094'],
'ResultObject' => ['description' => 'Result object.', 'type' => 'string', 'example' => '{'."\n"
.' "scenesMap": {'."\n"
.' "anti_fraud_customed": ['."\n"
.' "saf_feat_bin_quota"'."\n"
.' ]'."\n"
.' },'."\n"
.' "services": ['."\n"
.' "anti_fraud_customed"'."\n"
.' ]'."\n"
.'}'],
'HttpStatusCode' => ['description' => 'HTTP status code.', 'type' => 'string', 'example' => '200'],
'Code' => ['description' => 'Status code.', 'type' => 'string', 'example' => '200'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"scenesMap\\\\\\": {\\\\n \\\\\\"anti_fraud_customed\\\\\\": [\\\\n \\\\\\"saf_feat_bin_quota\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\"services\\\\\\": [\\\\n \\\\\\"anti_fraud_customed\\\\\\"\\\\n ]\\\\n}\\",\\n \\"HttpStatusCode\\": \\"200\\",\\n \\"Code\\": \\"200\\"\\n}","type":"json"}]',
'title' => 'Get the List of Services and Scenarios under a Specific User Package',
'translator' => 'machine',
],
'MeterageOpenServiceQuery' => [
'summary' => 'Check if Service is Enabled',
'methods' => ['post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'get'],
'parameters' => [
[
'name' => 'TabCode',
'in' => 'query',
'schema' => ['description' => 'Tag item code.', 'type' => 'string', 'required' => true, 'example' => 'MS'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Request ID.', 'type' => 'string', 'example' => 'FB6524B9-9199-51DF-9D17-CA615CBBE180'],
'ResultObject' => ['description' => 'Result object.', 'type' => 'string', 'example' => '{"hasOpen": true}'],
'Code' => ['description' => 'Status code.', 'type' => 'string', 'example' => '200'],
'HttpStatusCode' => ['description' => 'HTTP status code.'."\n", 'type' => 'string', 'example' => '200'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"FB6524B9-9199-51DF-9D17-CA615CBBE180\\",\\n \\"ResultObject\\": \\"{\\\\\\"hasOpen\\\\\\": true}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
'title' => 'Check if Service is Enabled',
'translator' => 'machine',
],
'MeterageTallyServiceAndSceneStatistics' => [
'summary' => 'Retrieve Service and Scenario Call Analysis for a Specific User Package',
'methods' => ['post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'get'],
'parameters' => [
[
'name' => 'TabCode',
'in' => 'query',
'schema' => ['description' => 'Tag item code.', 'type' => 'string', 'required' => true, 'example' => 'MS'],
],
[
'name' => 'Scene',
'in' => 'query',
'schema' => ['description' => 'Scenario', 'type' => 'string', 'required' => false, 'example' => 'saf_feat_bin_quota'],
],
[
'name' => 'Service',
'in' => 'query',
'schema' => ['description' => 'Service.', 'type' => 'string', 'required' => false, 'example' => 'anti_fraud_customed'],
],
[
'name' => 'StartDate',
'in' => 'query',
'schema' => ['description' => 'Start date timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1753631000000'],
],
[
'name' => 'EndDate',
'in' => 'query',
'schema' => ['description' => 'End date timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1732982399999'],
],
[
'name' => 'Page',
'in' => 'query',
'schema' => ['description' => 'Current page number.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => 'Page size, default: 10.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Request ID.', 'type' => 'string', 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094'],
'ResultObject' => ['description' => 'Return result.', 'type' => 'string', 'example' => '{'."\n"
.' "serviceAndSceneStatisticsData": {'."\n"
.' "total": 7,'."\n"
.' "serviceDataList": {'."\n"
.' "ei_riskLpInfo_lite": ['."\n"
.' 0,'."\n"
.' 0,'."\n"
.' 0,'."\n"
.' 1,'."\n"
.' 0,'."\n"
.' 0,'."\n"
.' 0'."\n"
.' ],'."\n"
.' "ei_riskLpInfo_cstm": ['."\n"
.' 2,'."\n"
.' 0,'."\n"
.' 0,'."\n"
.' 1,'."\n"
.' 6,'."\n"
.' 0,'."\n"
.' 0'."\n"
.' ]'."\n"
.' },'."\n"
.' "totalPage": 1,'."\n"
.' "categoryList": ['."\n"
.' "2025-07-25",'."\n"
.' "2025-07-26",'."\n"
.' "2025-07-27",'."\n"
.' "2025-07-28",'."\n"
.' "2025-07-29",'."\n"
.' "2025-07-30",'."\n"
.' "2025-07-31"'."\n"
.' ],'."\n"
.' "pageSize": 10,'."\n"
.' "currentPage": 1'."\n"
.' }'."\n"
.'}'],
'Code' => ['description' => 'Status code.', 'type' => 'string', 'example' => '200'],
'HttpStatusCode' => ['description' => 'HTTP status code.', 'type' => 'string', 'example' => '200'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\n \\\\\\"serviceAndSceneStatisticsData\\\\\\": {\\\\n \\\\\\"total\\\\\\": 7,\\\\n \\\\\\"serviceDataList\\\\\\": {\\\\n \\\\\\"ei_riskLpInfo_lite\\\\\\": [\\\\n 0,\\\\n 0,\\\\n 0,\\\\n 1,\\\\n 0,\\\\n 0,\\\\n 0\\\\n ],\\\\n \\\\\\"ei_riskLpInfo_cstm\\\\\\": [\\\\n 2,\\\\n 0,\\\\n 0,\\\\n 1,\\\\n 6,\\\\n 0,\\\\n 0\\\\n ]\\\\n },\\\\n \\\\\\"totalPage\\\\\\": 1,\\\\n \\\\\\"categoryList\\\\\\": [\\\\n \\\\\\"2025-07-25\\\\\\",\\\\n \\\\\\"2025-07-26\\\\\\",\\\\n \\\\\\"2025-07-27\\\\\\",\\\\n \\\\\\"2025-07-28\\\\\\",\\\\n \\\\\\"2025-07-29\\\\\\",\\\\n \\\\\\"2025-07-30\\\\\\",\\\\n \\\\\\"2025-07-31\\\\\\"\\\\n ],\\\\n \\\\\\"pageSize\\\\\\": 10,\\\\n \\\\\\"currentPage\\\\\\": 1\\\\n }\\\\n}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
'title' => 'Retrieve Service and Scenario Call Analysis for a Specific User Package',
'translator' => 'machine',
],
'MeterageStatisticsDownLoad' => [
'summary' => 'Download Statistics',
'methods' => ['post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsafY3PCXI'],
],
'parameters' => [
[
'name' => 'TabCode',
'in' => 'query',
'schema' => ['description' => 'Tag item code.', 'type' => 'string', 'required' => false, 'example' => 'MS'],
],
[
'name' => 'Scene',
'in' => 'query',
'schema' => ['description' => 'Scene.', 'type' => 'string', 'required' => false, 'example' => 'saf_feat_bin_quota'],
],
[
'name' => 'Service',
'in' => 'query',
'schema' => ['description' => 'Service.', 'type' => 'string', 'required' => false, 'example' => 'anti_fraud_customed'],
],
[
'name' => 'StartDate',
'in' => 'query',
'schema' => ['description' => 'Start date timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1753631000000'],
],
[
'name' => 'EndDate',
'in' => 'query',
'schema' => ['description' => 'End date timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1753631999999'],
],
[
'name' => 'Page',
'in' => 'query',
'schema' => ['description' => 'Current page number.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => 'Page size, default: 10.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10'],
],
],
'responses' => [
200 => [
'headers' => [],
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Request ID.', 'type' => 'string', 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094'],
'ResultObject' => ['description' => 'Return result.', 'type' => 'string', 'example' => '{"downLoadUrl": "https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D"}'],
'Code' => ['description' => 'Status code.', 'type' => 'string', 'example' => '200'],
'HttpStatusCode' => ['description' => 'HTTP status code.', 'type' => 'string', 'example' => '200'],
],
],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{\\\\\\"downLoadUrl\\\\\\": \\\\\\"https://xxxxx-oss-xxxxx.xxxxxx.aliyuncs.com/xx/xx/xxx/xxxxxx.csv?Expires=1753433384&OSSAccessKeyId=xxxxxxxxx&Signature=%2F%xxxxxxxxxxxx%3D\\\\\\"}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
'title' => 'Download Statistics',
'translator' => 'machine',
],
'MeterageSubTallyServiceAndSceneStatistics' => [
'summary' => 'Sub-account Level Call Volume Statistics',
'methods' => ['post'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'deprecated' => false,
'systemTags' => ['operationType' => 'get'],
'parameters' => [
[
'name' => 'TabCode',
'in' => 'query',
'schema' => ['description' => 'Tag item code.', 'type' => 'string', 'required' => false, 'example' => 'MS'],
],
[
'name' => 'Scene',
'in' => 'query',
'schema' => ['description' => 'Scene.', 'type' => 'string', 'required' => false, 'example' => 'saf_feat_bin_quota'],
],
[
'name' => 'Service',
'in' => 'query',
'schema' => ['description' => 'Service.', 'type' => 'string', 'required' => false, 'example' => 'anti_fraud_customed'],
],
[
'name' => 'StartDate',
'in' => 'query',
'schema' => ['description' => 'Start date timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1753631000000'],
],
[
'name' => 'EndDate',
'in' => 'query',
'schema' => ['description' => 'End timestamp. Unit: milliseconds.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1748966399999'],
],
[
'name' => 'Page',
'in' => 'query',
'schema' => ['description' => 'Current page number.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => 'Page size, default: 10.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10'],
],
[
'name' => 'SubUserId',
'in' => 'query',
'schema' => ['description' => 'Sub-account UID.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '25353XX'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => 'Request ID.', 'type' => 'string', 'example' => 'A32FE941-35F2-5378-B37C-4B8FDB16F094'],
'ResultObject' => ['description' => 'Result object.', 'type' => 'string', 'example' => '{}'],
'Code' => ['description' => 'Status code.', 'type' => 'string', 'example' => '200'],
'HttpStatusCode' => ['description' => 'HTTP status code.', 'type' => 'string', 'example' => '200'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A32FE941-35F2-5378-B37C-4B8FDB16F094\\",\\n \\"ResultObject\\": \\"{}\\",\\n \\"Code\\": \\"200\\",\\n \\"HttpStatusCode\\": \\"200\\"\\n}","type":"json"}]',
'title' => 'Sub-account Level Call Volume Statistics',
'translator' => 'machine',
],
],
'endpoints' => [
['regionId' => 'cn-shanghai', 'endpoint' => 'riskcontrol-share.aliyuncs.com'],
['regionId' => 'cn-hangzhou', 'endpoint' => 'riskcontrol-share.aliyuncs.com'],
['regionId' => 'ap-southeast-1', 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com'],
['regionId' => 'ap-southeast-3', 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com'],
['regionId' => 'ap-southeast-5', 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com'],
],
];
|