summaryrefslogtreecommitdiff
path: root/data/zh_cn/agency/2022-12-16/api-docs.php
blob: b8add45b23f41280e449c80ffbcc99ac0a971f0a (plain)
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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'RPC', 'product' => 'Agency', 'version' => '2022-12-16'],
    'directories' => [
        [
            'children' => ['CreateCustomer', 'GetInviteStatus', 'GetUnassociatedCustomer', 'InviteSubAccount', 'ResendEmail', 'ListCountries'],
            'type' => 'directory',
            'title' => '客户邀请',
            'id' => 452285,
        ],
        [
            'children' => ['AutomaticWriteOff', 'CustomerQuotaRecordList', 'DeductOutstandingBalance', 'EditEndUserStatus', 'EditNewBuyStatus', 'EditZeroCreditShutdown', 'ExportCustomerQuotaRecord', 'ExportReversedDeductionHistory', 'GetAccountInfo', 'GetCreditInfo', 'GetPurchaseControlRecord', 'GetShutdownPolicyRecord', 'QueryReversedDeductionHistory', 'QueryAutomaticWriteOffChangeRecords', 'SetAccountInfo', 'SetCreditLine', 'SetWarningThreshold'],
            'type' => 'directory',
            'title' => '客户账号管理',
            'id' => 452286,
        ],
        [
            'children' => ['CancelSubscriptionBill', 'GetCommissionableProducts', 'GetCustomerOrders', 'GetDailyBill', 'GetMonthlyBill', 'SubscriptionBill'],
            'type' => 'directory',
            'title' => '费用中心',
            'id' => 452289,
        ],
        [
            'children' => ['GetTier2CouponApprovalDetail', 'ListTier2CouponApproval', 'CancelCoupon', 'CreateCouponTemplate', 'CouponApprovalStatusList', 'DeleteCouponTemplate', 'GetCouponTemplateDetail', 'GetCoupondeductProductCode', 'IssueCouponForCustomer', 'ListCouponUsage', 'QuotaListExportPaged'],
            'type' => 'directory',
            'title' => '优惠券管理',
            'id' => 452290,
        ],
        [
            'children' => ['ProcessApproval', 'ListExportTasks', 'InviteSubReseller'],
            'type' => 'directory',
            'title' => '其他',
            'id' => 452291,
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'AutomaticWriteOff' => [
            'summary' => '在月末结算前,您可选择开启【自动销账】功能,当【已消费未抵扣额度】达到设置自动销账金额后,该笔金额将转移至【已抵扣额度】,并支持冲减。',
            'path' => '',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'paid'],
            'parameters' => [
                [
                    'name' => 'CustomerUid',
                    'in' => 'query',
                    'schema' => ['description' => '客户UID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '123456'],
                ],
                [
                    'name' => 'AutomaticWriteOffEnabled',
                    'in' => 'query',
                    'schema' => ['title' => 'true开启自动销账并设置自动销账金额,false关闭自动销账', 'description' => 'true开启自动销账并设置自动销账金额,false关闭自动销账', 'type' => 'boolean', 'required' => true, 'example' => 'true'],
                ],
                [
                    'name' => 'AutomaticWriteOffAmount',
                    'in' => 'query',
                    'schema' => [
                        'title' => '自动销账金额,如果开启自动销账,此字段必填。只可以选择100、500、1000',
                        'description' => '自动销账金额,如果开启自动销账,此字段必填。只可以选择100、500、1000',
                        'type' => 'integer',
                        'format' => 'int64',
                        'required' => false,
                        'example' => '100',
                        'enum' => ['100', '500', '1000'],
                    ],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'title' => '多语言参数,不传默认英文'."\n"
                            .'en:英文'."\n"
                            .'zh:中文'."\n"
                            .'ja:日文',
                        'description' => '多语言参数,不传默认英文'."\n"
                            .'en:英文'."\n"
                            .'zh:中文'."\n"
                            .'ja:日文',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'en',
                        'enum' => ['zh', 'en', 'ja'],
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回对象',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '6fc1309b17543600398356606d0096'],
                            'Message' => ['title' => '描述', 'description' => '描述', 'type' => 'string', 'example' => '成功'],
                            'Code' => ['title' => 'code', 'description' => 'code', 'type' => 'string', 'example' => '200'],
                            'Data' => ['title' => '是否设置成功', 'description' => '是否设置成功', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '设置自动销账',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"6fc1309b17543600398356606d0096\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": true\\n}","type":"json"}]',
        ],
        'CancelCoupon' => [
            'summary' => '作废优惠券',
            'path' => '',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'high', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'CouponId',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'schema' => ['description' => '优惠券编号', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '501001340370350'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Code' => ['description' => '状态码', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => ['description' => '操作结果', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ERROR_201', 'errorMessage' => 'Parameters are illegal and required fields are empty.', 'description' => '参数不合法,必填项为空'],
                    ['errorCode' => 'ERROR_2311', 'errorMessage' => 'Coupon template does not exist.', 'description' => '优惠券模板不存在'],
                    ['errorCode' => 'ERROR_1003', 'errorMessage' => 'No permission to operate the object.', 'description' => '无该对象操作权限'],
                    ['errorCode' => 'ERROR_2307', 'errorMessage' => 'Coupons not in normal state or coupons for which Alibaba Cloud bears the cost cannot be voided.', 'description' => '优惠券非正常状态或为阿里云承担成本的优惠券不可作废'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '作废优惠券',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CancelCoupon'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"Data\\": true\\n}","type":"json"}]',
        ],
        'CancelSubscriptionBill' => [
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'SubscribeType',
                    'in' => 'query',
                    'schema' => ['title' => 'subscribeType', 'description' => '订阅类型 '."\n"
                        ."\n"
                        .'-  PartnerBillingItemDetailForBillingPeriod  计费项账单明细'."\n"
                        .'- PartnerBillingItemDetailMonthly    计费项月账单'."\n"
                        .'- PartnerInstanceDetailForBillingPeriod  实例账单明细'."\n"
                        .'- PartnerInstanceDetailMonthly 实例月账单', 'type' => 'string', 'required' => true, 'example' => 'PartnerBillingItemDetailForBillingPeriod'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Message' => ['title' => 'message', 'description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['title' => 'requestId', 'description' => '请求id', 'type' => 'string', 'example' => '210e876f16704666020714468dab35'],
                            'Data' => ['description' => '返回数据', 'type' => 'boolean', 'example' => 'true'],
                            'Code' => [
                                'title' => 'code',
                                'description' => '状态码',
                                'type' => 'string',
                                'enumValueTitles' => [1008 => '取消订阅失败', '不存在订阅记录'],
                                'example' => '200',
                            ],
                            'Success' => ['title' => 'success', 'description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => '没有执行此操作的权限。'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '取消订阅多级分销账单',
            'summary' => '国际渠道生态伙伴多级账单取消订阅功能',
            'description' => '请确保调用者是国际阿里云总经销商伙伴。'."\n"
                ."\n"
                .'用户一次可取消订阅一个类型的账单文件'."\n"
                ."\n"
                .'对应账单类型被取消后,不再推送文件到指定oss空间'."\n"
                ."\n"
                .'**本内容只发布国际站**',
            'changeSet' => [
                ['createdAt' => '2025-01-10T03:58:11.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CancelSubscriptionBill'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"210e876f16704666020714468dab35\\",\\n  \\"Data\\": true,\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'CouponApprovalStatusList' => [
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['description' => '优惠券模板ID', 'type' => 'string', 'required' => false, 'example' => '5093156'],
                ],
                [
                    'name' => 'TemplateName',
                    'in' => 'query',
                    'schema' => ['description' => '模板名称', 'type' => 'string', 'required' => false, 'example' => '测试优惠券模板'],
                ],
                [
                    'name' => 'TemplateStatus',
                    'in' => 'query',
                    'schema' => ['description' => '优惠券模板状态。取值:'."\n"
                        .'- **1**:已撤销申请。'."\n"
                        .'- **2**:审核中。'."\n"
                        .'- **3**:审核驳回。'."\n"
                        .'- **4**:审核通过。'."\n"
                        .'- **5**:审核通过但发放失败。'."\n"
                        .'- **6**:自动通过。'."\n"
                        .'- **7**:自动通过但发放失败。', 'type' => 'string', 'required' => false, 'example' => '2'],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '0', 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '50', 'minimum' => '1', 'example' => '10'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Code' => ['description' => '状态码', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => 'message信息', 'type' => 'string', 'example' => '成功'],
                            'PageNo' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'Total' => ['description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '数据',
                                    'type' => 'object',
                                    'properties' => [
                                        'TemplateId' => ['description' => '模板ID', 'type' => 'string', 'example' => 'S00000101-100040'],
                                        'TemplateName' => ['description' => '优惠券模版名字', 'type' => 'string', 'example' => '模板名称'],
                                        'TemplateStatus' => ['description' => '优惠券模板状态。取值:'."\n"
                                            .'- **1**:已撤销申请。'."\n"
                                            .'- **2**:审核中。'."\n"
                                            .'- **3**:审核驳回。'."\n"
                                            .'- **4**:审核通过。'."\n"
                                            .'- **5**:审核通过但发放失败。'."\n"
                                            .'- **6**:自动通过。'."\n"
                                            .'- **7**:自动通过但发放失败。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
                                        'TimeOfRequest' => ['description' => '申请时间', 'type' => 'string', 'example' => '2024-02-02 09:46:59'],
                                        'IssuerAccount' => ['description' => '发放账号', 'type' => 'string', 'example' => 'test@test.aliyunid.com'],
                                        'Note' => ['description' => '审批意见', 'type' => 'string', 'example' => '通过'],
                                        'IssuerUid' => ['description' => '发放账号uid', 'type' => 'string', 'example' => '5432738203821334'],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '优惠券审批状态列表查询',
            'summary' => '查询优惠券审批状态列表',
            'description' => '确保当前调用账号身份为分销伙伴 '."\n"
                .'<notice>仅国际提供></notice>',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CouponApprovalStatusList'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"Total\\": 10,\\n  \\"Data\\": [\\n    {\\n      \\"TemplateId\\": \\"S00000101-100040\\",\\n      \\"TemplateName\\": \\"模板名称\\",\\n      \\"TemplateStatus\\": 2,\\n      \\"TimeOfRequest\\": \\"2024-02-02 09:46:59\\",\\n      \\"IssuerAccount\\": \\"test@test.aliyunid.com\\",\\n      \\"Note\\": \\"通过\\",\\n      \\"IssuerUid\\": \\"5432738203821334\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'CreateCouponTemplate' => [
            'summary' => '创建优惠券模板',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'TemplateName',
                    'in' => 'query',
                    'schema' => ['title' => '【模板名称】'."\n"
                        .'字段长度限制 30', 'description' => '【模板名称】'."\n"
                        .'字段长度限制 30', 'type' => 'string', 'required' => true, 'example' => '模板名称', 'maxLength' => 30],
                ],
                [
                    'name' => 'ReasonForApplication',
                    'in' => 'query',
                    'schema' => ['title' => '【模板申请原因】'."\n"
                        .'字段长度限制100', 'description' => '【模板申请原因】'."\n"
                        .'字段长度限制100', 'type' => 'string', 'required' => true, 'example' => '模板申请原因', 'maxLength' => 100],
                ],
                [
                    'name' => 'CostBearer',
                    'in' => 'query',
                    'schema' => [
                        'title' => '【优惠券成本承担方】'."\n"
                            .'● Partner自行承担'."\n"
                            .'● Alibaba Cloud阿里云承担成本',
                        'description' => '【优惠券成本承担方】'."\n"
                            .'● Partner自行承担'."\n"
                            .'● Alibaba Cloud阿里云承担成本',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'Partner',
                        'enum' => ['Partner', 'Alibaba Cloud'],
                    ],
                ],
                [
                    'name' => 'ApplicableProducts',
                    'in' => 'query',
                    'schema' => [
                        'title' => '【适用产品】'."\n"
                            .'● All Products全部产品'."\n"
                            .'● Custom自定义',
                        'description' => '【适用产品】'."\n"
                            .'● All Products全部产品'."\n"
                            .'● Custom自定义',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'All Products',
                        'enum' => ['All Products', 'Custom'],
                    ],
                ],
                [
                    'name' => 'ProductType',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'title' => '【产品code列表】',
                        'description' => '【产品code列表】',
                        'type' => 'array',
                        'items' => ['description' => '【产品code】国际渠道分销优惠券可抵扣产品接口返回值', 'type' => 'string', 'required' => false, 'example' => 'code1'],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'LimitPerPerson',
                    'in' => 'query',
                    'schema' => [
                        'title' => '【每人限领张数】'."\n"
                            .'● Limited to 1限领一张:'."\n"
                            .'● Unlimited不限制',
                        'description' => '【每人限领张数】'."\n"
                            .'● Limited to 1限领一张:'."\n"
                            .'● Unlimited不限制',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'Unlimited',
                        'enum' => ['Limited to 1', 'Unlimited'],
                    ],
                ],
                [
                    'name' => 'Value',
                    'in' => 'query',
                    'schema' => ['title' => '【面额】'."\n"
                        .'必须为整数', 'description' => '【面额】'."\n"
                        .'必须为整数', 'type' => 'string', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'ValidUntil',
                    'in' => 'query',
                    'schema' => [
                        'title' => '【有效期】'."\n"
                            .'● Validity Duration:自发券之日起'."\n"
                            .'● Custom Timeframe:自定义时间段',
                        'description' => '【有效期】'."\n"
                            .'● Validity Duration:自发券之日起'."\n"
                            .'● Custom Timeframe:自定义时间段',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'Validity Duration',
                        'enum' => ['Validity Duration', 'Custom Timeframe'],
                    ],
                ],
                [
                    'name' => 'Vailddate',
                    'in' => 'query',
                    'schema' => ['title' => '【生效时间的开始时间】'."\n"
                        .'yyyy-MM-dd 格式'."\n"
                        .'如 2024-08-26  '."\n"
                        .'有效期选择 自定义时间段 必填', 'description' => '【生效时间的开始时间】'."\n"
                        .'yyyy-MM-dd 格式'."\n"
                        .'如 2024-08-26  '."\n"
                        .'有效期选择 自定义时间段 必填', 'type' => 'string', 'required' => false, 'example' => '2024-08-26'],
                ],
                [
                    'name' => 'Expireddate',
                    'in' => 'query',
                    'schema' => ['title' => '【生效时间的结束时间】'."\n"
                        .'yyyy-MM-dd 格式'."\n"
                        .'如 2024-08-26  '."\n"
                        .'有效期选择 自定义时间段 必填', 'description' => '【生效时间的结束时间】'."\n"
                        .'yyyy-MM-dd 格式'."\n"
                        .'如 2024-08-26  '."\n"
                        .'有效期选择 自定义时间段 必填', 'type' => 'string', 'required' => false, 'example' => '2024-08-26'],
                ],
                [
                    'name' => 'Vaildperioddays',
                    'in' => 'query',
                    'schema' => ['title' => '【相对时间的持续多少天‘】'."\n"
                        .'限制为正整数'."\n"
                        .'有效期选择 自发券之日起 必填', 'description' => '【相对时间的持续多少天】'."\n"
                        .'限制为正整数'."\n"
                        .'有效期选择 自发券之日起 必填', 'type' => 'string', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'PurchaseType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '【订单类型】',
                        'description' => '【订单类型】',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'ALL',
                        'enum' => ['ALL', 'Subscription', 'Pay-As-You-Go'],
                    ],
                ],
                [
                    'name' => 'CouponDescription',
                    'in' => 'query',
                    'schema' => ['title' => '券备注信息'."\n"
                        .'长度限制100', 'description' => '券备注信息'."\n"
                        .'长度限制100', 'type' => 'string', 'required' => false, 'example' => '券备注信息', 'maxLength' => 100],
                ],
                [
                    'name' => 'AcceptLanguage',
                    'in' => 'query',
                    'schema' => ['title' => ' 默认值:无'."\n"
                        .'    中文:zh-CN'."\n"
                        .'    英文:en-US'."\n"
                        .'    日文:ja', 'description' => ' 默认值:无'."\n"
                        .'    中文:zh-CN'."\n"
                        .'    英文:en-US'."\n"
                        .'    日文:ja', 'type' => 'string', 'required' => true, 'example' => 'zh-CN'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '2103a30617045934095083027d88c5'],
                            'Code' => ['title' => '状态码 200 成功', 'description' => '状态码 200 成功', 'type' => 'string', 'example' => '200'],
                            'Message' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'object',
                                'properties' => [
                                    'TemplateName' => ['title' => '优惠券模版名字', 'description' => '优惠券模版名字', 'type' => 'string', 'example' => '模板名称'],
                                    'ApplicableProducts' => [
                                        'title' => '【适用产品】'."\n"
                                            .'● All Products全部产品'."\n"
                                            .'● Custom自定义',
                                        'description' => '【适用产品】'."\n"
                                            .'● All Products全部产品'."\n"
                                            .'● Custom自定义',
                                        'type' => 'string',
                                        'example' => 'Custom',
                                        'enum' => ['Custom', 'All Products'],
                                    ],
                                    'ProductType' => [
                                        'title' => '【产品code列表】',
                                        'description' => '【产品code列表】',
                                        'type' => 'array',
                                        'items' => ['description' => '【产品code】', 'type' => 'string', 'example' => 'code1'],
                                    ],
                                    'Value' => ['description' => '面额', 'type' => 'string', 'example' => '1'],
                                    'ValidUntil' => [
                                        'title' => '【有效期】'."\n"
                                            .'● Validity Duration:自发券之日起'."\n"
                                            .'● Custom Timeframe:自定义时间段',
                                        'description' => '【有效期】'."\n"
                                            .'● Validity Duration:自发券之日起'."\n"
                                            .'● Custom Timeframe:自定义时间段',
                                        'type' => 'string',
                                        'example' => 'Validity Duration',
                                        'enum' => ['Validity Duration', 'Custom Timeframe'],
                                    ],
                                    'Vailddate' => ['title' => '【生效时间的开始时间】'."\n"
                                        .'yyyy-MM-dd 格式', 'description' => '【生效时间的开始时间】'."\n"
                                        .'yyyy-MM-dd 格式', 'type' => 'string', 'example' => '2024-01-01'],
                                    'Expireddate' => ['title' => '【生效时间的结束时间】'."\n"
                                        .'yyyy-MM-dd 格式', 'description' => '【生效时间的结束时间】'."\n"
                                        .'yyyy-MM-dd 格式', 'type' => 'string', 'example' => '2024-01-01'],
                                    'Vaildperioddays' => ['description' => '【相对时间的持续多少天】', 'type' => 'string', 'example' => '1'],
                                    'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-04-02 16:15:31'],
                                    'CostBearer' => [
                                        'title' => '【优惠券成本承担方】'."\n"
                                            .'● Partner自行承担'."\n"
                                            .'● Alibaba Cloud阿里云承担成本',
                                        'description' => '【优惠券成本承担方】'."\n"
                                            .'● Partner自行承担'."\n"
                                            .'● Alibaba Cloud阿里云承担成本',
                                        'type' => 'string',
                                        'example' => 'Partner',
                                        'enum' => ['Partner', 'Alibaba Cloud'],
                                    ],
                                    'Status' => ['title' => '状态'."\n"
                                        ."\n"
                                        .'CREATED 已创建 '."\n"
                                        .'APPROVING 审核中'."\n"
                                        .'APPROVED已批准'."\n"
                                        .'UNAPPROVED 未批准'."\n"
                                        .'ABANDONED 已作废'."\n"
                                        .'EXPIRED 已过期'."\n"
                                        .'EXHAUSTED 已用完'."\n"
                                        .'	', 'description' => '状态'."\n"
                                        ."\n"
                                        .'CREATED 已创建 '."\n"
                                        .'APPROVING 审核中'."\n"
                                        .'APPROVED已批准'."\n"
                                        .'UNAPPROVED 未批准'."\n"
                                        .'ABANDONED 已作废'."\n"
                                        .'EXPIRED 已过期'."\n"
                                        .'EXHAUSTED 已用完'."\n"
                                        .'	', 'type' => 'string', 'example' => 'APPROVED'],
                                    'CouponTemplateID' => ['title' => '优惠券模版ID', 'description' => '优惠券模版ID', 'type' => 'integer', 'format' => 'int64', 'example' => '111111'],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ERROR_3070', 'errorMessage' => 'CouponTemplateName must be entered.', 'description' => '模板名称 必须输入'],
                    ['errorCode' => 'ERROR_3100', 'errorMessage' => 'System exceptions, please submit a work order.', 'description' => '系统通用异常,请提交工单'],
                    ['errorCode' => 'ERROR_3091', 'errorMessage' => 'Coupon template name length over limit.', 'description' => '优惠券模版名字长度过长(30)'],
                    ['errorCode' => 'ERROR_3071', 'errorMessage' => 'ApplicableProducts empty, please check.', 'description' => '适用产品为空,请检查'],
                    ['errorCode' => 'ERROR_3094', 'errorMessage' => 'Applicable product type parameters are not legal.', 'description' => '适用产品类型参数不合法'],
                    ['errorCode' => 'ERROR_3080', 'errorMessage' => 'Account empty, please check.', 'description' => '认证账号为空,请检查'],
                    ['errorCode' => 'ERROR_3090', 'errorMessage' => 'You have no authority.', 'description' => '当前登录账号没有发放优惠券的权限'],
                    ['errorCode' => 'ERROR_3085', 'errorMessage' => 'Product code is not in international channel partner coupons deductable product list.', 'description' => '产品code不在国际渠道可售卖范围'],
                    ['errorCode' => 'ERROR_3072', 'errorMessage' => 'itemCodes empty, please check.', 'description' => '自定义产品为空,请检查'],
                    ['errorCode' => 'ERROR_3101', 'errorMessage' => 'PurchaseType empty, please check .', 'description' => '订单类型为空,请检查'],
                    ['errorCode' => 'ERROR_3073', 'errorMessage' => 'amout empty, please check.', 'description' => '面额为空,请检查'],
                    ['errorCode' => 'ERROR_3096', 'errorMessage' => 'Coupon value is illegal.', 'description' => '面额不合法 (不是正整数)'],
                    ['errorCode' => 'ERROR_3074', 'errorMessage' => 'personLimit empty, please check.', 'description' => '每人限领为空,请检查'],
                    ['errorCode' => 'ERROR_3095', 'errorMessage' => 'The per-person limit is illegal.', 'description' => '每人限领不合法 '],
                    ['errorCode' => 'ERROR_3075', 'errorMessage' => 'applyReason empty, please check.', 'description' => '模版申请原因为空,请检查'],
                    ['errorCode' => 'ERROR_3092', 'errorMessage' => 'Reason for template request length over limit.', 'description' => '模板申请原因长度过长(100)'],
                    ['errorCode' => 'ERROR_3098', 'errorMessage' => 'Coupon Remarks Information length over limit.', 'description' => ' 券备注信息过长(100)'],
                    ['errorCode' => 'ERROR_3093', 'errorMessage' => 'Coupon cost-bearer parameters are not legal.', 'description' => '优惠券成本承担方参数不合法'],
                    ['errorCode' => 'ERROR_3076', 'errorMessage' => 'effDateType empty, please check.', 'description' => '时间类型为空,请检查'],
                    ['errorCode' => 'ERROR_3078', 'errorMessage' => 'effDateFrom empty, please check.', 'description' => '生效时间的开始时间为空,请检查'],
                    ['errorCode' => 'ERROR_3079', 'errorMessage' => 'effDateTo empty, please check.', 'description' => '生效时间的结束时间为空,请检查'],
                    ['errorCode' => 'ERROR_3099', 'errorMessage' => 'The start of the coupon\'s effective time cannot be earlier than the current time.', 'description' => '优惠券生效时间的开始时间不能早于当前时间'],
                    ['errorCode' => 'ERROR_3103', 'errorMessage' => 'The expiration date of the coupon\'s effective time cannot be earlier than the current time.', 'description' => '优惠券生效时间的结束时间不能早于当前时间'],
                    ['errorCode' => 'ERROR_3084', 'errorMessage' => 'Coupon cannot be valid for more than 180 days.', 'description' => '阿里云承担成本优惠券最大有效期为180天'],
                    ['errorCode' => 'ERROR_3077', 'errorMessage' => 'effDateDay empty, please check.', 'description' => '生效持续时间为空,请检查'],
                    ['errorCode' => 'ERROR_3097', 'errorMessage' => 'Time type  is illegal.', 'description' => '时间类型不合法'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '创建优惠券模板',
            'changeSet' => [
                ['createdAt' => '2024-09-11T12:09:50.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateCouponTemplate'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"2103a30617045934095083027d88c5\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"TemplateName\\": \\"模板名称\\",\\n    \\"ApplicableProducts\\": \\"Custom\\",\\n    \\"ProductType\\": [\\n      \\"code1\\"\\n    ],\\n    \\"Value\\": \\"1\\",\\n    \\"ValidUntil\\": \\"Validity Duration\\",\\n    \\"Vailddate\\": \\"2024-01-01\\",\\n    \\"Expireddate\\": \\"2024-01-01\\",\\n    \\"Vaildperioddays\\": \\"1\\",\\n    \\"CreateTime\\": \\"2024-04-02 16:15:31\\",\\n    \\"CostBearer\\": \\"Partner\\",\\n    \\"Status\\": \\"APPROVED\\",\\n    \\"CouponTemplateID\\": 111111\\n  }\\n}","type":"json"}]',
        ],
        'CreateCustomer' => [
            'summary' => '此功能用来报备一个待邀请的客户。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'CustomerName',
                    'in' => 'query',
                    'schema' => ['description' => '客户姓名', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'DoorBell Marketing'],
                ],
                [
                    'name' => 'CustomerTrade',
                    'in' => 'query',
                    'schema' => ['description' => '客户行业名称'."\n"
                        .'请使用Customer Trade枚举', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '0205'],
                ],
                [
                    'name' => 'CustomerSubTrade',
                    'in' => 'query',
                    'schema' => ['description' => '客户子行业'."\n"
                        .'请使用Customer Sub Trade枚举', 'type' => 'string', 'required' => false, 'example' => '020501'],
                ],
                [
                    'name' => 'CustomerSource',
                    'in' => 'query',
                    'schema' => ['description' => '客户来源'."\n"
                        .'请使用Customer Source枚举', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'website'],
                ],
                [
                    'name' => 'Nation',
                    'in' => 'query',
                    'schema' => ['description' => '客户所属区域 请使用ListCountries获取当前UID可作业区域列表', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'AR'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '告知调用是否成功的代码', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '同Code参数', 'type' => 'string', 'example' => '12345'],
                            'Data' => ['description' => '告知是否成功创建客户,如果为true,则Message中为CID', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['description' => 'request ID,阿里云会根据这个进行错误跟踪', 'type' => 'string', 'example' => 'A9B725C7-3DBD-576B-AC91-F6F22AB99A77'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后 续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => '系统异常'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"12345\\",\\n  \\"Data\\": true,\\n  \\"RequestId\\": \\"A9B725C7-3DBD-576B-AC91-F6F22AB99A77\\",\\n  \\"Success\\": true\\n}","type":"json"}]',
            'title' => '报备客户',
            'requestParamsDescription' => '### CustomerSource可选值'."\n"
                .'> 下列格式为:页面对应字段——入参'."\n"
                .'- 线下会议——Off_line_meeting'."\n"
                .'- 官网——website'."\n"
                .'- 市场营销活动——OFFLINE_MARKETTING_EVENT'."\n"
                .'- 国际百科——intl_enterprise'."\n"
                .'- 内部转介绍——Internal_transfer'."\n"
                .'- 外部渠道——External_channel'."\n"
                .'- 陌拜——Mobai'."\n"
                .'- 老客户转介绍——Old_client_to_introduce'."\n"
                .'- 其他——Other'."\n"
                .'- 客户分配——ALLOCATE'."\n"
                .'- 潜客推荐——PotentialRecommend'."\n"
                ."\n"
                .'### Customer Trade可选值'."\n"
                .'>下列四位入参码为parent code,例:parent code=0603(四位)'."\n"
                .'如customer sub trade和constomer trade都需填入,customer trade必须等于sub trade的parent code'."\n"
                .'- 实体零售与批发——0101'."\n"
                .'- 电子商务——0102'."\n"
                .'- 物流和仓储——0103'."\n"
                .'- 旅行、文化、体育和娱乐——0104'."\n"
                .'- 服饰鞋帽、文教和体育用品——0105'."\n"
                .'- 家用电器——0106'."\n"
                .'- 食品、饮料和烟草——0107'."\n"
                .'- 农业综合——0201'."\n"
                .'- 钢铁制造——0202'."\n"
                .'- 设备制造——0203'."\n"
                .'- 通用工业品制造——0204'."\n"
                .'- 汽车、汽车配件和服务——0205'."\n"
                .'- 房地产和建筑——0206'."\n"
                .'- 银行——0301'."\n"
                .'- 保险——0302'."\n"
                .'- 证券和资本市场——0303'."\n"
                .'- 金融服务——0304'."\n"
                .'- 通讯和运营商——0401'."\n"
                .'- 媒体——0402'."\n"
                .'- 计算机硬件设备——0403'."\n"
                .'- 计算机软件和服务——0404'."\n"
                .'- 互联网游戏——0405'."\n"
                .'- 互联网服务——0406'."\n"
                .'- 物联网技术和服务——0407'."\n"
                .'- 智能消费品——0408'."\n"
                .'- 人工智能——0409'."\n"
                .'- 电网——0501'."\n"
                .'- 石油石化——0502'."\n"
                .'- 不可再生资源——0503'."\n"
                .'- 新能源和可再生能源——0504'."\n"
                .'- 化工——0505'."\n"
                .'- 政府——0601'."\n"
                .'- 军民融合——0602'."\n"
                .'- 医疗健康——0603'."\n"
                .'- 教育和科研机构——0604'."\n"
                .'- 交通运输——0605'."\n"
                .'- 公共服务——0606'."\n"
                ."\n"
                .'### customer sub trade可选值'."\n"
                ."\n"
                .'> customer sub trade code=060304(六位),parent code=0603(四位)'."\n"
                .'如sub trade和constomer trade都填入,customer trade必须等于sub trade的parentcode'."\n"
                ."\n"
                .'- 媒体-互联网媒体——040201——0402'."\n"
                .'- 媒体-广电传媒——040202——0402'."\n"
                .'- 汽车、汽车配件和服务-汽车整车制造业——020501——0205'."\n"
                .'- 汽车、汽车配件和服务-汽车配件制造业——020502——0205'."\n"
                .'- 汽车、汽车配件和服务-车联网和汽车服务——020503——0205'."\n"
                .'- 政府-公检法机关——060101——0601'."\n"
                .'- 政府-税务——060102——0601'."\n"
                .'- 政府-海关——060103——0601'."\n"
                .'- 政府-地方政府——060104——0601'."\n"
                .'- 政府-其他政府机构——060105——0601'."\n"
                .'- 钢铁制造-钢铁采矿业——020201——0202'."\n"
                .'- 钢铁制造-钢铁制造业——020202——0202'."\n"
                .'- 旅行、文化、体育和娱乐-旅行服务——010401——0104'."\n"
                .'- 旅行、文化、体育和娱乐-住宿和餐饮——010402——0104'."\n"
                .'- 旅行、文化、体育和娱乐-文化体育和娱乐——010403——0104'."\n"
                .'- 通讯和运营商-通讯设备——040101——0401'."\n"
                .'- 通讯和运营商-运营商——040102——0401'."\n"
                .'- 通讯和运营商-通信服务——040103——0401'."\n"
                .'- 互联网服务-互联网社交——040601——0406'."\n"
                .'- 互联网服务-互联网营销——040602——0406'."\n"
                .'- 互联网服务-互联网平台——040603——0406'."\n"
                .'- 互联网服务-互联网信息服务——040604——0406'."\n"
                .'- 教育和科研机构-在线教育——060401——0604'."\n"
                .'- 教育和科研机构-培训和教育机构——060402——0604'."\n"
                .'- 教育和科研机构-科研机构——060403——0604'."\n"
                .'- 交通运输-铁路运输——060501——0605"),'."\n"
                .'- 交通运输-道路运输——060502——0605'."\n"
                .'- 交通运输-水上运输——060503——0605'."\n"
                .'- 交通运输-航空运输——060504——0605'."\n"
                .'- 交通运输-其他运输——060505——0605'."\n"
                .'- 食品、饮料和烟草-食品制造业——010701——0107'."\n"
                .'- 食品、饮料和烟草-酒、饮料喝精制茶制造业——010702——0107'."\n"
                .'- 食品、饮料和烟草-烟草制品业——010703——0107'."\n"
                .'- 不可再生资源-不可再生能源开采——050301——0503'."\n"
                .'- 不可再生资源-不可再生能源生产和供应——050302——0503'."\n"
                .'- 医疗健康-医疗服务——060301——0603'."\n"
                .'- 医疗健康-健康服务——060302——0603'."\n"
                .'- 医疗健康-医疗健康设备——060303——0603'."\n"
                .'- 医疗健康-基因工程——060304——0603'."\n"
                .'- 医疗健康-药物和生物科技——060305——0603',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateCustomer'],
                ],
            ],
            'ramActions' => [],
        ],
        'CustomerQuotaRecordList' => [
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'EndUserPk',
                    'in' => 'query',
                    'schema' => ['title' => '客户uid', 'description' => '客户uid', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '5113766248601929'],
                ],
                [
                    'name' => 'StartDate',
                    'in' => 'query',
                    'schema' => ['title' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-01-02'],
                ],
                [
                    'name' => 'EndDate',
                    'in' => 'query',
                    'schema' => ['title' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-09-24'],
                ],
                [
                    'name' => 'OperationType',
                    'in' => 'query',
                    'schema' => ['title' => '操作类型'."\n"
                        .'枚举'."\n"
                        .'all 全部'."\n"
                        .'quota_create  创建'."\n"
                        .'quota_amount_adjust 额度调整', 'description' => '操作类型'."\n"
                        .'枚举'."\n"
                        .'all 全部'."\n"
                        .'quota_create  创建'."\n"
                        .'quota_amount_adjust 额度调整', 'type' => 'string', 'required' => true, 'example' => 'all'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '分页每页记录数,最大值100', 'description' => '分页每页记录数,最大值100', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10'],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['title' => '分页,当前页码,从 1 开始', 'description' => '分页,当前页码,从 1 开始', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'description' => '多语言参数,默认英文'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'type' => 'string', 'required' => false, 'example' => 'en'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Total' => ['title' => '总条数', 'description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'PageNo' => ['title' => '当前页码', 'description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['title' => '当前每页条数', 'description' => '当前每页条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'Data' => [
                                'description' => '返回结果列表数据。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '返回数据',
                                    'type' => 'object',
                                    'properties' => [
                                        'OperationSubmitType' => ['title' => '操作发起方式'."\n"
                                            .'API/ACPN', 'description' => '操作发起方式'."\n"
                                            .'API/ACPN', 'type' => 'string', 'example' => 'ACPN'],
                                        'OperationTime' => ['title' => '操作时间', 'description' => '操作时间', 'type' => 'string', 'example' => '2023-12-15 10:34:36 UTC+8'],
                                        'OperationTypeDesc' => ['title' => '变更类型描述', 'description' => '变更类型描述', 'type' => 'string', 'example' => 'Quota Adjustment'],
                                        'OperationUid' => ['title' => '操作人uid', 'description' => '操作人uid', 'type' => 'string', 'example' => '5113766248601929'],
                                        'UpdateAfterAmount' => ['title' => '变更后金额', 'description' => '变更后金额', 'type' => 'string', 'example' => '121.00'],
                                        'UpdateAmount' => ['title' => '变更金额', 'description' => '变更金额', 'type' => 'string', 'example' => '-100.00'],
                                        'UpdateBeforeAmount' => ['title' => '变更前金额', 'description' => '变更前金额', 'type' => 'string', 'example' => '221.00'],
                                        'OperationTypeCode' => ['title' => '变更类型code', 'description' => '变更类型code'."\n"
                                            .'枚举:all 全部,quota_create 创建,quota_amount_adjust 额度调整', 'type' => 'string', 'example' => 'quota_amount_adjust'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '2103a0ae16849855284594613d874e'],
                            'Msg' => ['title' => '返回结果描述', 'description' => '返回结果描述', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Code' => ['title' => '返回结果状态码,200是成功', 'description' => '返回结果状态码,200是成功', 'type' => 'string', 'example' => '200'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '查询国际站分销客户quota调整流水',
            'summary' => '查询国际站分销客户quota调整流水,只针对国际用户。国内站无法调用',
            'description' => '调用者必须是阿里云国际站渠道总经销商伙伴或阿里云国际站渠道经销商伙伴。',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CustomerQuotaRecordList'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Total\\": 10,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"Data\\": [\\n    {\\n      \\"OperationSubmitType\\": \\"ACPN\\",\\n      \\"OperationTime\\": \\"2023-12-15 10:34:36 UTC+8\\",\\n      \\"OperationTypeDesc\\": \\"Quota Adjustment\\",\\n      \\"OperationUid\\": \\"5113766248601929\\",\\n      \\"UpdateAfterAmount\\": \\"121.00\\",\\n      \\"UpdateAmount\\": \\"-100.00\\",\\n      \\"UpdateBeforeAmount\\": \\"221.00\\",\\n      \\"OperationTypeCode\\": \\"quota_amount_adjust\\"\\n    }\\n  ],\\n  \\"RequestId\\": \\"2103a0ae16849855284594613d874e\\",\\n  \\"Msg\\": \\"SUCCESS\\",\\n  \\"Code\\": \\"200\\"\\n}","type":"json"}]',
        ],
        'DeductOutstandingBalance' => [
            'summary' => '此API用来冲减分销客户已被抵扣的额度。例如当前已抵扣额度为500,可用额度是1000。通过冲减,冲减了300, 之后已抵扣额度就变为200,可用额度变为1300。'."\n"
                .'注意,有时候会发现客户的已用额度为负数。此时说明无需对客户已用额度进行恢复,静待客户使用即可。造成这种现象的原因在于,当客户额度满的时候产生了退款。所以,客户额度会额外增加。'."\n"
                .'例如,当前客户最大可用额度是1000,无任何使用。此时发生退款300。则已用额度,会变为-300。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['description' => '分销客户账号UID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1133166938931507'],
                ],
                [
                    'name' => 'DeductAmount',
                    'in' => 'query',
                    'schema' => ['description' => '要冲减的已抵扣额度', 'type' => 'string', 'required' => true, 'example' => '300'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果代码,候选值:'."\n"
                                .'200: OK'."\n"
                                .'1109: 系统错误', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '同Code参数值', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后续 业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['description' => '请求id,阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => '系统异常'],
                    ['errorCode' => 'InvalidParam.Uid.NotYourEu', 'errorMessage' => 'This uid is not your EU.', 'description' => '该用户不是您的分销客户'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '冲减已抵扣额度',
            'changeSet' => [
                ['createdAt' => '2025-01-09T02:09:28.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeductOutstandingBalance'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
        ],
        'DeleteCouponTemplate' => [
            'path' => '',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['description' => '优惠券模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '6558410265670417297'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => 'A747A00F-E096-5244-88B3-3E474BAE3AE4'],
                            'Code' => ['description' => '结果码', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '结果message', 'type' => 'string', 'example' => '200'],
                            'Data' => ['description' => '操作结果', 'type' => 'boolean', 'example' => 'true'],
                            'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ERROR_1003', 'errorMessage' => 'No permission to operate the object.', 'description' => '无该对象操作权限'],
                    ['errorCode' => 'ERROR_2311', 'errorMessage' => 'Coupon template does not exist.', 'description' => '优惠券模板不存在'],
                    ['errorCode' => 'ERROR_201', 'errorMessage' => 'Parameters are illegal and required fields are empty.', 'description' => '参数不合法,必填项为空'],
                    ['errorCode' => 'ERROR_2310', 'errorMessage' => 'The template has a coupon that is being approved so the template cannot be canceled.', 'description' => '优惠券模板存在审批中的发放记录,不可取消'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '作废优惠券模板',
            'summary' => '作废优惠券模板',
            'description' => '确保当前调用账号身份为分销伙伴 '."\n"
                .'<notice>仅国际提供></notice>',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteCouponTemplate'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A747A00F-E096-5244-88B3-3E474BAE3AE4\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Data\\": true,\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'EditEndUserStatus' => [
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['title' => 'uid', 'description' => '待处理客户uid', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1792155717328010'],
                ],
                [
                    'name' => 'CreditStatus',
                    'in' => 'query',
                    'schema' => ['title' => 'creditStatus', 'description' => '### 停机状态'."\n"
                        ."\n"
                        .'- postPayFreeze  后付费停机'."\n"
                        .'- postPayThaw 后付费复机', 'type' => 'string', 'required' => false, 'example' => 'postPayFreeze'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Msg' => ['title' => 'msg', 'description' => '提示信息', 'type' => 'string', 'example' => 'success'],
                            'Message' => ['title' => 'message', 'description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['title' => 'requestId', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Data' => ['title' => 'data', 'description' => '是否成功', 'type' => 'string', 'example' => 'true'],
                            'Code' => ['title' => 'code', 'description' => '状态码', '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.', 'description' => ''],
                    ['errorCode' => 'InvalidParam.Uid.NotYourEu', 'errorMessage' => 'The current customer does not belong to this partner.', 'description' => '当前客户不归属于此伙伴'],
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => '没有执行此操作的权限。'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '设置客户实例的停机状态',
            'summary' => '阿里云国际渠道总经销商伙伴以及阿里云国际渠道经销商伙伴管理代销下级客户后付费实例的停机状态。',
            'description' => '调用者必须是阿里云国际渠道总经销商伙伴以及阿里云国际渠道经销商伙伴'."\n"
                ."\n"
                .'**本内容只发布国际站**',
            'changeSet' => [
                ['createdAt' => '2025-01-09T03:55:15.000Z', 'description' => '错误码发生变更'],
                ['createdAt' => '2025-01-09T03:44:47.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'EditEndUserStatus'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Msg\\": \\"success\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Data\\": \\"true\\",\\n  \\"Code\\": \\"200\\"\\n}","type":"json"}]',
        ],
        'EditNewBuyStatus' => [
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['title' => 'uid', 'description' => '客户uid', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1133166938931507'],
                ],
                [
                    'name' => 'NewBuyStatus',
                    'in' => 'query',
                    'schema' => ['title' => 'newBuyStatus', 'description' => '新购状态'."\n"
                        ."\n"
                        .'cancelBan:取消禁止新购'."\n"
                        ."\n"
                        .'ban:禁止新购', 'type' => 'string', 'required' => false, 'example' => 'cancelBan'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Msg' => ['title' => 'msg', 'description' => '提示信息', 'type' => 'string', 'example' => 'success'],
                            'Message' => ['title' => 'message', 'description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['title' => 'requestId', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Data' => ['title' => 'data', 'description' => '是否成功', 'type' => 'string', 'example' => 'true'],
                            'Code' => ['title' => 'code', 'description' => '状态码', '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.', 'description' => ''],
                    ['errorCode' => 'InvalidParam.Uid.NotYourEu', 'errorMessage' => 'The current customer does not belong to this partner.', 'description' => '当前客户不归属于此伙伴'],
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => '没有执行此操作的权限。'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '修改客户新购状态',
            'summary' => '阿里云代销模式的伙伴设置下级分销客户的新购状态',
            'description' => '调用者身份必须是阿里云代销模式的伙伴'."\n"
                ."\n"
                .'**本内容只发布国际站**',
            'changeSet' => [
                ['createdAt' => '2025-01-09T03:55:15.000Z', 'description' => '错误码发生变更'],
                ['createdAt' => '2025-01-09T03:44:47.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'EditNewBuyStatus'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Msg\\": \\"success\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Data\\": \\"true\\",\\n  \\"Code\\": \\"200\\"\\n}","type":"json"}]',
        ],
        'EditZeroCreditShutdown' => [
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'paid'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['title' => 'uid', 'description' => '待编辑停机策略的分销客户uid', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1263644979775567'],
                ],
                [
                    'name' => 'ShutdownPolicy',
                    'in' => 'query',
                    'schema' => [
                        'title' => 'shutdownPolicy',
                        'description' => '### **停机策略**'."\n"
                            .'详细介绍请参考官网文档:https://www.alibabacloud.com/help/zh/channel-platform/latest/shutdowndelayprivilege'."\n"
                            ."\n"
                            .'- **immediatelyStop 立即停机**——当分销客户账号可用额度小于0,账号进入欠费状态,不可新购资源,后付费实例停机不再产生消费,预付费实例可以使用到有效期止。停机状态保持15天后,后付费实例将被释放。产品存在出账延迟,可能存在实例成功停机后,额度仍在扣减情况。'."\n"
                            .'- **delayStop 延迟停机**——延停策略中的透支额度,由阿里云根据账号历史消费金额统计得出,最低600 USD,预计在欠费后实例可继续使用15天。透支金额适用于按量付费产品,启用后当客户欠费时(可用额度< 0),欠费金额在透支额度范围内时,不触发实例停机。透支额度并非欠费金额上限,产品存在出账延迟,可能存在实例成功停机后,额度仍在扣减情况。停机状态保持15天后,后付费实例将被释放。在延停额度<=剩余额度<0的情况下,可手动立刻停机。'."\n"
                            .'- **noStop 不停机**——选择欠费不停机,当客户欠费(剩余额度< 0)后不会触发客户停机,客户欠费金额无上限,需要在ACPN人工操作“立即停机”修改实例状态,请慎重选择。',
                        'type' => 'string',
                        'required' => false,
                        'enumValueTitles' => ['immediatelyStop' => 'immediatelyStop', 'noStop' => 'noStop', 'delayStop' => 'delayStop'],
                        'example' => 'noStop',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Msg' => ['title' => 'msg', 'description' => '提示信息', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Message' => ['title' => 'message', 'description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['title' => 'requestId', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Data' => ['title' => 'data', 'description' => '是否成功', 'type' => 'string', 'example' => 'true'],
                            'Code' => ['title' => 'code', 'description' => '状态码', '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.', 'description' => ''],
                    ['errorCode' => 'InvalidParam.Uid.NotYourEu', 'errorMessage' => 'The current customer does not belong to this partner.', 'description' => '当前客户不归属于此伙伴'],
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => '没有执行此操作的权限。'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '修改客户停机策略',
            'summary' => '阿里云总经销商伙伴和经销商伙伴修改下级客户的停机策略',
            'description' => '调用者必须是阿里云国际站渠道总经销商伙伴或阿里云国际站渠道经销商伙伴。'."\n"
                ."\n"
                .'**本内容只发布国际站**',
            'changeSet' => [
                ['createdAt' => '2025-01-09T03:55:15.000Z', 'description' => '错误码发生变更'],
                ['createdAt' => '2025-01-09T03:44:47.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'EditZeroCreditShutdown'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Msg\\": \\"SUCCESS\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Data\\": \\"true\\",\\n  \\"Code\\": \\"200\\"\\n}","type":"json"}]',
        ],
        'ExportCustomerQuotaRecord' => [
            'summary' => 'ExportCustomerQuotaRecord 接口对应ACPN上客户总预算调整明细的导出功能。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'EndUserPk',
                    'in' => 'query',
                    'schema' => ['title' => '客户uid', 'description' => '客户uid', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '5113766248601929'],
                ],
                [
                    'name' => 'StartDate',
                    'in' => 'query',
                    'schema' => ['title' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-11-10'],
                ],
                [
                    'name' => 'EndDate',
                    'in' => 'query',
                    'schema' => ['title' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-12-24'],
                ],
                [
                    'name' => 'OperationType',
                    'in' => 'query',
                    'schema' => ['title' => '操作类型'."\n"
                        .'枚举'."\n"
                        .'all 全部'."\n"
                        .'quota_create  创建'."\n"
                        .'quota_amount_adjust 额度调整', 'description' => '操作类型'."\n"
                        .'枚举'."\n"
                        .'all 全部'."\n"
                        .'quota_create  创建'."\n"
                        .'quota_amount_adjust 额度调整', 'type' => 'string', 'required' => true, 'example' => 'all'],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'description' => '多语言参数,默认英文'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'type' => 'string', 'required' => false, 'example' => 'en'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '210bc4b416874189683843905d9f9a'],
                            'Msg' => ['title' => '描述', 'description' => '描述', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Code' => ['title' => 'code', 'description' => 'code', 'type' => 'string', 'example' => '200'],
                            'Data' => [
                                'title' => '数据',
                                'description' => '数据',
                                'type' => 'object',
                                'properties' => [
                                    'Id' => ['title' => '导出任务id', 'description' => '导出任务id', 'type' => 'integer', 'format' => 'int64', 'example' => '1231'],
                                    'Cost' => ['title' => '预估耗时,单位分钟', 'description' => '预估耗时,单位分钟', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => '没有执行此操作的权限。'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '导出分销客户quota流水',
            'description' => '调用者必须是阿里云国际站渠道总经销商伙伴或阿里云国际站渠道经销商伙伴。',
            'changeSet' => [
                ['createdAt' => '2025-01-09T03:44:47.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ExportCustomerQuotaRecord'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"210bc4b416874189683843905d9f9a\\",\\n  \\"Msg\\": \\"SUCCESS\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": {\\n    \\"Id\\": 1231,\\n    \\"Cost\\": 1\\n  }\\n}","type":"json"}]',
        ],
        'ExportReversedDeductionHistory' => [
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'ExportUid',
                    'in' => 'query',
                    'schema' => ['title' => '被导出的uid', 'description' => '被导出的uid', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '123'],
                ],
                [
                    'name' => 'StartDate',
                    'in' => 'query',
                    'schema' => ['title' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-01-01'],
                ],
                [
                    'name' => 'EndDate',
                    'in' => 'query',
                    'schema' => ['title' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-05-01'],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'description' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'type' => 'string', 'required' => false, 'example' => 'en', 'default' => 'en'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回对象',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => 'asfasd123'],
                            'Message' => ['title' => '描述', 'description' => '描述', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Code' => ['title' => 'code', 'description' => '返回结果状态码,200是成功', 'type' => 'string', 'example' => '200'],
                            'Data' => [
                                'title' => '数据',
                                'description' => '返回对象',
                                'type' => 'object',
                                'properties' => [
                                    'Id' => ['title' => '导出任务id', 'description' => '导出任务id', 'type' => 'integer', 'format' => 'int64', 'example' => '2131'],
                                    'Cost' => ['title' => '预估耗时,单位分钟', 'description' => '预估耗时,单位分钟', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '导出冲减明细列表',
            'summary' => 'ExportReversedDeductionHistory 接口对应ACPN上冲减明细的导出功能。',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"asfasd123\\",\\n  \\"Message\\": \\"SUCCESS\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": {\\n    \\"Id\\": 2131,\\n    \\"Cost\\": 1\\n  }\\n}","type":"json"}]',
        ],
        'GetAccountInfo' => [
            'summary' => '返回分销客户账号信息。',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['description' => '分销客户账号UID,此参数和UserType参数必须有一个。如果此参数为空,则查询UserType类型的所有分销客户账号。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1215848086704806'],
                ],
                [
                    'name' => 'UserType',
                    'in' => 'query',
                    'schema' => ['description' => '分销客户账号类型,取值范围:'."\n"
                        .'- 1 End User'."\n"
                        .'- 2 企业客户 '."\n"
                        .'- 3 T2伙伴', 'type' => 'string', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'CurrentPage',
                    'in' => 'query',
                    'schema' => ['description' => '分页,当前页', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页,每页数量,最大20', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '20', 'minimum' => '1', 'example' => '10'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果码'."\n"
                                .'Error Code. Value Range: '."\n"
                                .'- 200: OK '."\n"
                                .'- 1109: System Error '."\n"
                                .'- 3029: Invalid UID '."\n"
                                .'- 3062: Uid and UserType are both empty '."\n"
                                .'- 3063: UserType value out of range.', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => 'message', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功 的。不代表后续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'PageInfo' => [
                                'description' => '分页信息',
                                'type' => 'object',
                                'properties' => [
                                    'PageSize' => ['description' => '分页,每页数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                    'Total' => ['description' => '分页,总量', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
                                    'Page' => ['description' => '分页,当前页', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                ],
                            ],
                            'AccountInfoList' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'AccountInfo' => [
                                        'description' => '账号信息列表',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '账号信息',
                                            'type' => 'object',
                                            'properties' => [
                                                'SubAccountType' => ['description' => '账户类型:'."\n"
                                                    .'- 1 Agency的终端客户'."\n"
                                                    .'- 2 Reseller的终端客户'."\n"
                                                    .'- 3 企业客户'."\n"
                                                    .'- 4 Agency类型2级伙伴'."\n"
                                                    .'- 5 Reseller类型2级伙伴'."\n"
                                                    .'- 6 Agency+Reseller类型2级伙伴', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'AssociationSuccessTime' => ['description' => '分销客户账户与伙伴账户建立分销主子关系的关联时间', 'type' => 'string', 'example' => '2021-01-01'],
                                                'AccountNickname' => ['description' => '分销客户账户昵称。 对于企业客户,是公司名称。 对于T2伙伴,则是伙伴名称。', 'type' => 'string', 'example' => 'XXX技术有限公司'],
                                                'Email' => ['description' => '分销客户账户电子邮件地址', 'type' => 'string', 'example' => '1234@qq.com'."\n"],
                                                'Remark' => ['description' => '分销客户账号说明', 'type' => 'string', 'example' => '子账号'],
                                                'Mobile' => ['description' => '分销客户账号手机号', 'type' => 'string', 'example' => '13641588680'],
                                                'AliyunId' => ['description' => '分销客户账户阿里云登录名', 'type' => 'string', 'example' => '1234@qq.com'],
                                                'Uid' => ['description' => '分销客户账户UID', 'type' => 'integer', 'format' => 'int64', 'example' => '1415740779475837'],
                                                'Cid' => ['description' => '分销客户对应CID', 'type' => 'integer', 'format' => 'int64', 'example' => '61479572'],
                                                'DelayStatus' => ['title' => '延停策略。取值三个如下'."\n"
                                                    .'1、immediatelyStop,立即停机'."\n"
                                                    .'2、delayStop,延迟停机。延迟停机额度见delayAmount字段'."\n"
                                                    .'3、noStop,不停机', 'description' => '延停策略。取值三个如下'."\n"
                                                    .'1、immediatelyStop,立即停机'."\n"
                                                    .'2、delayStop,延迟停机。延迟停机额度见delayAmount字段'."\n"
                                                    .'3、noStop,不停机', 'type' => 'string', 'example' => 'immediatelyStop'],
                                                'DelayAmount' => ['title' => '当延停策略为delayStop(延迟停机)时,透支的额度', 'description' => '当延停策略为delayStop(延迟停机)时,透支的额度', 'type' => 'string', 'example' => '600'],
                                                'CustomerBd' => ['title' => '客户商务经理', 'description' => '客户商务经理', 'type' => 'string', 'example' => '张三'],
                                                'NewBuyStatus' => ['title' => '下单状态', 'description' => '下单状态,取值如下'."\n"
                                                    .'Purchase Forbidden(禁止下单)'."\n"
                                                    .'Normal(正常)', 'type' => 'string', 'example' => 'Normal'],
                                                'CustomerAccountType' => ['title' => '客户的账号类型,0个人,1企业', 'description' => '客户的账号类型,0个人,1企业', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'CustomerEnterpriseCertified' => ['title' => '客户是否企业实名,0 否,1是', 'description' => '客户是否企业实名,0否,1是', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'RegisterCountryCode' => ['title' => '客户的注册国家code', 'description' => '客户的注册国家code', 'type' => 'string', 'example' => 'CN'],
                                            ],
                                        ],
                                    ],
                                ],
                                'description' => '',
                            ],
                            'RequestId' => ['description' => '请求id,阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"PageInfo\\": {\\n    \\"PageSize\\": 10,\\n    \\"Total\\": 12,\\n    \\"Page\\": 1\\n  },\\n  \\"AccountInfoList\\": {\\n    \\"AccountInfo\\": [\\n      {\\n        \\"SubAccountType\\": 1,\\n        \\"AssociationSuccessTime\\": \\"2021-01-01\\",\\n        \\"AccountNickname\\": \\"XXX技术有限公司\\",\\n        \\"Email\\": \\"1234@qq.com\\\\n\\",\\n        \\"Remark\\": \\"子账号\\",\\n        \\"Mobile\\": \\"13641588680\\",\\n        \\"AliyunId\\": \\"1234@qq.com\\",\\n        \\"Uid\\": 1415740779475837,\\n        \\"Cid\\": 61479572,\\n        \\"DelayStatus\\": \\"immediatelyStop\\",\\n        \\"DelayAmount\\": \\"600\\",\\n        \\"CustomerBd\\": \\"张三\\",\\n        \\"NewBuyStatus\\": \\"Normal\\",\\n        \\"CustomerAccountType\\": 1,\\n        \\"CustomerEnterpriseCertified\\": 1,\\n        \\"RegisterCountryCode\\": \\"CN\\"\\n      }\\n    ]\\n  },\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '查询分销客户信息',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:GetAccountInfo',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'GetCommissionableProducts' => [
            'summary' => '向T1层级的国际分销伙伴提供所有“生效中“、”已下架“的返佣商品列表。只针对国际用户,国内站无法调用',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['description' => '分页,当前页码,从 1 开始', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页每页记录数,最大值100', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'ListShowStatusList',
                    'in' => 'query',
                    'style' => 'simple',
                    'schema' => [
                        'description' => '返佣商品的展示状态列表',
                        'type' => 'array',
                        'items' => [
                            'description' => '返佣商品展示状态',
                            'type' => 'string',
                            'required' => false,
                            'enumValueTitles' => ['PRE_ONLINE' => '待生效', 'OFF_ONLINE' => '已失效', 'ONLINE' => '生效中', 'OFFLINE' => '已下架'],
                            'example' => '["ONLINE","OFFLINE"]',
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'CommodityCodeList',
                    'in' => 'query',
                    'schema' => ['description' => '商品code,多个code使用英文逗号分隔', 'type' => 'string', 'required' => false, 'example' => '"oceanbase_obpre_public_intl,savingplan_common_public_intl"'],
                ],
                [
                    'name' => 'PipCodeList',
                    'in' => 'query',
                    'schema' => ['description' => '产品code,多个code使用英文逗号分隔', 'type' => 'string', 'required' => false, 'example' => '"oceanbase"'],
                ],
                [
                    'name' => 'RealStartMonth',
                    'in' => 'query',
                    'schema' => ['description' => '实际开始月份,格式为“yyyymm”', 'type' => 'string', 'required' => false, 'example' => '“202502”'],
                ],
                [
                    'name' => 'RealEndMonth',
                    'in' => 'query',
                    'schema' => ['description' => '实际结束月份,格式为“yyyymm”', 'type' => 'string', 'required' => false, 'example' => '“202509”'],
                ],
                [
                    'name' => 'FiscalYear',
                    'in' => 'query',
                    'schema' => ['description' => '财年,输入为空时默认当前财年', 'type' => 'string', 'required' => false, 'example' => '“FY26”'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'Total' => ['description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'PageNo' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['description' => '当前每页条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'Data' => [
                                'description' => '返回结果列表数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '返回数据',
                                    'type' => 'object',
                                    'properties' => [
                                        'CommodityCode' => ['description' => '商品Code', 'type' => 'string', 'example' => '“oceanbase_obpre_public_intl”'],
                                        'CommodityName' => ['description' => '商品名称', 'type' => 'string', 'example' => '“ApsaraDB for OceanBase Pre”'],
                                        'ProductCode' => ['description' => '产品code', 'type' => 'string', 'example' => '“oceanbase”'],
                                        'ProductName' => ['description' => '产品名称', 'type' => 'string', 'example' => '“ApsaraDB for OceanBase”'],
                                        'Status' => ['description' => '产品展示状态', 'type' => 'string', 'example' => '“ONLINE”'],
                                        'ActualStartMonth' => ['description' => '实际开始月份,格式为“yyyymm”', 'type' => 'string', 'example' => '“202502”'],
                                        'EndMonth' => ['description' => '实际结束月份,格式为“yyyymm”', 'type' => 'string', 'example' => '“202509”'],
                                        'EligibleForCommission' => ['description' => '是否可返佣', 'type' => 'string', 'example' => 'Yes'],
                                        'EligibleForDiscount' => ['description' => '是否可打折', 'type' => 'string', 'example' => 'Yes'],
                                        'SevenCoreProducts' => ['description' => '是否为核心产品', 'type' => 'string', 'example' => 'Yes'],
                                        'ProductCampaign' => ['description' => '是否为产品线激励商品', 'type' => 'string', 'example' => 'Yes'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2103a30617045934095083027d88c5'],
                            'Code' => ['description' => '返回结果状态码,200是成功', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '候选值:True/False,代表当前API调用是否成功的,不代表后续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '查询返佣商品列表',
            'description' => '确保当前调用账号身份为分销伙伴 '."\n"
                .'<notice>仅国际提供></notice>',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Total\\": 10,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"Data\\": [\\n    {\\n      \\"CommodityCode\\": \\"“oceanbase_obpre_public_intl”\\",\\n      \\"CommodityName\\": \\"“ApsaraDB for OceanBase Pre”\\",\\n      \\"ProductCode\\": \\"“oceanbase”\\",\\n      \\"ProductName\\": \\"“ApsaraDB for OceanBase”\\",\\n      \\"Status\\": \\"“ONLINE”\\",\\n      \\"ActualStartMonth\\": \\"“202502”\\",\\n      \\"EndMonth\\": \\"“202509”\\",\\n      \\"EligibleForCommission\\": \\"Yes\\",\\n      \\"EligibleForDiscount\\": \\"Yes\\",\\n      \\"SevenCoreProducts\\": \\"Yes\\",\\n      \\"ProductCampaign\\": \\"Yes\\"\\n    }\\n  ],\\n  \\"RequestId\\": \\"2103a30617045934095083027d88c5\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'GetCouponTemplateDetail' => [
            'summary' => '查询优惠券模板详情',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'TemplateId',
                    'in' => 'query',
                    'schema' => ['description' => '优惠券模板ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '5093156'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Code' => ['description' => '结果码', 'type' => 'string', 'example' => '200'],
                            'Data' => [
                                'description' => '操作结果',
                                'type' => 'object',
                                'properties' => [
                                    'TemplateId' => ['description' => '模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1576'],
                                    'TemplateName' => ['description' => '优惠券模版名字', 'type' => 'string', 'example' => '模板名称'],
                                    'CreatedTime' => ['description' => '创建时间', 'type' => 'string', 'example' => '2024-11-21 18:18:22'],
                                    'ReasonForApplication' => ['description' => '模板申请原因', 'type' => 'string', 'example' => '测试的'],
                                    'CostBearer' => ['description' => '优惠券成本承担方'."\n"
                                        .'● cost_by_self 自行承担'."\n"
                                        .'● aliyun_poc阿里云承担成本', 'type' => 'string', 'example' => 'aliyun_poc'],
                                    'ApplicableProducts' => ['description' => '适用产品'."\n"
                                        ."\n"
                                        .'- UNIVERSAL:全部产品'."\n"
                                        ."\n"
                                        .'- 具体商品code', 'type' => 'string', 'example' => 'UNIVERSAL'],
                                    'LimitPerPerson' => ['description' => '每人限领张数'."\n"
                                        ."\n"
                                        .'- 1 限领一张'."\n"
                                        ."\n"
                                        .'- 0 不限制', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'Denomination' => ['description' => '面额', 'type' => 'number', 'format' => 'double', 'example' => '100'],
                                    'ValidUntilType' => ['description' => '有效期类型'."\n"
                                        ."\n"
                                        .'- 0:相对时间'."\n"
                                        .'- 1:决定时间', 'type' => 'string', 'example' => '0'],
                                    'ValidUntil' => ['description' => '有效期,跟有效类型配合使用'."\n"
                                        ."\n"
                                        .'- 有效期类型为相对时间,有效期为有效天数'."\n"
                                        ."\n"
                                        .'- 有效期类型为绝对时间,有效期为时间段', 'type' => 'string', 'example' => '100'],
                                    'PurchaseType' => ['description' => '订单类型'."\n"
                                        .'- ALL 阿里云预付费'."\n"
                                        .'- BILLING 阿里云按量付费账单', 'type' => 'string', 'example' => 'ALL,BILLING'],
                                    'CouponDescription' => ['description' => '券备注信息', 'type' => 'string', 'example' => '测试的'],
                                    'Status' => ['description' => '状态'."\n"
                                        ."\n"
                                        .'- APPROVED 已批准'."\n"
                                        .'- ABANDONED已作废', 'type' => 'string', 'example' => 'APPROVED'],
                                ],
                            ],
                            'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ERROR_201', 'errorMessage' => 'Parameters are illegal and required fields are empty.', 'description' => '参数不合法,必填项为空'],
                    ['errorCode' => 'ERROR_1002', 'errorMessage' => 'No query permission.', 'description' => '无查询权限'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '查询优惠券模板详情',
            'description' => '确保当前调用账号身份为分销伙伴 '."\n"
                .'<notice>仅国际提供></notice>',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCouponTemplateDetail'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": {\\n    \\"TemplateId\\": 1576,\\n    \\"TemplateName\\": \\"模板名称\\",\\n    \\"CreatedTime\\": \\"2024-11-21 18:18:22\\",\\n    \\"ReasonForApplication\\": \\"测试的\\",\\n    \\"CostBearer\\": \\"aliyun_poc\\",\\n    \\"ApplicableProducts\\": \\"UNIVERSAL\\",\\n    \\"LimitPerPerson\\": 1,\\n    \\"Denomination\\": 100,\\n    \\"ValidUntilType\\": \\"0\\",\\n    \\"ValidUntil\\": \\"100\\",\\n    \\"PurchaseType\\": \\"ALL,BILLING\\",\\n    \\"CouponDescription\\": \\"测试的\\",\\n    \\"Status\\": \\"APPROVED\\"\\n  },\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'GetCoupondeductProductCode' => [
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'tenantRelevance' => 'publicInformation'],
            'parameters' => [
                [
                    'name' => 'AcceptLanguage',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数 '."\n"
                        .'默认值:无'."\n"
                        .'    中文:zh-CN'."\n"
                        .'    英文:en-US', 'description' => '多语言参数 '."\n"
                        .'默认值:无'."\n"
                        .'    中文:zh-CN'."\n"
                        .'    英文:en-US', 'type' => 'string', 'required' => true, 'example' => 'zh-CN'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '210e876f16704666020714468dab35'],
                            'Message' => ['description' => 'message信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'Code' => ['description' => '结果代码,候选值:'."\n"
                                .'200: OK', 'type' => 'string', 'example' => 'code'],
                            'Data' => [
                                'description' => '数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '数据',
                                    'type' => 'object',
                                    'properties' => [
                                        'ProductType' => ['description' => '【产品code】', 'type' => 'any', 'example' => 'code1'],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ERROR_3100', 'errorMessage' => 'System exceptions, please submit a work order.', 'description' => '系统通用异常,请提交工单'],
                    ['errorCode' => 'ERROR_3210', 'errorMessage' => 'The current calling UID is not an international channel partner.', 'description' => '当前调用UID不是国际渠道伙伴'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'title' => '国际渠道分销优惠券可抵扣产品',
            'summary' => '国际渠道分销优惠券可抵扣产品',
            'changeSet' => [
                ['createdAt' => '2024-09-26T04:14:18.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCoupondeductProductCode'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"210e876f16704666020714468dab35\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"Code\\": \\"code\\",\\n  \\"Data\\": [\\n    {\\n      \\"ProductType\\": \\"code1\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'GetCreditInfo' => [
            'summary' => '查询分销客户信控信息。如果分销客户是Agency类型的,那么返回参数中的PopCreditInfoJson为空。此功能仅供针对Reseller和Distributor。',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['description' => '子账户UID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1792155717328010'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果代码:'."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 系统错误', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => 'message信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后续 业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'object',
                                'properties' => [
                                    'OutstandingBalance' => ['description' => '子账号消费的信用额度,并且这些额度还没有偿付', 'type' => 'string', 'example' => '200'],
                                    'CreditLine' => ['description' => '子账号信控额度', 'type' => 'string', 'example' => '1000'],
                                    'AccountStatus' => ['description' => '子账号信控状态,取值范围:'."\n"
                                        .' 1. normal 正常'."\n"
                                        .'2. arrearsNotShutdown 欠费未停机'."\n"
                                        .' 3. shutdown 停机', 'type' => 'string', 'example' => 'normal'],
                                    'AvailableCredit' => ['description' => '可用额度', 'type' => 'string', 'example' => '800'],
                                    'AlarmThreshold' => ['description' => '百分比值,当可用额度降到信控额度的这个百分比'."\n"
                                        .'之下的时候,就会触发给主账号邮件提醒。', 'type' => 'string', 'example' => '20'],
                                    'ZeroCreditShutdownPolicy' => ['description' => '用来管理可用额度在0以及更少的时候,系统对资 源管控的策略。取值范围:'."\n"
                                        ."\n"
                                        .'1: delayStop 延迟停机, 阿里巴巴接管资源,延停 额度耗尽实例停机,再15天还未付费,则会释放 存储资源。'."\n"
                                        ."\n"
                                        .'2: noStop欠费不停机, 系统不会管理子账号的资 源生命周期。伙伴需要手工完成。'."\n"
                                        ."\n"
                                        .' 3.immediatelyStop 立即停机,账号进入欠费状态 触发实例停机。', 'type' => 'string', 'example' => 'delayStop'],
                                    'newBuyStatus' => ['description' => '用来管理客户的下单动作。'."\n"
                                        ."\n"
                                        .'ban 禁止新购 '."\n"
                                        ."\n"
                                        .'cancelBan 正常状态', 'type' => 'string', 'example' => 'ban'],
                                    'ConsumedUndeductedValue' => ['title' => '获取模拟抵扣前虚账单未结清总额', 'description' => '获取模拟抵扣前虚账单未结清总额', 'type' => 'string', 'example' => '0.000000'],
                                    'PAYGFreezeStatus' => ['description' => '后付费冻结状态'."\n"
                                        .'freeze:冻结'."\n"
                                        .'normal:正常', 'type' => 'string', 'example' => 'normal'],
                                ],
                            ],
                            'RequestId' => ['description' => 'request ID,阿里云会根据这个进行错误跟踪', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => '系统异常'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"OutstandingBalance\\": \\"200\\",\\n    \\"CreditLine\\": \\"1000\\",\\n    \\"AccountStatus\\": \\"normal\\",\\n    \\"AvailableCredit\\": \\"800\\",\\n    \\"AlarmThreshold\\": \\"20\\",\\n    \\"ZeroCreditShutdownPolicy\\": \\"delayStop\\",\\n    \\"newBuyStatus\\": \\"ban\\",\\n    \\"ConsumedUndeductedValue\\": \\"0.000000\\",\\n    \\"PAYGFreezeStatus\\": \\"normal\\"\\n  },\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '查询分销客户预算状态信息',
            'changeSet' => [
                ['createdAt' => '2023-12-22T03:27:29.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCreditInfo'],
                ],
            ],
            'ramActions' => [],
        ],
        'GetCustomerOrders' => [
            'summary' => '国际站客户订单查询,只允许国际站调用。',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'OrderId',
                    'in' => 'query',
                    'schema' => ['description' => '订单号(可选)', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '209335720330622'],
                ],
                [
                    'name' => 'CustomerAccount',
                    'in' => 'query',
                    'schema' => ['title' => '客户账号', 'description' => '客户账号', 'type' => 'string', 'required' => false, 'example' => 'test_123'],
                ],
                [
                    'name' => 'CustomerUid',
                    'in' => 'query',
                    'schema' => ['title' => '客户UID', 'description' => '客户UID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456'],
                ],
                [
                    'name' => 'OrderType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '订单类型:BUY、REFUND、UPGRADE、DOWNGRADE、REFUND、OTHERS',
                        'description' => '订单类型:'."\n"
                            .'- BUY: 新购'."\n"
                            .'- UPGRADE: 升级'."\n"
                            .'- DOWNGRADE: 降级'."\n"
                            .'- RENEW: 续费'."\n"
                            .'- REFUND: 退款'."\n"
                            .'- OTHERS: 其他',
                        'type' => 'string',
                        'required' => false,
                        'enumValueTitles' => [],
                        'example' => 'RENEW',
                    ],
                ],
                [
                    'name' => 'OrderStatus',
                    'in' => 'query',
                    'schema' => [
                        'title' => '订单状态:1 未支付;2 已废弃;3 已支付',
                        'description' => '订单状态:'."\n"
                            .'- 1 未支付'."\n"
                            .'- 2 已废弃'."\n"
                            .'- 3 已支付',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => false,
                        'enumValueTitles' => [],
                        'example' => '3',
                    ],
                ],
                [
                    'name' => 'TimeType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '时间类型:1 支付时间;2 下单时间',
                        'description' => '时间类型:'."\n"
                            .'- 1 支付时间'."\n"
                            .'- 2 下单时间',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => true,
                        'enumValueTitles' => [],
                        'example' => '2',
                    ],
                ],
                [
                    'name' => 'StartDate',
                    'in' => 'query',
                    'schema' => ['title' => '开始时间', 'description' => '开始时间,与timeType结合使用。格式:yyyy-MM-dd HH:mm:ss', 'type' => 'string', 'required' => true, 'example' => '2024-08-13 00:00:00', 'pattern' => '^\\d{4}(-\\d{2}){2}\\s+\\d{2}(:\\d{2}){2}$'],
                ],
                [
                    'name' => 'EndDate',
                    'in' => 'query',
                    'schema' => ['title' => '结束时间', 'description' => '结束时间,与timeType结合使用。格式:yyyy-MM-dd HH:mm:ss', 'type' => 'string', 'required' => true, 'example' => '2024-08-23 00:00:00', 'pattern' => '^\\d{4}(-\\d{2}){2}\\s+\\d{2}(:\\d{2}){2}$'],
                ],
                [
                    'name' => 'CustomerManager',
                    'in' => 'query',
                    'schema' => ['title' => '客户经理', 'description' => '客户经理', 'type' => 'string', 'required' => false, 'example' => 'myBd'],
                ],
                [
                    'name' => 'ProductType',
                    'in' => 'query',
                    'schema' => ['title' => '产品明细code', 'description' => '产品明细code', 'type' => 'string', 'required' => false, 'example' => 'vm_intl'],
                ],
                [
                    'name' => 'OrderSource',
                    'in' => 'query',
                    'schema' => [
                        'title' => '订单来源:0 普通客户;1 企业客户;2 二级经销商',
                        'description' => '订单来源:'."\n"
                            .'- 0 普通客户'."\n"
                            .'- 1 企业客户'."\n"
                            .'- 2 二级经销商',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => false,
                        'enumValueTitles' => [],
                        'example' => '0',
                    ],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '当前每页条数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '100', 'minimum' => '1', 'example' => '10'],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'schema' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '500', 'minimum' => '1', 'example' => '1'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '23309219-4A34-589D-A3E0-9B2A3BFFD24F'],
                            'Message' => ['description' => '同Code参数值', 'type' => 'string', 'example' => '成功'],
                            'Code' => ['description' => '结果代码', 'type' => 'string', 'example' => '200'],
                            'Msg' => ['description' => '同Code参数值', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => 'success:'."\n"
                                .'- 200 OK'."\n"
                                .'- 201 参数异常', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '告知是否成功创建客户,如果为true,则Message中为CID',
                                    'type' => 'object',
                                    'properties' => [
                                        'OrderId' => ['description' => '订单号(可选)', 'type' => 'integer', 'format' => 'int64', 'example' => '236414227150922'],
                                        'CustomerAccount' => ['title' => '客户账户', 'description' => '客户账户', 'type' => 'string', 'example' => 'test_123'],
                                        'CustomerNo' => ['title' => '客户UID', 'description' => '客户UID', 'type' => 'integer', 'format' => 'int64', 'example' => '123456'],
                                        'ProductDetail' => ['title' => '产品明细', 'description' => '产品明细', 'type' => 'string', 'example' => 'oss'],
                                        'ProductType' => ['title' => '产品明细code', 'description' => '产品明细code', 'type' => 'string', 'example' => 'snapshot'],
                                        'OrderType' => ['title' => '订单类型', 'description' => '订单类型:'."\n"
                                            .'- BUY: 新购'."\n"
                                            .'- UPGRADE: 升级'."\n"
                                            .'- DOWNGRADE: 降级'."\n"
                                            .'- RENEW: 续费'."\n"
                                            .'- REFUND: 退款'."\n"
                                            .'- OTHERS: 其他', 'type' => 'string', 'example' => 'BUY'],
                                        'OriginalCost' => ['title' => '订单原价', 'description' => '订单原价', 'type' => 'number', 'format' => 'double', 'example' => '3.92'],
                                        'PretaxCost' => ['title' => '应付金额', 'description' => '应付金额', 'type' => 'number', 'format' => 'double', 'example' => '3.92'],
                                        'OrderStatus' => ['title' => '订单状态', 'description' => '订单状态:'."\n"
                                            .'- 1 未支付'."\n"
                                            .'- 2 已废弃'."\n"
                                            .'- 3 已支付', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
                                        'TimeToOrder' => ['title' => '下单时间', 'description' => '下单时间', 'type' => 'string', 'example' => '2024-08-13 13:02:02'],
                                        'PaymentTime' => ['title' => '支付时间', 'description' => '支付时间', 'type' => 'string', 'example' => '2024-08-13 13:02:02'],
                                        'PaymentMethod' => ['title' => '付款方式', 'description' => '付款方式', 'type' => 'string', 'example' => '3:32'],
                                        'CustomerManager' => ['title' => '客户经理', 'description' => '客户经理', 'type' => 'string', 'example' => 'myBd'],
                                        'OrderSource' => ['title' => '订单来源', 'description' => '订单来源:'."\n"
                                            .'- 0 普通客户'."\n"
                                            .'- 1 企业客户'."\n"
                                            .'- 2 二级经销商', 'type' => 'string', 'example' => '0'],
                                    ],
                                ],
                            ],
                            'PageSize' => ['description' => '当前每页条数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageNo' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'Total' => ['description' => '总记录数', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => '没有执行此操作的权限。'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '客户订单查询',
            'description' => '调用者必须是阿里云国际站渠道总经销商伙伴或阿里云国际站渠道经销商伙伴。',
            'changeSet' => [
                ['createdAt' => '2025-01-09T05:55:39.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCustomerOrders'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"23309219-4A34-589D-A3E0-9B2A3BFFD24F\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Msg\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"Data\\": [\\n    {\\n      \\"OrderId\\": 236414227150922,\\n      \\"CustomerAccount\\": \\"test_123\\",\\n      \\"CustomerNo\\": 123456,\\n      \\"ProductDetail\\": \\"oss\\",\\n      \\"ProductType\\": \\"snapshot\\",\\n      \\"OrderType\\": \\"BUY\\",\\n      \\"OriginalCost\\": 3.92,\\n      \\"PretaxCost\\": 3.92,\\n      \\"OrderStatus\\": 3,\\n      \\"TimeToOrder\\": \\"2024-08-13 13:02:02\\",\\n      \\"PaymentTime\\": \\"2024-08-13 13:02:02\\",\\n      \\"PaymentMethod\\": \\"3:32\\",\\n      \\"CustomerManager\\": \\"myBd\\",\\n      \\"OrderSource\\": \\"0\\"\\n    }\\n  ],\\n  \\"PageSize\\": 1,\\n  \\"PageNo\\": 1,\\n  \\"Total\\": 100\\n}","type":"json"}]',
        ],
        'GetDailyBill' => [
            'summary' => '获取分销商日账单。'."\n"
                .'此功能仅供针对Reseller和Distributor。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Date',
                    'in' => 'query',
                    'schema' => ['description' => 'Billing date. Format YYYY-MM-DD', 'type' => 'string', 'required' => true, 'example' => '2022-11-24'],
                ],
                [
                    'name' => 'BillOwner',
                    'in' => 'query',
                    'schema' => ['description' => '账单所属类型 取值范围:'."\n"
                        ."\n"
                        .'1: 分销伙伴账号 '."\n"
                        ."\n"
                        .'2: 分销客户账号', 'type' => 'string', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'BillType',
                    'in' => 'query',
                    'schema' => ['description' => '账单类型,取值范围:'."\n"
                        ."\n"
                        .'- DailyOrder(Deprecated)'."\n"
                        ."\n"
                        .'- DailyBill (Deprecated)'."\n"
                        ."\n"
                        .'- DailyInstanceBill (Deprecated) '."\n"
                        .'- DailyInstanceBillV2', 'type' => 'string', 'required' => true, 'example' => 'DailyInstanceBillV2'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果代码:'."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 系统错误'."\n"
                                .'- 3050: 账单类型只能是DailyOrder, DailyBill, DailyInstanceBill '."\n"
                                .'- 3049: 消费时间格式错误'."\n"
                                .'- 3048: 账单所属只能是1 or 2', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '同Code参数值', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后续 业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'object',
                                'properties' => [
                                    'BillLinkCSV' => ['description' => '下载CSV文件地址,请使用HTTP协议', 'type' => 'string', 'example' => 'intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D'],
                                    'SpendingTime' => ['description' => '消费时间,对应具体的消费日期', 'type' => 'string', 'example' => '20221201'],
                                    'BillType' => ['description' => '同输入参数BillType', 'type' => 'string', 'example' => 'DailyInstanceBillV2'],
                                    'BillOwner' => ['description' => '同输入参数BillOwner.', 'type' => 'string', 'example' => '1'],
                                    'BillLinkXLSX' => ['description' => '下载XLSX文件地址,请使用HTTP协议', 'type' => 'string', 'example' => 'intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D'."\n"],
                                ],
                            ],
                            'RequestId' => ['description' => '请求id,阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"BillLinkCSV\\": \\"intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D\\",\\n    \\"SpendingTime\\": \\"20221201\\",\\n    \\"BillType\\": \\"DailyInstanceBillV2\\",\\n    \\"BillOwner\\": \\"1\\",\\n    \\"BillLinkXLSX\\": \\"intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D\\\\n\\"\\n  },\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '分销商日账单',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:GetDailyBill',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'GetInviteStatus' => [
            'summary' => '查询已报备已发出邀请客户的邀请状态',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InviteStatusList',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => 'inviteId list',
                        'type' => 'array',
                        'items' => [
                            'description' => 'inviteId list',
                            'type' => 'object',
                            'properties' => [
                                'InviteId' => ['description' => '邀请ID,来自接口 InviteSubAccount', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123'],
                            ],
                            'required' => false,
                        ],
                        'required' => true,
                        'maxItems' => 5,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '状态码  错误代码值: 3057: InviteId为空', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功 的。不代表后续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'InviteStatus' => [
                                        'description' => '返回数据',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '数据',
                                            'type' => 'object',
                                            'properties' => [
                                                'Code' => ['description' => '结果码'."\n"
                                                    .'取值范围:'."\n"
                                                    .' - 200 OK'."\n"
                                                    .'- 1109 系统错误', 'type' => 'string', 'example' => '200'],
                                                'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                                                'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功 的。不代表后续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                                                'InviteStatusList' => [
                                                    'description' => '邀请记录状态结果list',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'GmtCreate' => ['description' => '发送邀请邮件的时间', 'type' => 'string', 'example' => '2018-02-12'],
                                                        'Status' => ['description' => '邀请状态:'."\n"
                                                            .'- 0 未访问注册URL'."\n"
                                                            .'- 1 注册失败'."\n"
                                                            .'- 2 成功注册'."\n"
                                                            .'- 3 已访问注册URL但是没有提交表单', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
                                                        'SubAccountType' => ['description' => '账户类型:'."\n"
                                                            .'- 1 Agency的终端客户'."\n"
                                                            .'- 2 Reseller的终端客户'."\n"
                                                            .'- 5 Reseller类型2级伙伴', 'type' => 'string', 'example' => '1'],
                                                        'ParentId' => ['description' => '分销客户账户所属分销商UID。', 'type' => 'string', 'example' => '1093238769140523'],
                                                        'AssociationSuccessTime' => ['description' => '分销客户账户成功关联分销商账户的时间。如果没有关联则为空。', 'type' => 'string', 'example' => '2018-02-13'],
                                                        'Cid' => ['description' => '分销客户CID', 'type' => 'integer', 'format' => 'int64', 'example' => '1234567890123'],
                                                        'Uid' => ['description' => '分销客户UID', 'type' => 'integer', 'format' => 'int64', 'example' => '1234567890123'],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                                'description' => '',
                            ],
                            'RequestId' => ['description' => 'request ID,阿里云会根据这个进行错误跟踪', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"InviteStatus\\": [\\n      {\\n        \\"Code\\": \\"200\\",\\n        \\"Message\\": \\"成功\\",\\n        \\"Success\\": true,\\n        \\"InviteStatusList\\": {\\n          \\"GmtCreate\\": \\"2018-02-12\\",\\n          \\"Status\\": 2,\\n          \\"SubAccountType\\": \\"1\\",\\n          \\"ParentId\\": \\"1093238769140523\\",\\n          \\"AssociationSuccessTime\\": \\"2018-02-13\\",\\n          \\"Cid\\": 1234567890123,\\n          \\"Uid\\": 1234567890123\\n        }\\n      }\\n    ]\\n  },\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '查询邀请记录状态',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:GetInviteStatus',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'GetMonthlyBill' => [
            'summary' => '返回分销商月账单。'."\n"
                .'此功能仅供针对Reseller和Distributor。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Month',
                    'in' => 'query',
                    'schema' => ['description' => 'Billing Month, Format is YYYY-MM', 'type' => 'string', 'required' => true, 'example' => '2022-11'],
                ],
                [
                    'name' => 'BillOwner',
                    'in' => 'query',
                    'schema' => ['description' => 'Bill Owner type.'."\n"
                        ."\n"
                        .' Value range:'."\n"
                        ."\n"
                        .'1: Master account '."\n"
                        ."\n"
                        .'2: Sub account', 'type' => 'string', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'BillType',
                    'in' => 'query',
                    'schema' => ['description' => 'Value Range:'."\n"
                        ."\n"
                        .'MonthlyInvoice'."\n"
                        ."\n"
                        .'MonthRefundInvoice'."\n"
                        ."\n"
                        .'MonthlySummary (Deprecated)'."\n"
                        ."\n"
                        .'MonthlyInstanceAddAdjustBill '."\n"
                        ."\n"
                        .'MonthlyInstanceRefundBill'."\n"
                        ."\n"
                        .'MonthlyAddAdjustInvoce'."\n"
                        ."\n"
                        .'MonthlyRefundAdjustInvoce '."\n"
                        ."\n"
                        .'MonthlyInstanceConsumeV2 '."\n"
                        ."\n"
                        .'MarginReportV2', 'type' => 'string', 'required' => true, 'example' => 'MonthlyInvoice'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果代码:'."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 系统错误'."\n"
                                .'- 3030 账户昵称超过最大长度,最大长度150 bytes'."\n"
                                .'- 3031 Remark超过最大长度,最大长度是3000 Bytes', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '同Code参数值', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功 的。不代表后续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'object',
                                'properties' => [
                                    'RefundInvoiceLink' => ['description' => '下载退款发票的URL', 'type' => 'string', 'example' => 'intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D'],
                                    'BillType' => ['description' => '同输入参数BillType', 'type' => 'string', 'example' => 'MonthlyInvoice'],
                                    'InvoiceLink' => ['description' => 'Invoice下载URL', 'type' => 'string', 'example' => 'intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D'],
                                    'BillLinkCSV' => ['description' => '下载CSV文件地址,请使用HTTP协议', 'type' => 'string', 'example' => 'intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D'],
                                    'RefundInvoiceFlag' => ['description' => '告知是否存在退款发票,可选值:True,False', 'type' => 'boolean', 'example' => 'True'],
                                    'SpendingTime' => ['description' => '消费时间,对应具体的消费时间', 'type' => 'string', 'example' => '20221201'],
                                    'BillOwner' => ['description' => '同输入参数BillOwner.', 'type' => 'string', 'example' => '1'],
                                    'BillLinkXLSX' => ['description' => '下载XLSX文件地址,请使用HTTP协议', 'type' => 'string', 'example' => 'intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D'."\n"],
                                ],
                            ],
                            'RequestId' => ['description' => '请求id,阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '210e876f16704666020714468dab35'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"RefundInvoiceLink\\": \\"intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D\\",\\n    \\"BillType\\": \\"MonthlyInvoice\\",\\n    \\"InvoiceLink\\": \\"intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D\\",\\n    \\"BillLinkCSV\\": \\"intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D\\",\\n    \\"RefundInvoiceFlag\\": true,\\n    \\"SpendingTime\\": \\"20221201\\",\\n    \\"BillOwner\\": \\"1\\",\\n    \\"BillLinkXLSX\\": \\"intl-reseller-month-bill.oss-ap-southeast-1.aliyuncs.com/statements/month/dts/1064252248461886/202104/Month%20Billing%20Invoice%20202104.pdf?Expires=1671160973&OSSAccessKeyId=TMP.3KhvoD9pW264cPv8sYe8E2zJ5HLWmrijNHgKiKpXcy8yS472BcrvemgTfNrrXKu5fCCdbLr2XhmYAyYPmbCe8zJyEkmYzL&Signature=hns1PgiiYl1WdI%2FdiOqbEdsgmfI%3D\\\\n\\"\\n  },\\n  \\"RequestId\\": \\"210e876f16704666020714468dab35\\"\\n}","type":"json"}]',
            'title' => '分销商月账单',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:GetMonthlyBill',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'GetPurchaseControlRecord' => [
            'summary' => '下单控制记录查询',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'OperationTime',
                    'in' => 'query',
                    'schema' => ['title' => '起始时间'."\n"
                        .'为空则取半年内的数据'."\n"
                        .'时间格式为 yyyy-MM-dd HH:mm:ss', 'description' => '起始时间'."\n"
                        .'为空则取半年内的数据'."\n"
                        .'时间格式为 yyyy-MM-dd HH:mm:ss', 'type' => 'string', 'required' => false, 'example' => '2023-12-15 10:34:36'],
                ],
                [
                    'name' => 'CustomerUID',
                    'in' => 'query',
                    'schema' => ['title' => '客户id', 'description' => '客户Uid', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '292828565558721922'],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['title' => '页码', 'description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '每页大小', 'description' => '每页大小', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '100', 'example' => '20'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'RequestId', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '数据',
                                    'type' => 'object',
                                    'properties' => [
                                        'ChangedType' => [
                                            'title' => '变更类型'."\n"
                                                .'ban 禁止新购'."\n"
                                                .'cancelBan 取消禁止',
                                            'description' => '变更类型'."\n"
                                                .'ban 禁止新购'."\n"
                                                .'cancelBan 取消禁止',
                                            'type' => 'string',
                                            'enumValueTitles' => ['cancelBan ' => ' 取消禁止', 'ban ' => '禁止新购'],
                                            'example' => 'ban ',
                                        ],
                                        'OperationTime' => ['title' => '操作时间(UTC+8)', 'description' => '操作时间(UTC+8)', 'type' => 'string', 'example' => '2023-12-15 10:34:36'],
                                        'OperationPath' => ['title' => '操作发起方式', 'description' => '操作发起方式', 'type' => 'string', 'example' => 'ACPN'],
                                        'Operator' => ['title' => '操作人', 'description' => '操作人', 'type' => 'string', 'example' => '292828565558721922'],
                                    ],
                                ],
                            ],
                            'Code' => ['description' => '结果码'."\n"
                                .'Error Code. Value Range: '."\n"
                                .'- 200: OK '."\n", 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'Total' => ['title' => '总数', 'description' => '总数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'PageNo' => ['title' => '页码', 'description' => '页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['title' => '每页大小', 'description' => '每页大小', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Data\\": [\\n    {\\n      \\"ChangedType\\": \\"ban \\",\\n      \\"OperationTime\\": \\"2023-12-15 10:34:36\\",\\n      \\"OperationPath\\": \\"ACPN\\",\\n      \\"Operator\\": \\"292828565558721922\\"\\n    }\\n  ],\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"Total\\": 10,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10\\n}","type":"json"}]',
            'title' => '下单控制修改记录查询',
            'description' => '调用者必须是阿里云国际站渠道总经销商伙伴或阿里云国际站渠道经销商伙伴。',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetPurchaseControlRecord'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'agency:GetPurchaseControlRecord',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'GetShutdownPolicyRecord' => [
            'summary' => '查询延停策略修改记录',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'OperationTime',
                    'in' => 'query',
                    'schema' => ['title' => '起始时间'."\n"
                        .'为空则取半年内的数据'."\n"
                        .'时间格式为 yyyy-MM-dd HH:mm:ss', 'description' => '起始时间'."\n"
                        .'为空则取半年内的数据'."\n"
                        .'时间格式为 yyyy-MM-dd HH:mm:ss', 'type' => 'string', 'required' => false, 'example' => '2025-12-15 10:34:36'],
                ],
                [
                    'name' => 'CustomerUID',
                    'in' => 'query',
                    'schema' => ['title' => '客户id', 'description' => '客户Uid', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '292828565558721922'],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['title' => '页码', 'description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '每页大小', 'description' => '每页大小', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '100', 'minimum' => '5', 'example' => '20'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '210e876f16704666020714468dab35'],
                            'Data' => [
                                'description' => '告知是否成功创建客户,如果为true,则Message中为CID',
                                'type' => 'array',
                                'items' => [
                                    'description' => '返回数据对象',
                                    'type' => 'object',
                                    'properties' => [
                                        'CurrentPolicy' => [
                                            'title' => '当前策略'."\n"
                                                .'immediatelyStop  欠费立即停机'."\n"
                                                .'delayStop  享受延停额度'."\n"
                                                .'noStop 欠费不停机',
                                            'description' => '当前策略'."\n"
                                                .'immediatelyStop  欠费立即停机'."\n"
                                                .'delayStop  享受延停额度'."\n"
                                                .'noStop 欠费不停机',
                                            'type' => 'string',
                                            'enumValueTitles' => ['immediatelyStop ' => '欠费立即停机', 'noStop ' => '欠费不停机', 'delayStop ' => '享受延停额度'],
                                            'example' => 'noStop ',
                                        ],
                                        'PreviousPolicy' => [
                                            'title' => '变更前策略'."\n"
                                                .'immediatelyStop  欠费立即停机'."\n"
                                                .'delayStop  享受延停额度'."\n"
                                                .'noStop 欠费不停机',
                                            'description' => '变更前策略'."\n"
                                                .'immediatelyStop  欠费立即停机'."\n"
                                                .'delayStop  享受延停额度'."\n"
                                                .'noStop 欠费不停机',
                                            'type' => 'string',
                                            'enumValueTitles' => ['immediatelyStop ' => '欠费立即停机', 'noStop ' => '欠费不停机', 'delayStop ' => '享受延停额度 '],
                                            'example' => 'immediatelyStop ',
                                        ],
                                        'OperationTime' => ['title' => '操作时间(UTC+8)', 'description' => '操作时间(UTC+8)', 'type' => 'string', 'example' => '2023-12-15 10:34:36'],
                                        'OperationPath' => [
                                            'title' => '操作发起方式',
                                            'description' => '操作发起方式  API API/ ACPN  ACPN /ALIYUN_BIZ 阿里云内部',
                                            'type' => 'string',
                                            'enumValueTitles' => ['ALIYUN_BIZ' => '阿里云内部', 'API' => 'API', 'ACPN' => 'ACPN'],
                                            'example' => 'ACPN',
                                        ],
                                        'Operator' => ['title' => '操作人', 'description' => '操作人', 'type' => 'string', 'example' => '11111111111'],
                                    ],
                                ],
                            ],
                            'Code' => ['description' => '结果码', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Total' => ['title' => '总数', 'description' => '总数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'PageNo' => ['title' => '页码', 'description' => '页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['title' => '每页大小', 'description' => '每页大小', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"210e876f16704666020714468dab35\\",\\n  \\"Data\\": [\\n    {\\n      \\"CurrentPolicy\\": \\"noStop \\",\\n      \\"PreviousPolicy\\": \\"immediatelyStop \\",\\n      \\"OperationTime\\": \\"2023-12-15 10:34:36\\",\\n      \\"OperationPath\\": \\"ACPN\\",\\n      \\"Operator\\": \\"11111111111\\"\\n    }\\n  ],\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"Total\\": 10,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10\\n}","type":"json"}]',
            'title' => '延停策略修改记录查询',
            'description' => '调用者必须是阿里云国际站渠道总经销商伙伴或阿里云国际站渠道经销商伙伴。'."\n"
                ."\n"
                .'**本内容只发布国际站**',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:GetShutdownPolicyRecord',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'GetTier2CouponApprovalDetail' => [
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'ApplicationSheetId',
                    'in' => 'query',
                    'schema' => ['description' => '申请单ID', 'type' => 'string', 'required' => false, 'example' => 'd54ca949-9b88-4514-add3-c6029c4027f4'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '0b9a079e17691387754512757e6a1b'],
                            'Code' => ['description' => '接口返回码:200:表示成功。                                 其它:表示错误码。错误码详情,请参见错误码。', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => 'success'],
                            'Data' => [
                                'description' => '返回数据对象',
                                'type' => 'object',
                                'properties' => [
                                    'ApplicationSheetId' => ['description' => '申请单 ID', 'type' => 'string', 'example' => '0b9a079e17691387754512757e6a1b'],
                                    'ApprovalStatus' => ['description' => '审批状态'."\n"
                                        .'- 1:已撤销'."\n"
                                        .'- 2:审批中'."\n"
                                        .'- 3:已驳回'."\n"
                                        .'- 4:审批通过'."\n"
                                        .'- 5:审批通过但发放失败'."\n"
                                        .'- 8:待处理', 'type' => 'string', 'example' => '2'],
                                    'TotalAmount' => ['description' => '申请金额', 'type' => 'string', 'example' => '100.00'],
                                    'RemainingQuota' => ['description' => '发完优惠券预计剩余伙伴新客户PoC优惠券权益额度', 'type' => 'string', 'example' => '20.00'],
                                    'ApplicationReason' => ['description' => '申请原因', 'type' => 'string', 'example' => '申请原因'],
                                    'ApplicantInfo' => [
                                        'description' => '申请基本信息',
                                        'type' => 'object',
                                        'properties' => [
                                            'T2PartnerName' => ['description' => '二级分销商名称', 'type' => 'string', 'example' => 'test account'],
                                            'T2PartnerUid' => ['description' => '二级分销商UID', 'type' => 'integer', 'format' => 'int64', 'example' => '5248516846402795'],
                                            'ApplicableProducts' => ['description' => '适用产品'."\n"
                                                ."\n"
                                                .'- UNIVERSAL:全部产品'."\n"
                                                ."\n"
                                                .'- 具体商品code', 'type' => 'string', 'example' => 'UNIVERSAL'],
                                            'ApplicationTime' => ['description' => '申请时间', 'type' => 'string', 'example' => '2026-01-21 11:24'],
                                            'ValidUntil' => ['description' => '有效期,为有效天数或有效时间段', 'type' => 'string', 'example' => '2026-01-21 ~ 2199-12-31'],
                                            'OrderType' => ['description' => '订单类型,为优惠券使用的订单类型。'."\n"
                                                .'- ALL:阿里云预付费'."\n"
                                                .'- BILLING:阿里云按量付费账单'."\n"
                                                .'- ALL,BILLING:阿里云预付费;阿里云按量付费账单', 'type' => 'string', 'example' => 'ALL,BILLING'],
                                        ],
                                    ],
                                    'CouponReceiptUidList' => [
                                        'description' => '收券客户UID列表',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Uid' => ['description' => '客户uid', 'type' => 'integer', 'format' => 'int64', 'example' => '1703016242044705'],
                                                'NominalValue' => ['description' => '面额', 'type' => 'string', 'example' => '100.00'],
                                            ],
                                            'description' => '',
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '二级分销商优惠券申请单详情',
            'summary' => '该接口只适用distributor,查看二级分销商发起的优惠券申请详情',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"0b9a079e17691387754512757e6a1b\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Data\\": {\\n    \\"ApplicationSheetId\\": \\"0b9a079e17691387754512757e6a1b\\",\\n    \\"ApprovalStatus\\": \\"2\\",\\n    \\"TotalAmount\\": \\"100.00\\",\\n    \\"RemainingQuota\\": \\"20.00\\",\\n    \\"ApplicationReason\\": \\"申请原因\\",\\n    \\"ApplicantInfo\\": {\\n      \\"T2PartnerName\\": \\"test account\\",\\n      \\"T2PartnerUid\\": 5248516846402795,\\n      \\"ApplicableProducts\\": \\"UNIVERSAL\\",\\n      \\"ApplicationTime\\": \\"2026-01-21 11:24\\",\\n      \\"ValidUntil\\": \\"2026-01-21 ~ 2199-12-31\\",\\n      \\"OrderType\\": \\"ALL,BILLING\\"\\n    },\\n    \\"CouponReceiptUidList\\": [\\n      {\\n        \\"Uid\\": 1703016242044705,\\n        \\"NominalValue\\": \\"100.00\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
        ],
        'GetUnassociatedCustomer' => [
            'summary' => '获取所有未关联的客户。',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'CurrentPage',
                    'in' => 'query',
                    'schema' => ['description' => '分页,当前页', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页,每页记录数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '返回结果',
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '错误代码,候选值:'."\n"
                                .'200: OK'."\n"
                                .'1109: 系统错误', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => 'message信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后 续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'PageInfo' => [
                                'description' => '分页信息',
                                'type' => 'object',
                                'properties' => [
                                    'PageSize' => ['description' => '分页,每页数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                    'Total' => ['description' => '分页,总量', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
                                    'Page' => ['description' => '分页,当前页', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                ],
                            ],
                            'InviteInfoList' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'InviteInfo' => [
                                        'description' => '邀请信息列表',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '邀请信息',
                                            'type' => 'object',
                                            'properties' => [
                                                'Status' => ['description' => '邀请状态:'."\n"
                                                    .'- 0 未访问注册URL'."\n"
                                                    .'- 1 成功注册'."\n"
                                                    .'- 2 注册失败'."\n"
                                                    .'- 3 已访问注册URL但是没有提交表单', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'GmtCreate' => ['description' => '发送邮件的时间', 'type' => 'string', 'example' => '2023-05-10'],
                                                'AccountNickname' => ['description' => '被邀请客户名称', 'type' => 'string', 'example' => '我的客户'],
                                                'Email' => ['description' => '被邀请者email', 'type' => 'string', 'example' => '12345@qq.com'],
                                                'InviteId' => ['description' => '邀请ID', 'type' => 'integer', 'format' => 'int64', 'example' => '190'],
                                            ],
                                        ],
                                    ],
                                ],
                                'description' => '',
                            ],
                            'RequestId' => ['description' => 'request ID,阿里云会根据这个进行错误跟踪', 'type' => 'string', 'example' => '23309219-4A34-589D-A3E0-9B2A3BFFD24F'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"PageInfo\\": {\\n    \\"PageSize\\": 10,\\n    \\"Total\\": 12,\\n    \\"Page\\": 1\\n  },\\n  \\"InviteInfoList\\": {\\n    \\"InviteInfo\\": [\\n      {\\n        \\"Status\\": 1,\\n        \\"GmtCreate\\": \\"2023-05-10\\",\\n        \\"AccountNickname\\": \\"我的客户\\",\\n        \\"Email\\": \\"12345@qq.com\\",\\n        \\"InviteId\\": 190\\n      }\\n    ]\\n  },\\n  \\"RequestId\\": \\"23309219-4A34-589D-A3E0-9B2A3BFFD24F\\"\\n}","type":"json"}]',
            'title' => '查询未关联的客户',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:GetUnassociatedCustomer',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'InviteSubAccount' => [
            'summary' => '邀请注册成为伙伴客户',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'AccountInfoList',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '邀请账号信息列表,一次小于等于5个',
                        'type' => 'array',
                        'items' => [
                            'description' => '邀请账号信息',
                            'type' => 'object',
                            'properties' => [
                                'SubAccountType' => ['description' => '子账号类型:'."\n"
                                    .'- 1: Agency 的 End user'."\n"
                                    .'- 2: Reseller 的End user '."\n"
                                    .'- 5: Reseller 的T2伙伴', 'type' => 'string', 'required' => true, 'example' => '1'],
                                'EmailAddress' => ['description' => '分销客户账户的邮件地址,要发送邀请邮件到这里', 'type' => 'string', 'required' => true, 'example' => '12345@163.com'],
                                'AccountNickname' => ['description' => '分销客户的名称:'."\n"
                                    .'- 当是分销客户是一家企业时,为企业的公司名称'."\n"
                                    .'- 当是分销客户是T2 reseller伙伴时,为伙伴名称', 'type' => 'string', 'required' => true, 'example' => 'XXX技术有限公司'],
                                'CreditLine' => ['description' => '伙伴分配给分销客户的总预算额度(quota)', 'type' => 'string', 'required' => true, 'example' => '100'],
                                'Remark' => ['description' => '分销客户描述', 'type' => 'string', 'required' => false, 'example' => '发展xx为客户的邀请'],
                                'ZeroCreditShutdownPolicy' => ['description' => '伙伴对分销客户的停机策略管理。'."\n"
                                    ."\n"
                                    .'- 1: delayStop 享受延停额度延迟停机:阿里云接管资源,延停额度耗尽是触发实例停机,再15天还未付费,则会释放存储资源。'."\n"
                                    .'- 2: noStop手工管理欠费不停机,:系统不会管理子账号的资源生命周期。伙伴需要手工管理客户的实例停机状态。 '."\n"
                                    .'- 3:immediatelyStop  欠费立停,客户账号可用额度小于0账号进入欠费状态触发实例停机。', 'type' => 'string', 'required' => true, 'example' => '1'],
                                'NewBuyStatus' => ['description' => '初始下单状态:'."\n"
                                    ."\n"
                                    .'- ban:禁购--客户注册关联成功后不可立即下单购买云资源,需要在后续将“下单控制”配置为“正常”才可以下单。'."\n"
                                    .'- normal:正常--客户注册关联成功后可立即下单购买云资源。', 'type' => 'string', 'required' => true, 'example' => 'ban'],
                                'CustomerId' => ['description' => 'Customer Id 从CreateCustomer API返回的', 'type' => 'string', 'required' => true, 'example' => '1234567'],
                                'CustomerBd' => ['title' => '客户商务经理', 'description' => '客户商务经理(限50字符)', 'type' => 'string', 'required' => false, 'example' => '张三'],
                            ],
                            'required' => false,
                        ],
                        'required' => true,
                        'maxItems' => 5,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '错误代码: '."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 System Error', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['description' => 'request ID,阿里云会根据这个进行错误跟踪', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功 的。不代表后续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Results' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'Result' => [
                                        'description' => '邀请发送结果列表',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '邀请结果信息',
                                            'type' => 'object',
                                            'properties' => [
                                                'Code' => ['description' => '错误代码,200 OK', 'type' => 'string', 'example' => '200'],
                                                'Message' => ['description' => '提示信息,code说明', 'type' => 'string', 'example' => '成功'],
                                                'Success' => ['description' => '总是为真', 'type' => 'boolean', 'example' => 'true'],
                                                'Result' => [
                                                    'description' => '邀请结果返回信息',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'RegUrl' => ['description' => '分销客户注册URL', 'type' => 'string', 'example' => 'http://agency-intl.console.aliyun.com/customer/register?intl=true&fxinfo=-4uT%2FMWHnnUdvr5GXVd1AYK8luTnGgH3M7Y3lSCd5M1fxRwAkViTWtDJDpckh0HL'],
                                                        'Days' => ['description' => '注册URL地址的有效期限,按天算', 'type' => 'integer', 'format' => 'int32', 'example' => '15'],
                                                        'InviteId' => ['description' => 'Invitation ID,用来查询邀请状态的', 'type' => 'integer', 'format' => 'int64', 'example' => '12345'],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                                'description' => '',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error3017', 'errorMessage' => 'customerRebateType is error, only invite reseller account.', 'description' => ''],
                    ['errorCode' => 'Error3008', 'errorMessage' => 'shutdown status is error.', 'description' => ''],
                    ['errorCode' => 'Error3009', 'errorMessage' => 'customerAccount is error.', 'description' => ''],
                    ['errorCode' => 'Error3010', 'errorMessage' => 'customerNick is empty.', 'description' => ''],
                    ['errorCode' => 'Error3011', 'errorMessage' => 'The length of customerNick greater than 50.', 'description' => ''],
                    ['errorCode' => 'Error3012', 'errorMessage' => 'cid is empty.', 'description' => ''],
                    ['errorCode' => 'Error3013', 'errorMessage' => 'customCredit is empty.', 'description' => ''],
                    ['errorCode' => 'Error3014', 'errorMessage' => 'customCredit is a maximum of 10.', 'description' => ''],
                    ['errorCode' => 'Error3015', 'errorMessage' => 'The current account is not a partner.', 'description' => ''],
                    ['errorCode' => 'Error3016', 'errorMessage' => 'customerRebateType is error, only invite agency account.', 'description' => ''],
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                    ['errorCode' => 'Error3056', 'errorMessage' => 'The value of subAccountType error.', 'description' => ''],
                    ['errorCode' => 'Error3067', 'errorMessage' => 'Enterprise Customer Invitation Prohibition.', 'description' => ''],
                    ['errorCode' => 'Error3055', 'errorMessage' => 'subAccountType is null.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Success\\": true,\\n  \\"Results\\": {\\n    \\"Result\\": [\\n      {\\n        \\"Code\\": \\"200\\",\\n        \\"Message\\": \\"成功\\",\\n        \\"Success\\": true,\\n        \\"Result\\": {\\n          \\"RegUrl\\": \\"http://agency-intl.console.aliyun.com/customer/register?intl=true&fxinfo=-4uT%2FMWHnnUdvr5GXVd1AYK8luTnGgH3M7Y3lSCd5M1fxRwAkViTWtDJDpckh0HL\\",\\n          \\"Days\\": 15,\\n          \\"InviteId\\": 12345\\n        }\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => '邀请分销客户',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'agency:InviteSubAccount',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'InviteSubReseller' => [
            'path' => '',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'tenantRelevance' => 'publicInformation'],
            'parameters' => [
                [
                    'name' => 'AccountInfoList',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '邀请账号信息列表,一次小于等于5个',
                        'type' => 'array',
                        'items' => [
                            'description' => '邀请账号信息列表,一次小于等于5个',
                            'type' => 'object',
                            'properties' => [
                                'SubAccountType' => ['description' => '无需填写,废弃参数', 'type' => 'string', 'required' => false, 'example' => '5'],
                                'EmailAddress' => ['description' => '邀请邮件发送至邮箱', 'type' => 'string', 'required' => false, 'example' => 'nejatox206@getasail.com'],
                                'AccountNickname' => ['description' => '分销客户的名称:'."\n"
                                    .'- 当是分销客户是一家企业时,为企业的公司名称'."\n"
                                    .'- 当是分销客户是T2 reseller伙伴时,为伙伴名称', 'type' => 'string', 'required' => false, 'example' => 'XXX技术有限公司'],
                                'CreditLine' => ['description' => '伙伴分配给分销客户的总预算额度(quota)', 'type' => 'string', 'required' => false, 'example' => '100'],
                                'Remark' => ['description' => '分销客户描述', 'type' => 'string', 'required' => false, 'example' => '发展xx为客户的邀请'],
                                'ZeroCreditShutdownPolicy' => ['description' => '伙伴对分销客户的停机策略管理。'."\n"
                                    ."\n"
                                    .'- 1: delayStop 享受延停额度延迟停机:阿里云接管资源,延停额度耗尽是触发实例停机,再15天还未付费,则会释放存储资源。'."\n"
                                    .'- 2: noStop手工管理欠费不停机,:系统不会管理子账号的资源生命周期。伙伴需要手工管理客户的实例停机状态。 '."\n"
                                    .'- 3:immediatelyStop  欠费立停,客户账号可用额度小于0账号进入欠费状态触发实例停机。', 'type' => 'string', 'required' => false, 'example' => '1'],
                                'NewBuyStatus' => ['description' => '初始下单状态:'."\n"
                                    ."\n"
                                    .'- ban:禁购--客户注册关联成功后不可立即下单购买云资源,需要在后续将“下单控制”配置为“正常”才可以下单。'."\n"
                                    .'- normal:正常--客户注册关联成功后可立即下单购买云资源。', 'type' => 'string', 'required' => false, 'example' => 'Normal'],
                                'CustomerBd' => ['description' => '客户商务经理(限50字符)', 'type' => 'string', 'required' => false, 'example' => '张三'],
                                'RegisterNation' => ['description' => '所邀请的T2 Reseller所属国家或区域,所传参数需要满足ISO 3166-1 二位字母代码 (Alpha-2),可使用 ListCountries API来获取当前 UID 合同覆盖区域列表。'."\n"
                                    ."\n"
                                    .'系统会根据此参数是否在 T1 合同覆盖区域内自动判断是否属于跨区域邀请:'."\n"
                                    ."\n"
                                    .'- 若为跨区域则发起跨区域邀请审批流,在审批通过后对邀请邮箱发送邀请注册邮件'."\n"
                                    .'- 非跨区域则直接发送邀请注册邮件。', 'type' => 'string', 'required' => false, 'example' => 'SG'],
                                'CrossScopeRemark' => ['description' => '申请跨区域关联原因', 'type' => 'string', 'required' => false, 'example' => 'XXX'],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 100,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Result',
                        'description' => 'Result',
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果码', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => 'message', 'type' => 'string', 'example' => '200'],
                            'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Success' => ['description' => '调用是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Results' => [
                                'description' => '邀请结果信息',
                                'type' => 'array',
                                'items' => [
                                    'description' => '邀请结果信息',
                                    'type' => 'object',
                                    'properties' => [
                                        'Code' => ['description' => '错误代码,200 OK', 'type' => 'string', 'example' => '200'],
                                        'Message' => ['description' => '提示信息,code说明', 'type' => 'string', 'example' => '成功'],
                                        'Success' => ['description' => '总是为真', 'type' => 'boolean', 'example' => 'true'],
                                        'Result' => [
                                            'description' => '邀请结果返回信息',
                                            'type' => 'object',
                                            'properties' => [
                                                'RegUrl' => ['description' => 'T2 Reseller注册URL', 'type' => 'string', 'example' => 'http://agency-intl.console.aliyun.com/customer/register?intl=true&fxinfo=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'],
                                                'Days' => ['description' => '注册URL地址的有效期限,按天算', 'type' => 'integer', 'format' => 'int32', 'example' => '15'],
                                                'InviteId' => ['description' => 'Invitation ID,用来查询邀请状态的', 'type' => 'integer', 'format' => 'int64', 'example' => '12345'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error3015', 'errorMessage' => 'The current account is not a partner.', 'description' => '当前账号不是分销商'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '邀请T2 Reseller',
            'summary' => 'T1 伙伴批量邀请 T2 Reseller 子账号',
            'description' => '1. 接口调用者必须是阿里云国际站渠道总经销商伙伴'."\n"
                .'2. 系统根据注册国家参数「registerNation」是否在 T1'."\n"
                .'  合同覆盖区域内自动判断跨区域(合同覆盖区域可通过使用 ListCountries API查询得到)'."\n"
                .'- 若为跨区域则发起跨区域邀请审批流,在阿里云审批通过后对邀请邮箱发送邀请注册邮件'."\n"
                .'- 非跨区域则直接发送邀请注册邮件。',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Success\\": true,\\n  \\"Results\\": [\\n    {\\n      \\"Code\\": \\"200\\",\\n      \\"Message\\": \\"成功\\",\\n      \\"Success\\": true,\\n      \\"Result\\": {\\n        \\"RegUrl\\": \\"http://agency-intl.console.aliyun.com/customer/register?intl=true&fxinfo=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\",\\n        \\"Days\\": 15,\\n        \\"InviteId\\": 12345\\n      }\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'IssueCouponForCustomer' => [
            'summary' => '发放优惠券',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'CouponTemplateId',
                    'in' => 'query',
                    'schema' => ['title' => '优惠券模版ID', 'description' => '优惠券模版ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '5075915'],
                ],
                [
                    'name' => 'Uidlist',
                    'in' => 'query',
                    'schema' => ['title' => 'uid列表'."\n"
                        .'用,分割 如 111,2222', 'description' => 'uid列表'."\n"
                        .'用,分割 如 111,2222', 'type' => 'string', 'required' => true, 'example' => '111,2222'],
                ],
                [
                    'name' => 'AcceptLanguage',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数'."\n"
                        .' 默认值:无'."\n"
                        .'    中文:zh-CN'."\n"
                        .'    英文:en-US', 'description' => '多语言参数'."\n"
                        .' 默认值:无'."\n"
                        .'    中文:zh-CN'."\n"
                        .'    英文:en-US', 'type' => 'string', 'required' => false, 'example' => 'zh-CN'],
                ],
                [
                    'name' => 'IsUseBenefit',
                    'in' => 'query',
                    'schema' => ['description' => '是否使用POC优惠券额度'."\n"
                        .'ture:使用POC优惠券额度,如果所有提交的账号都标记为免审批,则当前的优惠券申请将跳过审批流程,您的伙伴权益包中的POC优惠券配额将被扣除;'."\n"
                        .'false:不使用POC优惠券额度,无论提交账号的免审批状态如何,您的POC优惠券权益配额将保持不变,在这种情况下,申请将遵循标准的优惠券申请审批流程', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => '是否使用权益(已作废)'."\n"
                        .'如:true/false', 'deprecated' => true],
                ],
                [
                    'name' => 'ApplicationReason',
                    'in' => 'query',
                    'schema' => ['title' => '申请原因'."\n"
                        .'如:为客户XXX申请优惠券', 'type' => 'string', 'example' => '为客户XXX审批优惠券,该客户是XXXX', 'maxLength' => 500],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Code' => ['description' => '错误代码', 'type' => 'string', 'example' => 'code'],
                            'Message' => ['description' => 'message信息', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'data' => [
                                'description' => '返回结果',
                                'type' => 'object',
                                'properties' => [
                                    'CouponTemplateId' => ['title' => '优惠券模版ID', 'description' => '优惠券模版ID', 'type' => 'integer', 'format' => 'int64', 'example' => '5075915'],
                                    'CreateTime' => ['description' => '创建时间', 'type' => 'string', 'example' => '2024-03-05 18:24:07'],
                                    'Uidlist' => ['description' => '发放UID', 'type' => 'string', 'example' => '111,2222'."\n"],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ERROR_3100', 'errorMessage' => 'System exceptions, please submit a work order.', 'description' => '系统通用异常,请提交工单'],
                    ['errorCode' => 'ERROR_3081', 'errorMessage' => 'couponTemplateId empty, please check.', 'description' => '优惠券模版ID为空,请检查'],
                    ['errorCode' => 'ERROR_3082', 'errorMessage' => 'Uidlist empty, please check .', 'description' => 'uid列表为空,请检查'],
                    ['errorCode' => 'ERROR_3080', 'errorMessage' => 'Account empty, please check.', 'description' => '认证账号为空,请检查'],
                    ['errorCode' => 'ERROR_3090', 'errorMessage' => 'You have no authority.', 'description' => '当前登录账号没有发放优惠券的权限'],
                    ['errorCode' => 'ERROR_3088', 'errorMessage' => 'Coupon template expired, unable to issue coupon.', 'description' => '优惠券模板过期,无法发放优惠券'],
                    ['errorCode' => 'ERROR_3102', 'errorMessage' => 'This coupon template ID was not created by this account.', 'description' => '该优惠券模板ID不是此账号创建'],
                    ['errorCode' => 'ERROR_3089', 'errorMessage' => 'Coupon template issuance limit exceeded, unable to issue coupon.', 'description' => '优惠券模板发放超过限制,无法发放优惠券'],
                    ['errorCode' => 'ERROR_3086', 'errorMessage' => 'The current uid does not have a distribution relationship and cannot issue a coupon.', 'description' => ''],
                    ['errorCode' => 'ERROR_3087', 'errorMessage' => 'The current uid is not the end user identity, can not issue coupons.', 'description' => '当前uid非终端客户身份,无法发放优惠券'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'title' => '发放优惠券',
            'changeSet' => [
                ['createdAt' => '2025-02-20T10:29:00.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'IssueCouponForCustomer'],
                ],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Code\\": \\"code\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"data\\": {\\n    \\"CouponTemplateId\\": 5075915,\\n    \\"CreateTime\\": \\"2024-03-05 18:24:07\\",\\n    \\"Uidlist\\": \\"111,2222\\\\n\\"\\n  }\\n}","type":"json"}]',
        ],
        'ListCountries' => [
            'summary' => '此功能对所有分销商开放。根据分销商合同内约定的可作业国家信息展示对应区域代码信息',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'tenantRelevance' => 'publicInformation'],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '错误代码:'."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 系统错误', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => 'message信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['description' => 'request ID,阿里云会根据这个进行错误跟踪', 'type' => 'string', 'example' => 'A747A00F-E096-5244-88B3-3E474BAE3AE4'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后 续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'Data' => [
                                'description' => '区域代码的列表',
                                'type' => 'array',
                                'items' => ['description' => '区域代码', 'type' => 'string', 'example' => 'AF'],
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"A747A00F-E096-5244-88B3-3E474BAE3AE4\\",\\n  \\"Success\\": true,\\n  \\"Data\\": [\\n    \\"AF\\"\\n  ]\\n}","type":"json"}]',
            'title' => '查询可作业区域范围列表',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:ListCountries',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'ListCouponUsage' => [
            'summary' => '分销伙伴查询自己优惠券发放后的优惠券使用量。',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Account',
                    'in' => 'query',
                    'schema' => ['title' => '收券账号,如:abc@test.com', 'description' => '阿里云客户账号', 'type' => 'string', 'required' => false, 'example' => 'oqevfbveuadcrduzmf@ttirv.net'],
                ],
                [
                    'name' => 'Status',
                    'in' => 'query',
                    'schema' => ['title' => '优惠券状态', 'description' => '优惠券状态 </br>'."\n"
                        .'AVAILABLE 正常 </br>'."\n"
                        .'EXHAUSTED 已用完 </br>'."\n"
                        .'EXPIRED 已过期 </br>'."\n"
                        .'ABANDONED 已作废 </br>', 'type' => 'string', 'required' => false, 'example' => 'AVAILABLE'],
                ],
                [
                    'name' => 'Page',
                    'in' => 'query',
                    'schema' => ['title' => '分页页号,如:1', 'description' => '页码</br> '."\n"
                        .' 默认值为1 最小值1', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '分页大小,如:20', 'description' => '分页行数 </br>'."\n"
                        .'  默认值20 最大值50 最小值1', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'minimum' => '1', 'example' => '20', 'default' => '20'],
                ],
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['title' => '收券账号uid', 'description' => '阿里云账号uid', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1133166938931507'],
                ],
                [
                    'name' => 'CouponTemplateId',
                    'in' => 'query',
                    'schema' => ['description' => '优惠券模版id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5075915'],
                ],
                [
                    'name' => 'T2PartnerUid',
                    'in' => 'query',
                    'schema' => ['title' => 'T2伙伴uid'."\n"
                        .'如:123456789', 'description' => 'T2伙伴uid'."\n"
                        .'如:123456789', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456768'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回对象',
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '接口状态码', 'type' => 'string', 'example' => '200'],
                            'Message' => ['title' => 'Id of the request', 'description' => '接口返回提示信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['description' => '接口请求id返回问题提供查询使用', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'PageInfo' => [
                                'description' => '分页信息',
                                'type' => 'object',
                                'properties' => [
                                    'Page' => ['description' => '分页,当前页', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'PageSize' => ['description' => '分页,每页数量', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
                                    'Total' => ['description' => '分页,总量', 'type' => 'integer', 'format' => 'int32', 'example' => '300'],
                                ],
                            ],
                            'Data' => [
                                'description' => '返回数据',
                                'type' => 'array',
                                'items' => [
                                    'description' => '数据',
                                    'type' => 'object',
                                    'properties' => [
                                        'CouponTemplateId' => ['description' => '优惠券模版id', 'type' => 'integer', 'format' => 'int64', 'example' => '503802'],
                                        'CouponId' => ['description' => '优惠券id', 'type' => 'string', 'example' => '59226280'],
                                        'Amount' => ['description' => '优惠券面额', 'type' => 'number', 'format' => 'double', 'example' => '200'],
                                        'Balance' => ['description' => '余额', 'type' => 'number', 'format' => 'double', 'example' => '0.01'],
                                        'EffDate' => ['description' => '优惠券有效期', 'type' => 'string', 'example' => '2023-04-06 00:00:00 ~ 2023-04-07 00:00:00'],
                                        'Status' => ['description' => '优惠券状态 </br>'."\n"
                                            .'AVAILABLE 正常 </br>'."\n"
                                            .'EXHAUSTED 已用完 </br>'."\n"
                                            .'EXPIRED 已过期 </br>'."\n"
                                            .'ABANDONED 已作废 </br>', 'type' => 'string', 'example' => 'AVAILABLE'],
                                        'Account' => ['description' => '阿里云账号', 'type' => 'string', 'example' => 'oqevfbveuadcrduzmf@ttirv.net'],
                                        'PublishDate' => ['description' => '优惠券发放时间', 'type' => 'string', 'example' => '2023-04-06 19:32:10'."\n"],
                                        'Uid' => ['description' => '阿里云uid', 'type' => 'integer', 'format' => 'int64', 'example' => '1647668856741998'],
                                        'T2PartnerUid' => ['description' => '二级分销商UID', 'type' => 'string', 'example' => '5248516956402795'],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"PageInfo\\": {\\n    \\"Page\\": 1,\\n    \\"PageSize\\": 20,\\n    \\"Total\\": 300\\n  },\\n  \\"Data\\": [\\n    {\\n      \\"CouponTemplateId\\": 503802,\\n      \\"CouponId\\": \\"59226280\\",\\n      \\"Amount\\": 200,\\n      \\"Balance\\": 0.01,\\n      \\"EffDate\\": \\"2023-04-06 00:00:00 ~ 2023-04-07 00:00:00\\",\\n      \\"Status\\": \\"AVAILABLE\\",\\n      \\"Account\\": \\"oqevfbveuadcrduzmf@ttirv.net\\",\\n      \\"PublishDate\\": \\"2023-04-06 19:32:10\\\\n\\",\\n      \\"Uid\\": 1647668856741998,\\n      \\"T2PartnerUid\\": \\"5248516956402795\\"\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => '优惠券使用量列表查询',
            'description' => '确保当前调用账号身份为分销伙伴 '."\n"
                .'<notice>仅国际提供></notice>',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListCouponUsage'],
                ],
            ],
            'ramActions' => [],
        ],
        'ListExportTasks' => [
            'summary' => '查询导出后的文件列表。',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['title' => '分页页码,从1开始', 'description' => '分页,当前页码,从 1 开始', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '每页大小,最大100', 'description' => '分页每页记录数,最大值100', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '20'],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'description' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'type' => 'string', 'required' => false, 'example' => 'en', 'default' => 'en'],
                ],
                [
                    'name' => 'SceneCode',
                    'in' => 'query',
                    'schema' => [
                        'title' => '导出场景code'."\n"
                            .'intlCustomerQuotaRecord:客户管理,quota流水导出'."\n"
                            .'intlExportUsageDeductHistory:客户管理,冲减明细导出',
                        'description' => '导出场景code'."\n"
                            .'intlCustomerQuotaRecord:客户管理,quota流水导出'."\n"
                            .'intlExportUsageDeductHistory:客户管理,冲减明细导出',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'intlExportUsageDeductHistory',
                        'enum' => ['intlExportUsageDeductHistory', 'intlCustomerQuotaRecord'],
                    ],
                ],
                [
                    'name' => 'Id',
                    'in' => 'query',
                    'schema' => ['title' => '导出任务id', 'description' => '导出任务id', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '12343'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'asda1231as'],
                            'Total' => ['title' => '总条数', 'description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
                            'PageNo' => ['title' => '当前页码', 'description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['title' => '当前每页条数', 'description' => '当前每页条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'Message' => ['title' => '返回结果描述', 'description' => '返回结果描述', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Code' => ['title' => '返回结果状态码,200是成功', 'description' => '返回结果状态码,200是成功', 'type' => 'string', 'example' => '200'],
                            'Data' => [
                                'description' => '返回列表',
                                'type' => 'array',
                                'items' => [
                                    'description' => '返回对象',
                                    'type' => 'object',
                                    'properties' => [
                                        'FileName' => ['title' => '文件名称', 'description' => '文件名称', 'type' => 'string', 'example' => '511376624869_quota_2023-06-22_2023-12-21_all_2023122121310057'],
                                        'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2024-11-01 10:22:11'."\n"],
                                        'Status' => ['title' => '任务状态展示', 'description' => '任务状态展示', 'type' => 'string', 'example' => 'Export Success'],
                                        'StatusCode' => ['title' => '任务状态code枚举'."\n"
                                            .'2:导出中'."\n"
                                            .'3:导出成功'."\n"
                                            .'-1:导出失败', 'description' => '任务状态code枚举'."\n"
                                            .'2:导出中'."\n"
                                            .'3:导出成功'."\n"
                                            .'-1:导出失败', 'type' => 'string', 'example' => '3'],
                                        'Url' => ['title' => '文件下载链接', 'description' => '文件下载链接', 'type' => 'string', 'example' => '//aliyun-eco-market-servic-singapore.oss-ap-southeast-1.aliyuncs.com/511376624869_quota_2023-06-22_2023-12-21_all_2023122121310057'],
                                        'Message' => ['title' => '提示信息', 'description' => '提示信息', 'type' => 'string', 'example' => 'null'],
                                        'Id' => ['title' => '导出任务id,唯一标识', 'description' => '导出任务id,唯一标识', 'type' => 'integer', 'format' => 'int64', 'example' => '12355'],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'InvalidRequest.ExportTask.SceneCodeError', 'errorMessage' => 'The exporting scenario is incorrect.', 'description' => '导出场景错误'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"asda1231as\\",\\n  \\"Total\\": 12,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"Message\\": \\"SUCCESS\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": [\\n    {\\n      \\"FileName\\": \\"511376624869_quota_2023-06-22_2023-12-21_all_2023122121310057\\",\\n      \\"CreateTime\\": \\"2024-11-01 10:22:11\\\\n\\",\\n      \\"Status\\": \\"Export Success\\",\\n      \\"StatusCode\\": \\"3\\",\\n      \\"Url\\": \\"//aliyun-eco-market-servic-singapore.oss-ap-southeast-1.aliyuncs.com/511376624869_quota_2023-06-22_2023-12-21_all_2023122121310057\\",\\n      \\"Message\\": \\"null\\",\\n      \\"Id\\": 12355\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => '通用的查询导出文件列表',
            'changeSet' => [
                ['createdAt' => '2025-11-27T08:25:37.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2025-11-05T09:01:00.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'ListTier2CouponApproval' => [
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'T2PartnerName',
                    'in' => 'query',
                    'schema' => ['description' => '二级分销商名称', 'type' => 'string', 'required' => false, 'example' => 'test account'],
                ],
                [
                    'name' => 'T2PartnerUid',
                    'in' => 'query',
                    'schema' => ['description' => '二级分销商UID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5248516956402795'],
                ],
                [
                    'name' => 'ApprovalStatus',
                    'in' => 'query',
                    'schema' => ['description' => '审批状态'."\n"
                        .'- 1:已撤销'."\n"
                        .'- 2:审批中'."\n"
                        .'- 3:已驳回'."\n"
                        .'- 4:审批通过'."\n"
                        .'- 5:审批通过但发放失败'."\n"
                        .'- 8:待处理', 'type' => 'string', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '20'],
                ],
                [
                    'name' => 'CurrentPage',
                    'in' => 'query',
                    'schema' => ['description' => '分页页码,从1开始', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'ApplicationSheetId',
                    'in' => 'query',
                    'schema' => ['description' => '申请单ID', 'type' => 'string', 'required' => false, 'example' => 'd54ca949-9b88-4514-add3-c6029c4027f4'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Total' => ['description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'PageNo' => ['description' => '页号', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'Code' => ['description' => '状态code', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Data' => [
                                'description' => '返回数据对象',
                                'type' => 'array',
                                'items' => [
                                    'description' => '返回数据对象',
                                    'type' => 'object',
                                    'properties' => [
                                        'ApplicationSheetId' => ['description' => '申请单ID', 'type' => 'string', 'example' => 'd54ca949-9b88-4514-add3-c6029c4027f4'],
                                        'T2PartnerName' => ['description' => '二级分销商名称', 'type' => 'string', 'example' => 'test account'],
                                        'T2PartnerUid' => ['description' => '二级分销商UID', 'type' => 'integer', 'format' => 'int64', 'example' => '5248516956402795'],
                                        'ApplicationTime' => ['description' => '申请时间', 'type' => 'string', 'example' => '2026-01-21 11:24'],
                                        'ApprovalStatus' => ['description' => '审批状态'."\n"
                                            ."\n"
                                            .'- 1:已撤销'."\n"
                                            .'- 2:审批中'."\n"
                                            .'- 3:已驳回'."\n"
                                            .'- 4:审批通过'."\n"
                                            .'- 5:审批通过但发放失败'."\n"
                                            .'- 8:待处理', 'type' => 'string', 'example' => '1'],
                                        'TotalAmount' => ['description' => '申请金额', 'type' => 'string', 'example' => '200'],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '二级分销商优惠券审批列表',
            'summary' => '该接口只适用distributor,用于distributor 一级伙伴查看其下面二级分销商为其eu申请的优惠券申请',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Total\\": 10,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"SUCCESS\\",\\n  \\"Data\\": [\\n    {\\n      \\"ApplicationSheetId\\": \\"d54ca949-9b88-4514-add3-c6029c4027f4\\",\\n      \\"T2PartnerName\\": \\"test account\\",\\n      \\"T2PartnerUid\\": 5248516956402795,\\n      \\"ApplicationTime\\": \\"2026-01-21 11:24\\",\\n      \\"ApprovalStatus\\": \\"1\\",\\n      \\"TotalAmount\\": \\"200\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'ProcessApproval' => [
            'path' => '',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'ApplicationSheetId',
                    'in' => 'query',
                    'schema' => ['description' => '申请单id', 'type' => 'string', 'required' => true, 'example' => 'd54ca949-9b88-4514-add3-c6029c4027f4'],
                ],
                [
                    'name' => 'ApprovalAction',
                    'in' => 'query',
                    'schema' => ['description' => '审批动作:'."\n"
                        .'- Approve:同意'."\n"
                        .'- Reject:拒绝', 'type' => 'string', 'required' => true, 'example' => 'Approve'],
                ],
                [
                    'name' => 'ApprovalComments',
                    'in' => 'query',
                    'schema' => ['description' => '审批意见', 'type' => 'string', 'required' => true, 'example' => '同意', 'maxLength' => 500, 'minLength' => 1],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'id of request', 'type' => 'string', 'example' => '23309219-4A34-589D-A3E0-9B2A3BFFD24F'],
                            'Code' => ['description' => '状态码', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '提示信息', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Data' => ['description' => '审批结果', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '通用的审批流程审批',
            'summary' => '该功能只适用于distributor,对需要伙伴审批的流程进行审批',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"23309219-4A34-589D-A3E0-9B2A3BFFD24F\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"SUCCESS\\",\\n  \\"Data\\": true\\n}","type":"json"}]',
        ],
        'QueryAutomaticWriteOffChangeRecords' => [
            'summary' => '自动销账额度的变更记录,可分页查询',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'CustomerUid',
                    'in' => 'query',
                    'schema' => ['title' => '客户uid', 'description' => '客户uid', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '123456'],
                ],
                [
                    'name' => 'StartDate',
                    'in' => 'query',
                    'schema' => ['title' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => false, 'example' => '2026-06-20'],
                ],
                [
                    'name' => 'EndDate',
                    'in' => 'query',
                    'schema' => ['title' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => false, 'example' => '2026-05-20'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '分页每页记录数,最大值100', 'description' => '分页每页记录数,最大值100', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10'],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['title' => '分页,当前页码,从 1 开始', 'description' => '分页,当前页码,从 1 开始', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'title' => '多语言参数,不传默认英文'."\n"
                            .'en:英文'."\n"
                            .'zh:中文'."\n"
                            .'ja:日文',
                        'description' => '多语言参数,不传默认英文'."\n"
                            .'en:英文'."\n"
                            .'zh:中文'."\n"
                            .'ja:日文',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'en',
                        'enum' => ['zh', 'en', 'ja'],
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => '返回对象',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '8cd24f2917797624314748873d0096'],
                            'Code' => ['title' => '返回结果状态码,200是成功', 'description' => '返回结果状态码,200是成功', 'type' => 'string', 'example' => '200'],
                            'Message' => ['title' => '返回结果描述', 'description' => '返回结果描述', 'type' => 'string', 'example' => '成功'],
                            'Data' => [
                                'description' => '查询结果列表',
                                'type' => 'array',
                                'items' => [
                                    'description' => '查询结果列表对象',
                                    'type' => 'object',
                                    'properties' => [
                                        'ChangeContent' => ['title' => '操作内容', 'description' => '操作内容', 'type' => 'string', 'example' => '开启自动销账并选择 500 USD'],
                                        'OperationTime' => ['title' => '操作时间', 'description' => '操作时间', 'type' => 'string', 'example' => '2023-12-15 10:34:36 UTC+8'],
                                        'OperateId' => ['title' => '操作人', 'description' => '操作人', 'type' => 'string', 'example' => '12312312'],
                                        'OperateSource' => ['title' => '操作发起方式描述', 'description' => '操作发起方式描述', 'type' => 'string', 'example' => 'API'],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '自动销账变更记录',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"8cd24f2917797624314748873d0096\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Data\\": [\\n    {\\n      \\"ChangeContent\\": \\"开启自动销账并选择 500 USD\\",\\n      \\"OperationTime\\": \\"2023-12-15 10:34:36 UTC+8\\",\\n      \\"OperateId\\": \\"12312312\\",\\n      \\"OperateSource\\": \\"API\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'QueryReversedDeductionHistory' => [
            'summary' => '查询对应客户的额度冲减明细列表。',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['title' => '客户uid', 'description' => '客户uid', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '123'],
                ],
                [
                    'name' => 'StartDate',
                    'in' => 'query',
                    'schema' => ['title' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '开始日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-07-31'],
                ],
                [
                    'name' => 'EndDate',
                    'in' => 'query',
                    'schema' => ['title' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'description' => '结束日期'."\n"
                        .'格式:yyyy-MM-dd', 'type' => 'string', 'required' => true, 'example' => '2023-12-31'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '分页每页记录数,最大值100', 'description' => '分页每页记录数,最大值100', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '20'],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => ['title' => '分页,当前页码,从 1 开始', 'description' => '分页,当前页码,从 1 开始', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'description' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'type' => 'string', 'required' => false, 'example' => 'en', 'default' => 'en'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Total' => ['title' => '总条数', 'description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
                            'PageNo' => ['title' => '当前页码', 'description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['title' => '当前每页条数', 'description' => '当前每页条数', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
                            'Data' => [
                                'title' => '列表数据',
                                'description' => '列表数据',
                                'type' => 'array',
                                'items' => [
                                    'title' => '列表数据',
                                    'description' => '列表数据',
                                    'type' => 'object',
                                    'properties' => [
                                        'OperationSubmitType' => ['title' => '操作发起方式'."\n"
                                            .'API/ACPN', 'description' => '操作发起方式'."\n"
                                            .'API/ACPN', 'type' => 'string', 'example' => 'ACPN'],
                                        'OperationTime' => ['title' => '操作时间', 'description' => '操作时间', 'type' => 'string', 'example' => '2024-11-01 10:22:11 UTC+8'],
                                        'OperationUid' => ['title' => '操作人uid', 'description' => '操作人uid', 'type' => 'string', 'example' => '132'],
                                        'OffsetAmount' => ['title' => '冲减金额', 'description' => '冲减金额', 'type' => 'string', 'example' => '1.00'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'asda1231as'],
                            'Message' => ['title' => '返回结果描述', 'description' => '返回结果描述', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Code' => ['title' => '返回结果状态码,200是成功', 'description' => '返回结果状态码,200是成功', 'type' => 'string', 'example' => '200'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '查询冲减明细列表',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Total\\": 12,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 20,\\n  \\"Data\\": [\\n    {\\n      \\"OperationSubmitType\\": \\"ACPN\\",\\n      \\"OperationTime\\": \\"2024-11-01 10:22:11 UTC+8\\",\\n      \\"OperationUid\\": \\"132\\",\\n      \\"OffsetAmount\\": \\"1.00\\"\\n    }\\n  ],\\n  \\"RequestId\\": \\"asda1231as\\",\\n  \\"Message\\": \\"SUCCESS\\",\\n  \\"Code\\": \\"200\\"\\n}","type":"json"}]',
        ],
        'QuotaListExportPaged' => [
            'summary' => '国际分销用户查看quota流水导出结果,只允许国际站调用。',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'CurrentPage',
                    'in' => 'query',
                    'schema' => ['title' => '分页页码,从1开始', 'description' => '分页页码,从1开始', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '每页大小,最大100', 'description' => '每页大小,最大100', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10'],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => ['title' => '多语言参数'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'description' => '多语言参数,默认英文'."\n"
                        .'en:英文'."\n"
                        .'zh:中文'."\n"
                        .'ja:日文', 'type' => 'string', 'required' => false, 'example' => 'en'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => '210e876f16704666020714468dab35'],
                            'Total' => ['title' => '总条数', 'description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'PageNo' => ['title' => '当前页码', 'description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'PageSize' => ['title' => '当前每页条数', 'description' => '当前每页条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                            'Msg' => ['title' => '返回结果描述', 'description' => '返回结果描述', 'type' => 'string', 'example' => 'SUCCESS'],
                            'Code' => ['title' => '返回结果状态码,200是成功', 'description' => '返回结果状态码,200是成功', 'type' => 'string', 'example' => '200'],
                            'Data' => [
                                'description' => '返回结果列表数据。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '响应数据。',
                                    'type' => 'object',
                                    'properties' => [
                                        'FileName' => ['title' => '文件名称', 'description' => '文件名称', 'type' => 'string', 'example' => '5113766248601929_quota_2023-06-22_2023-12-21_all_2023122121310057'],
                                        'CreateTime' => ['title' => '创建时间', 'description' => '创建时间', 'type' => 'string', 'example' => '2023-12-21 21:31:57 UTC+8'],
                                        'Status' => ['title' => '任务状态展示', 'description' => '任务状态展示', 'type' => 'string', 'example' => '3'],
                                        'StatusCode' => ['title' => '任务状态code枚举'."\n"
                                            .'2:导出中'."\n"
                                            .'3:导出成功'."\n"
                                            .'-1:导出失败', 'description' => '任务状态code枚举'."\n"
                                            .'2:导出中'."\n"
                                            .'3:导出成功'."\n"
                                            .'-1:导出失败', 'type' => 'string', 'example' => 'Export Success'],
                                        'Url' => ['title' => '文件下载链接', 'description' => '文件下载链接', 'type' => 'string', 'example' => '//aliyun-eco-market-servic-singapore.oss-ap-southeast-1.aliyuncs.com/5113766248601929_quota_2023-06-22_2023-12-21_all_2023122121310057'],
                                        'Message' => ['title' => '提示信息', 'description' => '提示信息', 'type' => 'string', 'example' => 'success'],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"210e876f16704666020714468dab35\\",\\n  \\"Total\\": 10,\\n  \\"PageNo\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"Msg\\": \\"SUCCESS\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": [\\n    {\\n      \\"FileName\\": \\"5113766248601929_quota_2023-06-22_2023-12-21_all_2023122121310057\\",\\n      \\"CreateTime\\": \\"2023-12-21 21:31:57 UTC+8\\",\\n      \\"Status\\": \\"3\\",\\n      \\"StatusCode\\": \\"Export Success\\",\\n      \\"Url\\": \\"//aliyun-eco-market-servic-singapore.oss-ap-southeast-1.aliyuncs.com/5113766248601929_quota_2023-06-22_2023-12-21_all_2023122121310057\\",\\n      \\"Message\\": \\"success\\"\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => '查看quota流水导出结果',
            'description' => '调用者必须是阿里云国际站渠道总经销商伙伴或阿里云国际站渠道经销商伙伴。',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'agency:QuotaListExportPaged',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'ResendEmail' => [
            'summary' => '重新发送邀请邮件。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InviteId',
                    'in' => 'query',
                    'schema' => ['description' => '邀请ID,来自接口 InviteSbuAccount', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '176'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果码'."\n"
                                .'错误代码,候选值:'."\n"
                                .'200: OK'."\n"
                                .'1109: 系统错误'."\n"
                                .'3058: 发送过于频繁,限定5分钟10封邮件 3057: InviteId 为空'."\n"
                                .'3060: 找不到InviteId的发送记录'."\n"
                                .'3061: 注册URL过期,无法重发', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '结果信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后续 业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['description' => '请求id,阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                    ['errorCode' => 'Error3058', 'errorMessage' => 'Frequent email flow control limit 10 emails sent within 5 minutes.', 'description' => ''],
                    ['errorCode' => 'InvalidParam.InviteId.InvalidId', 'errorMessage' => 'No invitation record found based on inviteId.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '重新发送邀请邮件',
            'changeSet' => [
                ['createdAt' => '2025-01-09T07:28:43.000Z', 'description' => '错误码发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ResendEmail'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'agency:ResendEmail',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'SetAccountInfo' => [
            'summary' => '用来更新子账户信息,包括昵称和注释。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'AccountNickname',
                    'in' => 'query',
                    'schema' => ['description' => '子账户昵称。 对于企业客户,是公司名称。 对于T2伙伴,则是伙伴名称。', 'type' => 'string', 'required' => false, 'example' => '我的账号'],
                ],
                [
                    'name' => 'Remark',
                    'in' => 'query',
                    'schema' => ['description' => '子账户说明', 'type' => 'string', 'required' => false, 'example' => '测试的账号'],
                ],
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['description' => '子账户UID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1133166938931507'],
                ],
                [
                    'name' => 'CustomerBd',
                    'in' => 'query',
                    'schema' => ['title' => '客户商务经理', 'description' => '客户商务经理(限50字符)', 'type' => 'string', 'required' => false, 'example' => '张三'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果码'."\n"
                                .'错误代码:'."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 系统错误'."\n"
                                .'- 3030 账户昵称超过最大长度,最大长度150 bytes'."\n"
                                .'- 3031 Remark超过最大长度,最大长度是3000 Bytes', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => 'message信息', 'type' => 'string', 'example' => '成功'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功 的。不代表后续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['description' => 'request ID,阿里云会根据这个进行错误跟踪', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                    ['errorCode' => 'Error3030', 'errorMessage' => 'The maximum length of  CustomNick is 150.', 'description' => ''],
                    ['errorCode' => 'Error3031', 'errorMessage' => 'The maximum length of FxDescription is 3000.', 'description' => ''],
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '更新子账号信息',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'agency:SetAccountInfo',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'SetCreditLine' => [
            'summary' => '设置分销客户信控额度。此功能仅供针对Reseller和Distributor。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['description' => '子账号UID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1263644979775567'],
                ],
                [
                    'name' => 'CreditLine',
                    'in' => 'query',
                    'schema' => ['description' => '新的信控额度', 'type' => 'string', 'required' => true, 'example' => '100'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果代码:'."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 系统错误'."\n"
                                .'- 3040 子账号冻结,无法完成操作 - 3041 信控并非数字', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '同Code参数值', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后 续业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['description' => '请求id,阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                    ['errorCode' => 'Error3040', 'errorMessage' => 'The account is in a frozen state and cannot be operated.', 'description' => ''],
                    ['errorCode' => 'InvalidParam.Uid.NotYourEu', 'errorMessage' => 'This uid is not your EU.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '设置分销客户信控额度',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'agency:SetCreditLine',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'SetWarningThreshold' => [
            'summary' => '通过此API设置信控使用阈值。'."\n"
                .'当客户信控到达阈值以下,会通过邮件通知分销商。'."\n"
                .'此功能仅供针对Reseller和Distributor。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Uid',
                    'in' => 'query',
                    'schema' => ['description' => '分销客户账号UID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1792155717328010'],
                ],
                [
                    'name' => 'WarningValue',
                    'in' => 'query',
                    'schema' => ['description' => '百分比,填写范围1到100,当可用信控额度低于信控额度百分比时,触发提示邮件给分销伙伴账号。', 'type' => 'string', 'required' => true, 'example' => '20'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => '结果代码:'."\n"
                                .'- 200 OK'."\n"
                                .'- 1109 系统错误'."\n"
                                .'- 3040 子账号冻结,无法完成操作 - 3044 告警比例值非数字'."\n"
                                .'- 3045 告警比例值应为1到100', 'type' => 'string', 'example' => '200'],
                            'Message' => ['description' => '同Code参数值', 'type' => 'string', 'example' => '200'],
                            'Success' => ['description' => '候选值:True/False,代表了是否当前API调用本身是成功的。不代表后续 业务操作的成功。', 'type' => 'boolean', 'example' => 'true'],
                            'RequestId' => ['description' => '请求id,阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Error1109', 'errorMessage' => 'system error.', 'description' => ''],
                    ['errorCode' => 'Error3040', 'errorMessage' => 'The account is in a frozen state and cannot be operated.', 'description' => ''],
                    ['errorCode' => 'Error3044', 'errorMessage' => 'The Value is not a number.', 'description' => ''],
                    ['errorCode' => 'Error3045', 'errorMessage' => 'The value must be between 1-100.', 'description' => ''],
                    ['errorCode' => 'InvalidParam.Uid.NotYourEu', 'errorMessage' => 'This uid is not your EU.', 'description' => ''],
                    ['errorCode' => 'InvalidRequest.NoPermissions', 'errorMessage' => 'No permissions for the operation.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\"\\n}","type":"json"}]',
            'title' => '设置分销客户可用额度使用阈值',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'agency:SetWarningThreshold',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'SubscriptionBill' => [
            'summary' => '阿里云生态伙伴多级账单订阅oss生成',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'SubscribeBucket',
                    'in' => 'query',
                    'schema' => ['title' => 'subscribeType', 'description' => '账单存储oss bucket名称', 'type' => 'string', 'required' => true, 'example' => 'bill-bucket'],
                ],
                [
                    'name' => 'BucketOwnerId',
                    'in' => 'query',
                    'schema' => ['title' => 'callerMainUid', 'description' => '存储文件Oss归属的UID。'."\n"
                        ."\n"
                        .'如果是伙伴订阅,并需要推送到下级伙伴账号的OSS上时,需要此账号为伙伴账号的下级伙伴账号,并对下级伙伴账号授予[AliyunConsumeDump2OSSRole](https://ram.console.aliyun.com/?spm=api-workbench.API%20Document.0.0.68c71e0fhmTSJp#/role/authorize?request=%7B%22Requests%22:%20%7B%22request1%22:%20%7B%22RoleName%22:%20%22AliyunConsumeDump2OSSRole%22,%20%22TemplateId%22:%20%22Dump2OSSRole%22%7D%7D,%20%22ReturnUrl%22:%20%22https:%2F%2Fusercenter2.aliyun.com%22,%20%22Service%22:%20%22Consume%22%7D)权限 '."\n"
                        ."\n"
                        .'如果是伙伴订阅,且推送到伙伴账号的OSS时,需要伙伴账号进行授予[AliyunConsumeDump2OSSRole](https://ram.console.aliyun.com/?spm=api-workbench.API%20Document.0.0.68c71e0fhmTSJp#/role/authorize?request=%7B%22Requests%22:%20%7B%22request1%22:%20%7B%22RoleName%22:%20%22AliyunConsumeDump2OSSRole%22,%20%22TemplateId%22:%20%22Dump2OSSRole%22%7D%7D,%20%22ReturnUrl%22:%20%22https:%2F%2Fusercenter2.aliyun.com%22,%20%22Service%22:%20%22Consume%22%7D)权限。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '5569414254138836'],
                ],
                [
                    'name' => 'SubscribeType',
                    'in' => 'query',
                    'schema' => ['title' => 'popClientIP', 'description' => '订阅类型 '."\n"
                        .'PartnerBillingItemDetailForBillingPeriod  计费项账单明细'."\n"
                        .'PartnerBillingItemDetailMonthly    计费项月账单'."\n"
                        .'PartnerInstanceDetailForBillingPeriod  实例账单明细'."\n"
                        .'PartnerInstanceDetailMonthly 实例月账单', 'type' => 'string', 'required' => true, 'example' => 'PartnerBillingItemDetailForBillingPeriod'],
                ],
                [
                    'name' => 'BeginBillingCycle',
                    'in' => 'query',
                    'schema' => ['title' => 'subscribeBucket', 'description' => '起始推送账单月份'."\n"
                        .'格式yyyy-MM'."\n"
                        ."\n"
                        .'订阅成功后,系统会自动推送起始账期到当前时间的数据。最多可推送最近六个月内数据(包含当前月)。超出则订阅无效', 'type' => 'string', 'required' => true, 'example' => '2022-10'],
                ],
                [
                    'name' => 'BillFormat',
                    'in' => 'query',
                    'schema' => ['description' => '账单文件格式'."\n"
                        .'可选'."\n"
                        .'csv'."\n"
                        .'parquet'."\n"
                        ."\n"
                        .'如果订阅多个文件类型,建议区分bucket订阅.避免文件覆盖', 'type' => 'string', 'required' => true, 'example' => 'csv'],
                ],
                [
                    'name' => 'SubscribeSegmentSize',
                    'in' => 'query',
                    'schema' => ['description' => '单个文件账单数据行数阈值,超过此阈值会自动拆分成多个文件,拆分后文件的命名规则为`uid_billType_billCycle_SquenceNo_fileNo`'."\n"
                        ."\n"
                        .'文件名称除fileNo信息不一致外其他信息全部一致,可视为同一账期,同一类型文件.因拆分导致的多个文件.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100000'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Message' => ['title' => 'message', 'description' => '提示信息', 'type' => 'string', 'example' => '成功'],
                            'RequestId' => ['title' => 'requestId', 'description' => '请求id', 'type' => 'string', 'example' => '9C14ADFE-DF0A-54D4-8BD5-45D0839246B4'],
                            'Data' => ['description' => '返回数据', 'type' => 'boolean', 'example' => 'true'],
                            'Code' => [
                                'title' => 'code',
                                'description' => '状态码',
                                'type' => 'string',
                                'enumValueTitles' => [1001 => '订阅账单类型无效', '订阅文件类型无效', '开始推送日期无效', '订阅失败', '没有订阅权限', '已存在订阅记录', '无效的bucket'],
                                'example' => '200',
                            ],
                            'Success' => ['title' => 'success', 'description' => '是否成功', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Message\\": \\"成功\\",\\n  \\"RequestId\\": \\"9C14ADFE-DF0A-54D4-8BD5-45D0839246B4\\",\\n  \\"Data\\": true,\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true\\n}","type":"json"}]',
            'title' => '订阅生态账单',
            'description' => '- 请确保调用者是国际阿里云总经销商伙伴。'."\n"
                .'- 用户一次订阅一个类型的账单文件。'."\n"
                .'- 订阅后次日开始每日推送上一日生成的账单文件,每月5号推送上月整账期的全量账单文件。'."\n"
                .'- 按天生成的账单文件可能存在时延,延迟生成的账单会在生成次日推送,也可能会包含上一日之前延迟到上一日生成的账单。建议每个月初拉取上个月全量文件。'."\n"
                .'- 需要给订阅用户授予[AliyunConsumeDump2OSSRole](https://ram.console.aliyun.com/?spm=api-workbench.API%20Document.0.0.68c71e0fhmTSJp#/role/authorize?request=%7B%22Requests%22:%20%7B%22request1%22:%20%7B%22RoleName%22:%20%22AliyunConsumeDump2OSSRole%22,%20%22TemplateId%22:%20%22Dump2OSSRole%22%7D%7D,%20%22ReturnUrl%22:%20%22https:%2F%2Fusercenter2.aliyun.com%22,%20%22Service%22:%20%22Consume%22%7D)权限。'."\n"
                .'- 文件名'."\n"
                ."\n"
                .'```'."\n"
                ."\n"
                .'BillingItemDetailForBillingPeriod   (计费项账单明细)'."\n"
                .'  '."\n"
                .'每日推送文件名格式:UID_PartnerBillingItemDetail_YYYYMMDD_SquenceNo_fileNo,例如:169**_BillingItemDetail_20190310_0001_01。'."\n"
                .'  '."\n"
                .'下月初完整文件名格式:UID_PartnerBillingItemDetail_YYYYMM_SquenceNo_fileNo,例如:169**_BillingItemDetail_201903_0001_01。'."\n"
                ."\n"
                .'InstanceDetailForBillingPeriod  (实例账单明细)'."\n"
                .' '."\n"
                .' 每日推送文件名格式:UID_PartnerInstanceDetail_YYYYMMDD_SquenceNo_fileNo,例如:169**_InstanceDetail_20190310_0001_01。'."\n"
                .'  '."\n"
                .'下月初完整文件名格式:UID_PartnerInstanceDetail_YYYYMM_SquenceNo_fileNo,例如:169**_InstanceDetail_201903_1999-0001_01。'."\n"
                ."\n"
                .'BillingItemDetailMonthly   (计费项月账单)'."\n"
                .'  '."\n"
                .'每日推送文件名格式:UID_PartnerBillingItemDetailMonthly_YYYYMM_SquenceNo_fileNo,例如:169**_BillingItemDetailMonthly_201903_0001_01。此文件每日更新月初至当日的全量数据,直至次月5号。'."\n"
                ."\n"
                .'InstanceDetailMonthly  (实例月账单)'."\n"
                .'  '."\n"
                .'每日推送文件名格式:UID_PartnerInstanceDetailMonthly_YYYYMM_SquenceNo_fileNo,例如:169**_InstanceDetailMonthly_201903_0001_01。此文件每日更新月初至当日的全量数据,直至次月5号。'."\n"
                ."\n"
                .'fileNo只有在进行账单行数达到拆分阈值时,进行了文件的拆分.才会存在'."\n"
                ."\n"
                .'```'."\n"
                .'**本内容只发布国际站**',
            'changeSet' => [
                ['createdAt' => '2024-04-10T06:15:18.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2022-12-29T13:32:00.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubscriptionBill'],
                ],
            ],
            'ramActions' => [],
        ],
    ],
    'endpoints' => [
        ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'agency.ap-southeast-1.aliyuncs.com', 'endpoint' => 'agency.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'agency.aliyuncs.com', 'endpoint' => 'agency.aliyuncs.com', 'vpc' => 'agency-vpc.cn-hangzhou.aliyuncs.com'],
    ],
    'errorCodes' => [
        ['code' => 'Error1109', 'message' => 'system error.', 'http_code' => 400, 'description' => '系统异常'],
        ['code' => 'Error3008', 'message' => 'shutdown status is error.', 'http_code' => 400, 'description' => 'shutdown status字段错误'],
        ['code' => 'Error3009', 'message' => 'customerAccount is error.', 'http_code' => 400, 'description' => 'customerAccount字段错误'],
        ['code' => 'Error3010', 'message' => 'customerNick is empty.', 'http_code' => 400, 'description' => 'customerNick字段为空'],
        ['code' => 'Error3011', 'message' => 'The length of customerNick greater than 50.', 'http_code' => 400, 'description' => 'customerNick字段长度大于50'],
        ['code' => 'Error3012', 'message' => 'cid is empty.', 'http_code' => 400, 'description' => 'cid 字段为空'],
        ['code' => 'Error3013', 'message' => 'customCredit is empty.', 'http_code' => 400, 'description' => 'customCredit字段错误'],
        ['code' => 'Error3014', 'message' => 'customCredit is a maximum of 10.', 'http_code' => 400, 'description' => 'customCredit最大为10'],
        ['code' => 'Error3015', 'message' => 'The current account is not a partner.', 'http_code' => 400, 'description' => '当前账号不是分销商'],
        ['code' => 'Error3016', 'message' => 'customerRebateType is error, only invite agency account.', 'http_code' => 400, 'description' => 'customerRebateType字段错误,只能发展agency的客户'],
        ['code' => 'Error3017', 'message' => 'customerRebateType is error, only invite reseller account.', 'http_code' => 400, 'description' => 'customerRebateType字段错误,只能发展reseller的客户'],
        ['code' => 'Error3030', 'message' => 'The maximum length of  CustomNick is 150.', 'http_code' => 400, 'description' => 'CustomNick最大长度为150'],
        ['code' => 'Error3031', 'message' => 'The maximum length of FxDescription is 3000.', 'http_code' => 400, 'description' => 'FxDescription最大长度为3000'],
        ['code' => 'Error3040', 'message' => 'The account is in a frozen state and cannot be operated.', 'http_code' => 400, 'description' => '账号出于冻结状态,不能操作'],
        ['code' => 'Error3043', 'message' => 'The range of ShutdownStatus can only be 1 and 2.', 'http_code' => 400, 'description' => 'ShutdownStatus的值域只能是1和2'],
        ['code' => 'Error3044', 'message' => 'The Value is not a number.', 'http_code' => 400, 'description' => '值不是数字'],
        ['code' => 'Error3045', 'message' => 'The value must be between 1-100.', 'http_code' => 400, 'description' => '值必须在1-100'],
        ['code' => 'Error3051', 'message' => 'input accounStatus value error, It must be 1,2,3.', 'http_code' => 400, 'description' => '输入AccounStatus的值错误,必须为1,2或3'],
        ['code' => 'Error3052', 'message' => 'Your account is currently frozen and cannot be unfrozen for the following customer operations.', 'http_code' => 400, 'description' => '您的账号目前处于冻结状态,无法为下面客户操作解冻'],
        ['code' => 'Error3055', 'message' => 'subAccountType is null.', 'http_code' => 400, 'description' => 'subAccountType为空'],
        ['code' => 'Error3056', 'message' => 'The value of subAccountType error.', 'http_code' => 400, 'description' => 'subAccountType的值错误'],
        ['code' => 'Error3058', 'message' => 'Frequent email flow control limit 10 emails sent within 5 minutes.', 'http_code' => 400, 'description' => '频繁发送邮件流控限制 5分钟内发送10份邮件'],
        ['code' => 'Error3067', 'message' => 'Enterprise Customer Invitation Prohibition.', 'http_code' => 400, 'description' => '禁止邀请企业客户'],
        ['code' => 'ERROR_1002', 'message' => 'No query permission.', 'http_code' => 400, 'description' => '无查询权限'],
        ['code' => 'ERROR_1003', 'message' => 'No permission to operate the object.', 'http_code' => 400, 'description' => '无该对象操作权限'],
        ['code' => 'ERROR_201', 'message' => 'Parameters are illegal and required fields are empty.', 'http_code' => 400, 'description' => '参数不合法,必填项为空'],
        ['code' => 'ERROR_2307', 'message' => 'Coupons not in normal state or coupons for which Alibaba Cloud bears the cost cannot be voided.', 'http_code' => 400, 'description' => '优惠券非正常状态或为阿里云承担成本的优惠券不可作废'],
        ['code' => 'ERROR_2310', 'message' => 'The template has a coupon that is being approved so the template cannot be canceled.', 'http_code' => 400, 'description' => '优惠券模板存在审批中的发放记录,不可取消'],
        ['code' => 'ERROR_2311', 'message' => 'Coupon template does not exist.', 'http_code' => 400, 'description' => '优惠券模板不存在'],
        ['code' => 'ERROR_3070', 'message' => 'CouponTemplateName must be entered.', 'http_code' => 400, 'description' => '模板名称 必须输入'],
        ['code' => 'ERROR_3071', 'message' => 'ApplicableProducts empty, please check.', 'http_code' => 400, 'description' => '适用产品为空,请检查'],
        ['code' => 'ERROR_3072', 'message' => 'itemCodes empty, please check.', 'http_code' => 400, 'description' => '自定义产品为空,请检查'],
        ['code' => 'ERROR_3073', 'message' => 'amout empty, please check.', 'http_code' => 400, 'description' => '面额为空,请检查'],
        ['code' => 'ERROR_3074', 'message' => 'personLimit empty, please check.', 'http_code' => 400, 'description' => '每人限领为空,请检查'],
        ['code' => 'ERROR_3075', 'message' => 'applyReason empty, please check.', 'http_code' => 400, 'description' => '模版申请原因为空,请检查'],
        ['code' => 'ERROR_3076', 'message' => 'effDateType empty, please check.', 'http_code' => 400, 'description' => '时间类型为空,请检查'],
        ['code' => 'ERROR_3077', 'message' => 'effDateDay empty, please check.', 'http_code' => 400, 'description' => '生效持续时间为空,请检查'],
        ['code' => 'ERROR_3078', 'message' => 'effDateFrom empty, please check.', 'http_code' => 400, 'description' => '生效时间的开始时间为空,请检查'],
        ['code' => 'ERROR_3079', 'message' => 'effDateTo empty, please check.', 'http_code' => 400, 'description' => '生效时间的结束时间为空,请检查'],
        ['code' => 'ERROR_3080', 'message' => 'Account empty, please check.', 'http_code' => 400, 'description' => '认证账号为空,请检查'],
        ['code' => 'ERROR_3081', 'message' => 'couponTemplateId empty, please check.', 'http_code' => 400, 'description' => '优惠券模版ID为空,请检查'],
        ['code' => 'ERROR_3082', 'message' => 'Uidlist empty, please check .', 'http_code' => 400, 'description' => 'uid列表为空,请检查'],
        ['code' => 'ERROR_3084', 'message' => 'Coupon cannot be valid for more than 180 days.', 'http_code' => 400, 'description' => '阿里云承担成本优惠券最大有效期为180天'],
        ['code' => 'ERROR_3085', 'message' => 'Product code is not in international channel partner coupons deductable product list.', 'http_code' => 400, 'description' => '产品code不在国际渠道可售卖范围'],
        ['code' => 'ERROR_3087', 'message' => 'The current uid is not the end user identity, can not issue coupons.', 'http_code' => 400, 'description' => '当前uid非终端客户身份,无法发放优惠券'],
        ['code' => 'ERROR_3088', 'message' => 'Coupon template expired, unable to issue coupon.', 'http_code' => 400, 'description' => '优惠券模板过期,无法发放优惠券'],
        ['code' => 'ERROR_3089', 'message' => 'Coupon template issuance limit exceeded, unable to issue coupon.', 'http_code' => 400, 'description' => '优惠券模板发放超过限制,无法发放优惠券'],
        ['code' => 'ERROR_3090', 'message' => 'You have no authority.', 'http_code' => 400, 'description' => '当前登录账号没有发放优惠券的权限'],
        ['code' => 'ERROR_3091', 'message' => 'Coupon template name length over limit.', 'http_code' => 400, 'description' => '优惠券模版名字长度过长(30)'],
        ['code' => 'ERROR_3092', 'message' => 'Reason for template request length over limit.', 'http_code' => 400, 'description' => '模板申请原因长度过长(100)'],
        ['code' => 'ERROR_3093', 'message' => 'Coupon cost-bearer parameters are not legal.', 'http_code' => 400, 'description' => '优惠券成本承担方参数不合法'],
        ['code' => 'ERROR_3094', 'message' => 'Applicable product type parameters are not legal.', 'http_code' => 400, 'description' => '适用产品类型参数不合法'],
        ['code' => 'ERROR_3095', 'message' => 'The per-person limit is illegal.', 'http_code' => 400, 'description' => '每人限领不合法 '],
        ['code' => 'ERROR_3096', 'message' => 'Coupon value is illegal.', 'http_code' => 400, 'description' => '面额不合法 (不是正整数)'],
        ['code' => 'ERROR_3097', 'message' => 'Time type  is illegal.', 'http_code' => 400, 'description' => '时间类型不合法'],
        ['code' => 'ERROR_3098', 'message' => 'Coupon Remarks Information length over limit.', 'http_code' => 400, 'description' => ' 券备注信息过长(100)'],
        ['code' => 'ERROR_3099', 'message' => 'The start of the coupon\'s effective time cannot be earlier than the current time.', 'http_code' => 400, 'description' => '优惠券生效时间的开始时间不能早于当前时间'],
        ['code' => 'ERROR_3100', 'message' => 'System exceptions, please submit a work order.', 'http_code' => 400, 'description' => '系统通用异常,请提交工单'],
        ['code' => 'ERROR_3101', 'message' => 'PurchaseType empty, please check .', 'http_code' => 400, 'description' => '订单类型为空,请检查'],
        ['code' => 'ERROR_3102', 'message' => 'This coupon template ID was not created by this account.', 'http_code' => 400, 'description' => '该优惠券模板ID不是此账号创建'],
        ['code' => 'ERROR_3103', 'message' => 'The expiration date of the coupon\'s effective time cannot be earlier than the current time.', 'http_code' => 400, 'description' => '优惠券生效时间的结束时间不能早于当前时间'],
        ['code' => 'ERROR_3210', 'message' => 'The current calling UID is not an international channel partner.', 'http_code' => 400, 'description' => '当前调用UID不是国际渠道伙伴'],
        ['code' => 'InvalidParam.InviteId.InvalidId', 'message' => 'No invitation record found based on inviteId.', 'http_code' => 400, 'description' => '根据请求ID没有找到邀请记录'],
        ['code' => 'InvalidParam.Uid.NotYourEu', 'message' => 'This uid is not your EU.', 'http_code' => 400, 'description' => '该用户不是您的分销客户'],
        ['code' => 'InvalidParam.Uid.NotYourEu', 'message' => 'The current customer does not belong to this partner.', 'http_code' => 400, 'description' => '当前客户不归属于此伙伴'],
        ['code' => 'InvalidParam.Uid.QuotaListEndDateNullError', 'message' => 'No End Time.', 'http_code' => 400, 'description' => '结束时间为空'],
        ['code' => 'InvalidParam.Uid.QuotaListStartDateNullError', 'message' => 'No Start Time.', 'http_code' => 400, 'description' => '开始时间为空。'],
        ['code' => 'InvalidRequest.ExportTask.SceneCodeError', 'message' => 'The exporting scenario is incorrect.', 'http_code' => 400, 'description' => '导出场景错误'],
        ['code' => 'InvalidRequest.ExportTask.SceneCodeNull', 'message' => 'The exporting scenario is empty.', 'http_code' => 400, 'description' => '导出场景为空。'],
        ['code' => 'InvalidRequest.NoPermissions', 'message' => 'No permissions for the operation.', 'http_code' => 400, 'description' => '没有执行此操作的权限。'],
        ['code' => 'InvalidRequest.NoPermissions.NotPartner', 'message' => 'The current caller is not a partner.', 'http_code' => 400, 'description' => '当前调用者不是生态伙伴'],
        ['code' => 'InvalidRequest.NoPermissions.RamNoPermission', 'message' => 'You have no permission to do this operation. Please check with your RAM Policy configuration.', 'http_code' => 400, 'description' => '无权操作,请检查Ram账号权限配置'],
    ],
    'changeSet' => [
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'ListExportTasks'],
            ],
            'createdAt' => '2025-11-27T08:25:45.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'ListExportTasks'],
            ],
            'createdAt' => '2025-11-05T09:01:09.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'GetAccountInfo'],
            ],
            'createdAt' => '2024-11-05T01:47:16.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '错误码发生变更', 'api' => 'GetCoupondeductProductCode'],
            ],
            'createdAt' => '2024-09-26T04:14:39.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'CreateCouponTemplate'],
            ],
            'createdAt' => '2024-09-11T12:09:57.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'GetAccountInfo'],
                ['description' => '请求参数发生变更', 'api' => 'InviteSubAccount'],
                ['description' => '请求参数发生变更', 'api' => 'SetAccountInfo'],
            ],
            'createdAt' => '2024-04-18T06:55:35.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'GetCreditInfo'],
            ],
            'createdAt' => '2023-12-22T03:27:36.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '错误码发生变更、请求参数发生变更', 'api' => 'InviteSubAccount'],
            ],
            'createdAt' => '2023-10-13T09:19:47.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'InviteSubAccount'],
            ],
            'createdAt' => '2023-09-07T12:09:10.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'SubscriptionBill'],
            ],
            'createdAt' => '2022-12-29T13:32:39.000Z',
            'description' => '添加设置信控接口',
        ],
    ],
    'flowControl' => [
        'flowControlList' => [
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateCouponTemplate'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ExportCustomerQuotaRecord'],
            ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SetAccountInfo'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeductOutstandingBalance'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'EditNewBuyStatus'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListCountries'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CouponApprovalStatusList'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QuotaListExportPaged'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetInviteStatus'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCouponTemplateDetail'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetShutdownPolicyRecord'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubscriptionBill'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetUnassociatedCustomer'],
            ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetAccountInfo'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SetWarningThreshold'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCoupondeductProductCode'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ResendEmail'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetDailyBill'],
            ['threshold' => '20', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListCouponUsage'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'EditEndUserStatus'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCreditInfo'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CancelSubscriptionBill'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CancelCoupon'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'InviteSubAccount'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SetCreditLine'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetPurchaseControlRecord'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetCustomerOrders'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteCouponTemplate'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'EditZeroCreditShutdown'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CustomerQuotaRecordList'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateCustomer'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetMonthlyBill'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'IssueCouponForCustomer'],
        ],
    ],
    'ram' => [
        'productCode' => 'Agency',
        'productName' => '阿里云生态伙伴',
        'ramCodes' => ['agency'],
        'ramLevel' => '操作级',
        'ramConditions' => [],
        'ramActions' => [
            [
                'apiName' => 'DeductOutstandingBalance',
                'description' => '冲减已抵扣额度',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:DeductOutstandingBalance',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListCouponUsage',
                'description' => '优惠券使用量列表查询',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:ListCouponUsage',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'EditEndUserStatus',
                'description' => '设置客户实例的停机状态',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:EditEndUserStatus',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateCouponTemplate',
                'description' => '创建优惠券模板',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'agency:CreateCouponTemplate',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetShutdownPolicyRecord',
                'description' => '延停策略修改记录查询',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetShutdownPolicyRecord',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetPurchaseControlRecord',
                'description' => '下单控制修改记录查询',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'agency:GetPurchaseControlRecord',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'InviteSubReseller',
                'description' => '邀请T2 Reseller',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'agency:InviteSubReseller',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'SetWarningThreshold',
                'description' => '设置分销客户可用额度使用阈值',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:SetWarningThreshold',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'SetCreditLine',
                'description' => '设置分销客户信控额度',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:SetCreditLine',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CustomerQuotaRecordList',
                'description' => '查询国际站分销客户quota调整流水',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:CustomerQuotaRecordList',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetCoupondeductProductCode',
                'description' => '国际渠道分销优惠券可抵扣产品',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetCoupondeductProductCode',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListExportTasks',
                'description' => '通用的查询导出文件列表',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:ListExportTasks',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'SubscriptionBill',
                'description' => '订阅生态账单',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:SubscriptionBill',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetMonthlyBill',
                'description' => '分销商月账单',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetMonthlyBill',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetCreditInfo',
                'description' => '查询分销客户预算状态信息',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetCreditInfo',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'InviteSubAccount',
                'description' => '邀请分销客户',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'agency:InviteSubAccount',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'SetAccountInfo',
                'description' => '更新子账号信息',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:SetAccountInfo',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateCustomer',
                'description' => '报备客户',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'agency:CreateCustomer',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetCouponTemplateDetail',
                'description' => '查询优惠券模板详情',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetCouponTemplateDetail',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CouponApprovalStatusList',
                'description' => '优惠券审批状态列表查询',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:CouponApprovalStatusList',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'QueryReversedDeductionHistory',
                'description' => '查询冲减明细列表',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:QueryReversedDeductionHistory',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CancelSubscriptionBill',
                'description' => '取消订阅多级分销账单',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'agency:CancelSubscriptionBill',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetCustomerOrders',
                'description' => '客户订单查询',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetCustomerOrders',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'EditZeroCreditShutdown',
                'description' => '修改客户停机策略',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:EditZeroCreditShutdown',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetCommissionableProducts',
                'description' => '查询返佣商品列表',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetCommissionableProducts',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetInviteStatus',
                'description' => '查询邀请记录状态',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetInviteStatus',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetDailyBill',
                'description' => '分销商日账单',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetDailyBill',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CancelCoupon',
                'description' => '作废优惠券',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:CancelCoupon',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetAccountInfo',
                'description' => '查询分销客户信息',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetAccountInfo',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ResendEmail',
                'description' => '重新发送邀请邮件',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:ResendEmail',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DeleteCouponTemplate',
                'description' => '作废优惠券模板',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:DeleteCouponTemplate',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ExportReversedDeductionHistory',
                'description' => '导出冲减明细列表',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:ExportReversedDeductionHistory',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ExportCustomerQuotaRecord',
                'description' => '导出分销客户quota流水',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:ExportCustomerQuotaRecord',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'EditNewBuyStatus',
                'description' => '修改客户新购状态',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'agency:EditNewBuyStatus',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'QuotaListExportPaged',
                'description' => '查看quota流水导出结果',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:QuotaListExportPaged',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetUnassociatedCustomer',
                'description' => '查询未关联的客户',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:GetUnassociatedCustomer',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListCountries',
                'description' => '查询可作业区域范围列表',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'agency:ListCountries',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'IssueCouponForCustomer',
                'description' => '发放优惠券',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'agency:IssueCouponForCustomer',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Agency', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
        ],
        'resourceTypes' => [],
    ],
];