summaryrefslogtreecommitdiff
path: root/data/en_us/market/2015-11-01/api-docs.php
blob: a9498168a989b1c76bb2e871cb72a949f41d63a6 (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
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'RPC', 'product' => 'Market', 'version' => '2015-11-01'],
    'directories' => [
        [
            'children' => ['DescribeFailedNotifications', 'ConfirmNotification'],
            'type' => 'directory',
            'title' => 'Message Notifications',
        ],
        [
            'children' => ['ModifyInvoiceForIsv', 'DescribeInvoiceForIsv'],
            'type' => 'directory',
            'title' => 'Invoice',
        ],
        [
            'children' => ['DescribePrice', 'DescribeProduct', 'DescribeProducts'],
            'type' => 'directory',
            'title' => 'Product',
        ],
        [
            'children' => ['DescribeOrderForIsv', 'CreateOrder', 'DescribeOrder'],
            'type' => 'directory',
            'title' => 'Order',
        ],
        [
            'children' => ['DescribeProjectMessages', 'DescribeProjectNodes', 'DescribeProjectOperateLogs', 'DescribeCurrentNodeInfo', 'FinishCurrentProjectNode', 'RollbackCurrentProjectNode'],
            'type' => 'directory',
            'title' => 'Flow',
        ],
        [
            'children' => ['DescribeInstance', 'DescribeInstanceForIsv', 'DescribeInstances', 'AutoRenewInstance'],
            'type' => 'directory',
            'title' => 'Instance',
        ],
        [
            'children' => ['PauseProject', 'DescribeProjectAttachments', 'DescribeProjectInfo', 'ResumeProject'],
            'type' => 'directory',
            'title' => 'Project',
        ],
        [
            'children' => ['DescribeLicense', 'ActivateLicense'],
            'type' => 'directory',
            'title' => 'Authorization',
        ],
        [
            'children' => ['PushMeteringData'],
            'type' => 'directory',
            'title' => 'Metering',
        ],
        [
            'children' => ['CrossAccountVerifyToken', 'DescribeDistributionProductsLink', 'DescribeDistributionProducts', 'DescribeApiMetering'],
            'type' => 'directory',
            'title' => 'Other',
        ],
        [
            'children' => ['PushTimesUsage'],
            'title' => 'Others',
            'type' => 'directory',
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'ActivateLicense' => [
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'LicenseCode',
                    'in' => 'query',
                    'schema' => ['description' => 'The authorization code.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'APSEDH8TA5CSGK-********_6CNTACBH9EQPOATFXJQL4B2COE7M43VVQ7GUGKAA', 'title' => ''],
                ],
                [
                    'name' => 'Identification',
                    'in' => 'query',
                    'schema' => ['description' => 'The identity information for activation. Set this parameter to the Alibaba Cloud account ID (aliyunUid) of the user.', 'type' => 'string', 'required' => false, 'example' => '129****1111', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Auth.CallerType', 'errorMessage' => 'RAM users or STS tokens are not supported.', 'description' => 'RAM users or STS tokens are not supported.'],
                    ['errorCode' => 'License.Invalid', 'errorMessage' => 'The specified license is invalid.', 'description' => 'The specified license is invalid.'],
                    ['errorCode' => 'License.Expired', 'errorMessage' => 'The specified license has expired.', 'description' => 'The specified license has expired.'],
                    ['errorCode' => 'License.Discard', 'errorMessage' => 'The specified license has been discarded.', 'description' => 'The specified license has been discarded.'],
                    ['errorCode' => 'License.NotFound', 'errorMessage' => 'The specified license does not exist.', 'description' => 'The specified license does not exist.'],
                    ['errorCode' => 'Auth.ISV', 'errorMessage' => 'Only ISV accounts are allowed to call the specified API operation.', 'description' => 'Only ISV accounts are allowed to call the specified API operation.'],
                    ['errorCode' => 'Auth.Match', 'errorMessage' => 'The product to be enabled by the specified license does not belong to the ISV.', 'description' => 'The product to be enabled by the specified license does not belong to the ISV.'],
                    ['errorCode' => 'Auth.Authorized', 'errorMessage' => 'The specified RAM user is not authorized.', 'description' => 'The specified RAM user is not authorized.'],
                ],
            ],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'title' => 'Activate an authorization code',
            'summary' => 'Activates an authorization code by calling ActivateLicense.',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:ActivateLicense',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\"\\n}","type":"json"}]',
        ],
        'AutoRenewInstance' => [
            'summary' => 'Sets auto-renewal.',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'high', 'chargeType' => 'paid'],
            'parameters' => [
                [
                    'name' => 'Type',
                    'in' => 'formData',
                    'schema' => ['title' => '', 'description' => 'The operation type. Valid values:'."\n"
                        .'- open: enables auto-renewal.'."\n"
                        .'- close: disables auto-renewal.'."\n"
                        ."\n"
                        .'This parameter is required.', 'type' => 'string', 'required' => true, 'example' => ''],
                ],
                [
                    'name' => 'OrderBizId',
                    'in' => 'formData',
                    'schema' => ['title' => '', 'description' => 'The Alibaba Cloud Marketplace instance ID. This parameter is required.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => ''],
                ],
                [
                    'name' => 'AutoRenewCycle',
                    'in' => 'formData',
                    'schema' => ['title' => '', 'description' => 'The cycle unit. This parameter is required when enabling auto-renewal. Valid values:'."\n"
                        .'- Day: day.'."\n"
                        .'- Month: month.'."\n"
                        .'- Year: year.', 'type' => 'string', 'example' => ''],
                ],
                [
                    'name' => 'AutoRenewDuration',
                    'in' => 'formData',
                    'schema' => ['title' => '', 'description' => 'The renewal cycle. This parameter is required when enabling auto-renewal.', 'type' => 'integer', 'format' => 'int32', 'example' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''],
                            'Data' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''],
                            'RequestId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                        ],
                        'description' => 'ResponseDTO<Boolean>',
                        'example' => '',
                    ],
                ],
            ],
            'changeSet' => [
                ['createdAt' => '2022-11-23T01:54:11.000Z', 'description' => 'OpenAPI offline'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:AutoRenewInstance',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": false,\\n  \\"Data\\": false,\\n  \\"RequestId\\": \\"\\"\\n}","type":"json"}]',
            'title' => '',
        ],
        'ConfirmNotification' => [
            'summary' => 'Confirms that the merchant has received and processed a notification message. After this call, the message will no longer be returned in subsequent queries.',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'NotificationRequestId',
                    'in' => 'query',
                    'schema' => ['description' => 'The notification request ID.', 'type' => 'string', 'required' => true, 'example' => 'deab3673236843a3b378c7d8d25c5f01', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'A077D99E-0C4D-421E-A5D4-F533F6657817'],
                            'Success' => ['description' => 'Indicates whether the call was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Confirm subscription notification receipt',
            'description' => 'Confirms the receipt of a subscription notification failure message.'."\n"
                ."\n"
                .'- After a successful call, the message will no longer be returned in subsequent queries. The platform considers that the merchant has correctly processed the message.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:ConfirmNotification',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A077D99E-0C4D-421E-A5D4-F533F6657817\\",\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'CreateOrder' => [
            'summary' => 'Calls the CreateOrder operation to create an order.'."\n"
                ."\n"
                .'Before calling this operation, make sure that you fully understand the billing method and pricing of Alibaba Cloud Marketplace products.'."\n"
                ."\n"
                .'To create an order for a commercial image, refer to [CreateInstance](~~25499~~).',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create', 'riskType' => 'high', 'chargeType' => 'paid'],
            'parameters' => [
                [
                    'name' => 'OrderType',
                    'in' => 'query',
                    'schema' => ['description' => 'The order type. Valid values: '."\n"
                        .'- INSTANCE_BUY: purchase a product. '."\n"
                        .'- INSTANCE_RENEW: renew an instance. '."\n"
                        .'- INSTANCE_UPGRADE: upgrade an instance.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'INSTANCE_BUY', 'title' => ''],
                ],
                [
                    'name' => 'Commodity',
                    'in' => 'query',
                    'schema' => ['description' => 'The commodity information of the order. '."\n"
                        ."\n"
                        .'You can serialize the corresponding commodity based on the specified OrderType.'."\n"
                        ."\n"
                        .'The CommodityType values that correspond to different OrderType values are as follows: '."\n"
                        .'* INSTANC_BUY: InstanceBuyCommodity'."\n"
                        .'* INSTANCE_RENEW: InstanceRenewCommodity'."\n"
                        .'* INSTANCE_UPGRADE: InstanceUpgradeCommodity'."\n"
                        ."\n"
                        .'The metric description of the Commodity parameter in the example is as follows:'."\n"
                        .'- Required parameters'."\n"
                        .'  - productCode: the commodity code.'."\n"
                        .'  - skuCode: the commodity specification code. Set this parameter to prepay for upfront or postpay for pay-as-you-go.'."\n"
                        .'  - duration: the number of periods, such as 1, 2, or 3.'."\n"
                        .'  - pricingCycle: the period unit. Valid values: Day, Month, and Year.'."\n"
                        .'  - components: the specification modules. The package_version parameter is required. Other modules depend on the commodity settings.'."\n"
                        ."\n"
                        .'- Optional parameters'."\n"
                        .'  - quantity: the quantity to purchase.'."\n"
                        .'  - queryPromotion: specifies whether to query promotions.'."\n"
                        .'  - couponId: the coupon ID.'."\n"
                        .'  - properties: the order extension property string in JSON dict format. Pass parameter values in this field as needed.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'InstanceBuyCommodity示例:{"components":{"package_version":"yuncode1394000000"},"duration":100,"pricingCycle":"Year","productCode":"cmfw019940","properties":{},"quantity":1,"skuCode":"cmfw019940-prepay"};InstanceRenewCommodity示例:{“components”:{“package_version”:”yuncode1806900001”},”quantity”:1,”duration”:2,”instanceId”:”6227091”,”productCode”:”cmgj024069”,”pricingCycle”:”Month”,”properties”:{},”skuCode”:”cmgj024069-prepay”};InstanceUpgradeCommodity示例:{“components”:{“package_version”:”yuncode1806900002”},”quantity”:1,”duration”:1,”instanceId”:”6227091”,”productCode”:”cmgj024069”,”pricingCycle”:”Month”,”properties”:{},”skuCode”:”cmgj024069-prepay”} ', 'title' => ''],
                ],
                [
                    'name' => 'OrderSouce',
                    'in' => 'query',
                    'schema' => ['description' => 'The order source. This parameter is not in use.', 'type' => 'string', 'required' => false, 'example' => 'abc', 'title' => ''],
                ],
                [
                    'name' => 'PaymentType',
                    'in' => 'query',
                    'schema' => ['description' => 'The payment method. Valid values:'."\n"
                        .'* AUTO: automatic payment from the account balance.'."\n"
                        .'* HAND: manual payment.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'HAND', 'title' => ''],
                ],
                [
                    'name' => 'ClientToken',
                    'in' => 'query',
                    'schema' => ['description' => 'The client token that is used to ensure the idempotence of the request. This parameter value is generated by the client and must be unique across different requests. The value can be up to 64 ASCII characters in length.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '2709c68a-d569-4819-9c5d-1222ed2ee924', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'OrderId' => ['description' => 'The order ID.', 'type' => 'string', 'example' => '202********0117', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '4ca591b5-bc30-4fa7-aeaa-c4d0ec5d24ed', 'title' => ''],
                            'InstanceIds' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'InstanceId' => [
                                        'type' => 'array',
                                        'items' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => '5604018', 'title' => ''],
                                        'description' => '',
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'title' => 'Create an order',
            'description' => 'Before calling this operation, make sure that you fully understand the billing method and [pricing](https://market.aliyun.com/) of Alibaba Cloud Marketplace products.'."\n"
                ."\n"
                .'To create an order for a commercial image, refer to [CreateInstance](https://help.aliyun.com/document_detail/25499.html).',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
            'changeSet' => [
                ['createdAt' => '2024-03-28T06:49:05.000Z', 'description' => 'Error codes changed'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateOrder'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'acm:CreateOrder',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"OrderId\\": \\"202********0117\\",\\n  \\"RequestId\\": \\"4ca591b5-bc30-4fa7-aeaa-c4d0ec5d24ed\\",\\n  \\"InstanceIds\\": {\\n    \\"InstanceId\\": [\\n      \\"5604018\\"\\n    ]\\n  }\\n}","type":"json"}]',
        ],
        'CrossAccountVerifyToken' => [
            'summary' => 'Query cross-account role authorization information, including the authorized user\'s Alibaba Cloud account UID, name, authorization time, and authorized role name.',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Token',
                    'in' => 'formData',
                    'schema' => ['title' => '', 'description' => 'Token returned upon successful cross-account role authorization.', 'type' => 'string', 'required' => false, 'example' => 'C19D103FEA2D50A584410267CE9FBA56'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Response result object.',
                        'type' => 'object',
                        'properties' => [
                            'Result' => [
                                'description' => 'Response result object.',
                                'type' => 'object',
                                'properties' => [
                                    'Name' => ['title' => '', 'description' => 'User display name.', 'type' => 'string', 'example' => 'marketplace_wangxiao_test'],
                                    'Uid' => ['title' => '', 'description' => 'User Alibaba Cloud UID.', 'type' => 'string', 'example' => '1744526877246715'],
                                    'AuthTime' => ['title' => '', 'description' => 'Authorization time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1676974108866'],
                                    'AuthRoles' => [
                                        'title' => '',
                                        'description' => 'Authorized roles.',
                                        'type' => 'array',
                                        'items' => ['description' => 'Authorized role name.', 'type' => 'string', 'example' => 'VendorCrossAccountXIAOYUNACCESSSMSRole', 'title' => ''],
                                        'example' => '',
                                    ],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                            'Success' => ['description' => 'Indicates whether the API call was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Code' => ['description' => 'Status code. A value of 200 indicates success.', 'type' => 'string', 'example' => '200', 'title' => ''],
                            'Message' => ['description' => 'Error message.', 'type' => 'string', 'example' => 'successful', 'title' => ''],
                            'RequestId' => ['description' => 'Request ID.', 'type' => 'string', 'example' => 'C19D103F-EA2D-50A5-8441-0267CE9FBA56', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'title' => 'Query cross-account role authorization information',
            'responseParamsDescription' => 'The Name and Uid fields of the authorized user\'s Alibaba Cloud account information in the response are desensitized by default. To display them in plain text, contact the Cloud Marketplace operations team for activation.',
            'changeSet' => [
                ['createdAt' => '2024-04-03T01:36:13.000Z', 'description' => 'Response parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:CrossAccountVerifyToken',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Result\\": {\\n    \\"Name\\": \\"marketplace_wangxiao_test\\",\\n    \\"Uid\\": \\"1744526877246715\\",\\n    \\"AuthTime\\": 1676974108866,\\n    \\"AuthRoles\\": [\\n      \\"VendorCrossAccountXIAOYUNACCESSSMSRole\\"\\n    ]\\n  },\\n  \\"Success\\": true,\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"successful\\",\\n  \\"RequestId\\": \\"C19D103F-EA2D-50A5-8441-0267CE9FBA56\\"\\n}","type":"json"}]',
        ],
        'DescribeApiMetering' => [
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'productCode',
                    'in' => 'query',
                    'schema' => ['description' => 'The commodity code.', 'type' => 'string', 'required' => false, 'example' => 'cmapi0004****', 'title' => ''],
                ],
                [
                    'name' => 'type',
                    'in' => 'query',
                    'schema' => ['description' => 'The type. Valid values:'."\n"
                        .'- 1: subscription package.'."\n"
                        .'- 2: resource plan.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'pageNum',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'The response parameters.',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '62FC432C55A1A63534A6CB34', 'title' => ''],
                            'Code' => ['description' => 'The status code.', 'type' => 'string', 'example' => '200', 'title' => ''],
                            'Result' => [
                                'description' => 'The list of results.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The individual object.',
                                    'type' => 'object',
                                    'properties' => [
                                        'AliyunPk' => ['description' => 'The Alibaba Cloud primary key.', 'type' => 'integer', 'format' => 'int64', 'example' => '102277855749****', 'title' => ''],
                                        'ProductCode' => ['description' => 'The commodity code.', 'type' => 'string', 'example' => 'cmapi0004****', 'title' => ''],
                                        'ProductName' => ['description' => 'The commodity name.', 'type' => 'string', 'example' => '身份证实名认证-身份证实名', 'title' => ''],
                                        'TotalQuota' => ['description' => 'The remaining quota.', 'type' => 'integer', 'format' => 'int64', 'example' => '98', 'title' => ''],
                                        'TotalUsage' => ['description' => 'The usage.', 'type' => 'integer', 'format' => 'int64', 'example' => '220', 'title' => ''],
                                        'TotalCapacity' => ['type' => 'integer', 'format' => 'int64', 'description' => '', 'title' => '', 'example' => ''],
                                        'Unit' => ['description' => 'The unit.', 'type' => 'string', 'example' => '次', 'title' => ''],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                            'PageNumber' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Count' => ['description' => 'The total count.', 'type' => 'integer', 'format' => 'int64', 'example' => '100', 'title' => ''],
                            'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'example' => '20', 'title' => ''],
                            'Message' => ['description' => 'The error message.', 'type' => 'string', 'example' => '"成功"', 'title' => ''],
                            'Version' => ['description' => 'The version.', 'type' => 'string', 'example' => '1.0', 'title' => ''],
                            'Fatal' => ['description' => 'fatal', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                        ],
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'title' => 'Retrieve API quota',
            'summary' => 'Retrieves the API quota data of a user, including the remaining quota, total quota, and usage.',
            'description' => '### **Note: This operation supports both Alibaba Cloud accounts and RAM users to retrieve API remaining quota, total quota, and usage information.**.',
            'changeSet' => [
                ['createdAt' => '2024-07-29T06:21:08.000Z', 'description' => 'Response parameters changed'],
                ['createdAt' => '2023-12-25T03:49:10.000Z', 'description' => 'Request parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeApiMetering'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeApiMetering',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"62FC432C55A1A63534A6CB34\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Result\\": [\\n    {\\n      \\"AliyunPk\\": 0,\\n      \\"ProductCode\\": \\"cmapi0004****\\",\\n      \\"ProductName\\": \\"身份证实名认证-身份证实名\\",\\n      \\"TotalQuota\\": 98,\\n      \\"TotalUsage\\": 220,\\n      \\"TotalCapacity\\": 0,\\n      \\"Unit\\": \\"次\\"\\n    }\\n  ],\\n  \\"PageNumber\\": 1,\\n  \\"Success\\": true,\\n  \\"Count\\": 100,\\n  \\"PageSize\\": 20,\\n  \\"Message\\": \\"\\\\\\"成功\\\\\\"\\",\\n  \\"Version\\": \\"1.0\\",\\n  \\"Fatal\\": false\\n}","type":"json"}]',
        ],
        'DescribeCurrentNodeInfo' => [
            'summary' => 'Calls DescribeCurrentNodeInfo to retrieve the process information of the current node.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '00eb4de1-6cff-4f56-833e-7b1e070e398d', 'title' => ''],
                            'Result' => [
                                'description' => 'The process node information returned upon success.',
                                'type' => 'object',
                                'properties' => [
                                    'NextNodeId' => ['description' => 'The ID of the next process node.', 'type' => 'integer', 'format' => 'int64', 'example' => '8473', 'title' => ''],
                                    'StepNo' => ['description' => 'The sequence number of the process node.', 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''],
                                    'AutoFinishNode' => ['description' => 'Indicates whether the node is automatically completed.', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                                    'FinalStepNo' => ['description' => 'The sequence number of the last node.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                    'PreviousNodeId' => ['description' => 'The ID of the previous process node.', 'type' => 'integer', 'format' => 'int64', 'example' => '8471', 'title' => ''],
                                    'ParentNodeId' => ['description' => 'The ID of the parent process node.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''],
                                    'GmtExpired' => ['description' => 'The timeout of the process node. The value is a UNIX timestamp.', 'type' => 'integer', 'format' => 'int64', 'example' => '1588920725000', 'title' => ''],
                                    'OperatorRole' => ['description' => 'The role of the operator for the process node. Valid values:'."\n"
                                        .'- system: system.'."\n"
                                        .'- custom: user.', 'type' => 'string', 'example' => 'Provider', 'title' => ''],
                                    'GmtStart' => ['description' => 'The start time of the process node. The value is a UNIX timestamp.', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', 'title' => ''],
                                    'NodeStatus' => ['description' => 'The execution status of the node. Valid values:'."\n"
                                        .'- NotStart: not started.'."\n"
                                        .'- Starting: in progress.'."\n"
                                        .'- Cancel: canceled.'."\n"
                                        .'- Finish: completed.', 'type' => 'string', 'example' => 'Starting', 'title' => ''],
                                    'NodeName' => ['description' => 'The name of the node.', 'type' => 'string', 'example' => '等待服务开通', 'title' => ''],
                                    'GmtFinished' => ['description' => 'The completion time of the process node. The value is a UNIX timestamp.', 'type' => 'integer', 'format' => 'int64', 'example' => '1588920725000', 'title' => ''],
                                    'AllowRollbackNode' => ['description' => 'Indicates whether rollback to the previous process node is allowed.', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                                    'TemplateForm' => ['description' => 'The form content of the process node in JSON format.'."\n"
                                        .'Sample code:'."\n"
                                        .'`[ { "fieldKey": "TFD0", //form key "isRequired": true, //whether the field is required "maxLength": 50, //maximum length "placeHolder": "姓名", //form value description "stepNum": 0, //sort value (ascending) "title": "收货人姓名", //form title "type": "text" //form type }, { "fieldKey": "TFD1", "isRequired": true, "maxLength": 50, "placeHolder": "手机号码", "stepNum": 1, "title": "收货人电话", "type": "text" }, { "fieldKey": "TFD2", "isRequired": true, "maxLength": 50, "placeHolder": "省市区街道门牌号码", "stepNum": 2, "title": "详细收货地址", "type": "textarea" } ]`.', 'type' => 'string', 'example' => '[ {"fieldKey": "TFD0","isRequired": true,"maxLength": 50, "placeHolder": "姓名","stepNum": 0,"title": "收货人姓名","type": "text" },{ "fieldKey": "TFD1","isRequired": true,"maxLength": 50,"placeHolder": "手机号码","stepNum": 1,"title": "收货人电话","type": "text"},{"fieldKey": "TFD2","isRequired": true,"maxLength": 50,"placeHolder": "省市区街道门牌号码","stepNum": 2,"title": "详细收货地址","type": "textarea"}]', 'title' => ''],
                                    'NeedAttachment' => ['description' => 'Indicates whether uploading an attachment is mandatory.', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                                    'NodeId' => ['description' => 'The ID of the process node.', 'type' => 'integer', 'format' => 'int64', 'example' => '8472', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Retrieve process information of the current node',
            'description' => '**'."\n"
                .'**.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeCurrentNodeInfo',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"00eb4de1-6cff-4f56-833e-7b1e070e398d\\",\\n  \\"Result\\": {\\n    \\"NextNodeId\\": 8473,\\n    \\"StepNo\\": 3,\\n    \\"AutoFinishNode\\": false,\\n    \\"FinalStepNo\\": 4,\\n    \\"PreviousNodeId\\": 8471,\\n    \\"ParentNodeId\\": 0,\\n    \\"GmtExpired\\": 1588920725000,\\n    \\"OperatorRole\\": \\"Provider\\",\\n    \\"GmtStart\\": 1588834325000,\\n    \\"NodeStatus\\": \\"Starting\\",\\n    \\"NodeName\\": \\"等待服务开通\\",\\n    \\"GmtFinished\\": 1588920725000,\\n    \\"AllowRollbackNode\\": false,\\n    \\"TemplateForm\\": \\"[ {\\\\\\"fieldKey\\\\\\": \\\\\\"TFD0\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50, \\\\\\"placeHolder\\\\\\": \\\\\\"姓名\\\\\\",\\\\\\"stepNum\\\\\\": 0,\\\\\\"title\\\\\\": \\\\\\"收货人姓名\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\" },{ \\\\\\"fieldKey\\\\\\": \\\\\\"TFD1\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"手机号码\\\\\\",\\\\\\"stepNum\\\\\\": 1,\\\\\\"title\\\\\\": \\\\\\"收货人电话\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\"},{\\\\\\"fieldKey\\\\\\": \\\\\\"TFD2\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"省市区街道门牌号码\\\\\\",\\\\\\"stepNum\\\\\\": 2,\\\\\\"title\\\\\\": \\\\\\"详细收货地址\\\\\\",\\\\\\"type\\\\\\": \\\\\\"textarea\\\\\\"}]\\",\\n    \\"NeedAttachment\\": false,\\n    \\"NodeId\\": 8472\\n  }\\n}","type":"json"}]',
        ],
        'DescribeDistributionProducts' => [
            'summary' => 'Retrieves a paginated list of promotional products with detailed information.',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The current page number.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The number of promotional products per page.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '10'],
                ],
                [
                    'name' => 'Filter',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => 'The list of filter conditions.',
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => 'The search label category. Valid values:'."\n"
                                    ."\n"
                                    .'- code: the commodity code of the promotional product'."\n"
                                    .'- name: the name of the promotional product'."\n"
                                    .'- supplierName: the name of the promotion service provider.', 'type' => 'string', 'required' => true, 'example' => 'supplierName', 'title' => ''],
                                'Value' => ['description' => 'The search tag value:'."\n"
                                    ."\n"
                                    .'- code: the product code to search for'."\n"
                                    .'- name: the product name to search for'."\n"
                                    .'- supplierName: the supplier name to search for.', 'type' => 'string', 'required' => true, 'example' => 'cmj0000000', 'title' => ''],
                            ],
                            'required' => false,
                            'description' => '',
                            'title' => '',
                            'example' => '',
                        ],
                        'required' => false,
                        'maxItems' => 100,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '5BD09171-MB74-18D8-890E-C70C067527BE', 'title' => ''],
                            'PageNumber' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                            'PageSize' => ['description' => 'The number of promotional products per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''],
                            'TotalCount' => ['description' => 'The total number of promotional products that match the search conditions.', 'type' => 'integer', 'format' => 'int32', 'example' => '50', 'title' => ''],
                            'Results' => [
                                'description' => 'The promotional product information.',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'FirstCategoryName' => ['title' => '', 'description' => 'The first-level category name of the product.', 'type' => 'string', 'example' => 'API市场'],
                                        'SecondCategoryName' => ['title' => '', 'description' => 'The second-level category name of the product.', 'type' => 'string', 'example' => '生活服务'],
                                        'Type' => ['title' => '', 'description' => 'The product type. Valid values:'."\n"
                                            .'        APP: application'."\n"
                                            .'        SERVICE: service'."\n"
                                            .'        CHENGPIN_SITE: ready-made website'."\n"
                                            .'        SITE_CUSTOM_SERVICE: custom website'."\n"
                                            .'        SITE_PROMOTION_RUN: website promotion and operations'."\n"
                                            .'        ENT_APP_SOFT: application software'."\n"
                                            .'        CLOUD_SERVICE: cloud service'."\n"
                                            .'        EIF: enterprise information'."\n"
                                            .'        BASIC_TOOLS: basic tools'."\n"
                                            .'        BASIC_SERVICES: basic services'."\n"
                                            .'        JIANZHAN_XITONG: website building system'."\n"
                                            .'        APP_COUPLES: application companion'."\n"
                                            .'        MIRRORS_MARKET: image marketplace'."\n"
                                            .'        MIRRORS_MARKET_BASIC_ENVIRONMENT: basic environment'."\n"
                                            .'        MIRRORS_MARKET_APPLICATION_SOFTWARE: application software'."\n"
                                            .'        MIRROR: image'."\n"
                                            .'        DINGDING: DingTalk'."\n"
                                            .'        DOWNLOAD: download'."\n"
                                            .'        EXTENDED: unknown'."\n"
                                            .'        API_SERVICE: API'."\n"
                                            .'        ROS: resource orchestration'."\n"
                                            .'        DOCKER: container'."\n"
                                            .'        LICENSE: license key'."\n"
                                            .'        SAAS_WUYING: application software - Wuying application.', 'type' => 'string', 'example' => 'API类'],
                                        'ImageUrl' => ['title' => '', 'description' => 'The URL of the product main image.', 'type' => 'string', 'example' => '//photogallery.oss-cn-hangzhou.aliyuncs.com/photo/1744526877246715/09605255-87fd-44d1-8143-96ebc8019d46.jpeg'],
                                        'Code' => ['title' => '', 'description' => 'The product code.', 'type' => 'string', 'example' => 'cmap*****'],
                                        'Name' => ['title' => '', 'description' => 'The product name.', 'type' => 'string', 'example' => '手机号码在网状态查询'],
                                        'ShortDescription' => ['title' => '', 'description' => 'The brief description of the product.', 'type' => 'string', 'example' => '运营商号码状态查询】精准实时空号检测,手机号在网状态查询,返回正常、空号、通话中、在网但不可用、关机、呼叫转移、疑似关机、携号转网、号码错误、停机等多种状态。'],
                                        'Price' => ['title' => '', 'description' => 'The price of the default product specification. For example, 100 indicates CNY 100.', 'type' => 'string', 'example' => '100'],
                                        'Score' => ['title' => '', 'description' => 'The user rating of the product.', 'type' => 'string', 'example' => '5'],
                                        'TradeCount' => ['title' => '', 'description' => 'The number of transactions for the product in the last 180 days.', 'type' => 'string', 'example' => '109'],
                                        'UserCommentCount' => ['title' => '', 'description' => 'The number of buyer comments for the product.', 'type' => 'string', 'example' => '55'],
                                        'SubmissionRadio' => ['title' => '', 'description' => 'The commission rebate ratio for the product. For example, 30 indicates 30%.', 'type' => 'string', 'example' => '30'],
                                        'SupplierName' => ['title' => '', 'description' => 'The name of the promotion service provider.', 'type' => 'string', 'example' => '深圳市****有限公司'],
                                        'SupplierUId' => ['title' => '', 'description' => 'The Alibaba Cloud UID of the promotion service provider (product supplier).', 'type' => 'string', 'example' => '1911534921******'],
                                    ],
                                    'description' => '',
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                500 => [
                    ['errorCode' => 'Forbidden', 'errorMessage' => 'user is not distributor!', 'description' => ''],
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.	', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Retrieve a paginated list of promotional products',
            'description' => 'Call this operation by using a promotion service provider account.',
            'requestParamsDescription' => 'Set code to query a single product, name to search by product name, or supplierName to search by product supplier name.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDistributionProducts'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeDistributionProducts',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"5BD09171-MB74-18D8-890E-C70C067527BE\\",\\n  \\"PageNumber\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"TotalCount\\": 50,\\n  \\"Results\\": [\\n    {\\n      \\"FirstCategoryName\\": \\"API市场\\",\\n      \\"SecondCategoryName\\": \\"生活服务\\",\\n      \\"Type\\": \\"API类\\",\\n      \\"ImageUrl\\": \\"//photogallery.oss-cn-hangzhou.aliyuncs.com/photo/1744526877246715/09605255-87fd-44d1-8143-96ebc8019d46.jpeg\\",\\n      \\"Code\\": \\"cmap*****\\",\\n      \\"Name\\": \\"手机号码在网状态查询\\",\\n      \\"ShortDescription\\": \\"运营商号码状态查询】精准实时空号检测,手机号在网状态查询,返回正常、空号、通话中、在网但不可用、关机、呼叫转移、疑似关机、携号转网、号码错误、停机等多种状态。\\",\\n      \\"Price\\": \\"100\\",\\n      \\"Score\\": \\"5\\",\\n      \\"TradeCount\\": \\"109\\",\\n      \\"UserCommentCount\\": \\"55\\",\\n      \\"SubmissionRadio\\": \\"30\\",\\n      \\"SupplierName\\": \\"深圳市****有限公司\\",\\n      \\"SupplierUId\\": \\"1911534921******\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'DescribeDistributionProductsLink' => [
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Codes',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'title' => '',
                        'description' => 'The collection of product codes. The collection cannot be empty and can contain up to 50 entries.',
                        'type' => 'array',
                        'items' => ['description' => 'cmapi*****', 'type' => 'string', 'required' => false, 'example' => 'cmapi******', 'title' => ''],
                        'required' => true,
                        'docRequired' => true,
                        'minItems' => 1,
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '5BD09171-BF4D-18D8-890E-C70C067527BE'],
                            'TotalCount' => ['title' => '', 'description' => 'The total number of promoted products.', 'type' => 'integer', 'format' => 'int64', 'example' => '51'],
                            'Success' => ['title' => '', 'description' => 'The success status indicator.', 'type' => 'boolean', 'example' => 'true'],
                            'Result' => [
                                'description' => 'The promotion link information for the promoted products.',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Url' => ['title' => '', 'description' => 'The promotion link for the product. Note: The sample link is a test product link.', 'type' => 'string', 'example' => 'https://market.aliyun.com/ad/adClick?param=QN%2BgAHA8mY%2BV1vSDtkNqyWG9G5uUX2Q8%2BJrC8wTzBo5YK7tTmm4Zdiz6nmmyLHMC5REAsq2viyeJYjBjVHno1HydPvHrVarNXQTMEzEmR8TRZaG2FsnzpszXKK2cMA69CUmF9qQpHqU%3D'],
                                        'Code' => ['title' => '', 'description' => 'The code of the promoted product.', 'type' => 'string', 'example' => 'cmapi000****'],
                                        'Name' => ['title' => '', 'description' => 'The name of the promoted product.', 'type' => 'string', 'example' => '测试商品'],
                                    ],
                                    'description' => '',
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                    ['errorCode' => 'Forbidden!', 'errorMessage' => 'user is not distributor!', 'description' => ''],
                    ['errorCode' => 'ProductCodes', 'errorMessage' => 'productCodes is empty!', 'description' => ''],
                    ['errorCode' => 'codeSizeError', 'errorMessage' => 'productCodes size should less than 50!', 'description' => ''],
                    ['errorCode' => 'CodeError', 'errorMessage' => 'codes is not correct!', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Retrieve promotion links for products',
            'summary' => 'Retrieves promotion links for promoted products.',
            'description' => 'Call this operation by using a promotion service provider account. Calls from non-promotion service provider accounts will fail.',
            'requestParamsDescription' => 'The array of product codes for promotion cannot be empty, and the array size cannot exceed 50.',
            'changeSet' => [
                ['createdAt' => '2023-06-01T02:25:39.000Z', 'description' => 'Response parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDistributionProductsLink'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeDistributionProductsLink',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"5BD09171-BF4D-18D8-890E-C70C067527BE\\",\\n  \\"TotalCount\\": 51,\\n  \\"Success\\": true,\\n  \\"Result\\": [\\n    {\\n      \\"Url\\": \\"https://market.aliyun.com/ad/adClick?param=QN%2BgAHA8mY%2BV1vSDtkNqyWG9G5uUX2Q8%2BJrC8wTzBo5YK7tTmm4Zdiz6nmmyLHMC5REAsq2viyeJYjBjVHno1HydPvHrVarNXQTMEzEmR8TRZaG2FsnzpszXKK2cMA69CUmF9qQpHqU%3D\\",\\n      \\"Code\\": \\"cmapi000****\\",\\n      \\"Name\\": \\"测试商品\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'DescribeFailedNotifications' => [
            'summary' => 'Queries the list of failed subscription notifications. After Alibaba Cloud Marketplace fails to call a service provider\'s message SPI, the service provider can use this operation to proactively query the failed notification information.',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'tenantRelevance' => 'tenant'],
            'parameters' => [
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The number of instances per page.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7'],
                            'TotalCount' => ['description' => 'The total number of instances.', 'type' => 'integer', 'format' => 'int32', 'example' => '55', 'title' => ''],
                            'PageNumber' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                            'PageSize' => ['description' => 'The number of instances per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''],
                            'NotificationList' => [
                                'description' => 'The notification list.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The Notification Recipient.',
                                    'type' => 'object',
                                    'properties' => [
                                        'NotificationRequestId' => ['description' => 'The notification request ID (generated by UUID), used for idempotence.', 'type' => 'string', 'example' => 'deab3673236843a3b378c7d8d25c5f01', 'title' => ''],
                                        'Message' => ['description' => 'The notification message body in JSON format.', 'type' => 'string', 'example' => '{"productCode":"cmgj00001","orderId":"123456","orderBizId":"111222","action":"orderPay","aliUid":"12211222211","skuId":"cmgj00001-prepay"}', 'title' => ''],
                                        'Action' => ['description' => 'The operation event.', 'type' => 'string', 'example' => 'orderPay', 'title' => ''],
                                        'CreateTime' => ['description' => 'The creation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1665988512000', 'title' => ''],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Query failed subscription notifications',
            'description' => 'Queries the information about failed subscription notifications for a service provider.'."\n"
                ."\n"
                .'- If no unconfirmed failed notifications exist, TotalCount returns 0.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeFailedNotifications',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n  \\"TotalCount\\": 55,\\n  \\"PageNumber\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"NotificationList\\": [\\n    {\\n      \\"NotificationRequestId\\": \\"deab3673236843a3b378c7d8d25c5f01\\",\\n      \\"Message\\": \\"{\\\\\\"productCode\\\\\\":\\\\\\"cmgj00001\\\\\\",\\\\\\"orderId\\\\\\":\\\\\\"123456\\\\\\",\\\\\\"orderBizId\\\\\\":\\\\\\"111222\\\\\\",\\\\\\"action\\\\\\":\\\\\\"orderPay\\\\\\",\\\\\\"aliUid\\\\\\":\\\\\\"12211222211\\\\\\",\\\\\\"skuId\\\\\\":\\\\\\"cmgj00001-prepay\\\\\\"}\\",\\n      \\"Action\\": \\"orderPay\\",\\n      \\"CreateTime\\": 1665988512000\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'DescribeInstance' => [
            'summary' => 'Calls the DescribeInstance operation to query instance information.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '155****11', 'title' => ''],
                ],
                [
                    'name' => 'OrderType',
                    'in' => 'query',
                    'schema' => ['description' => 'The order type. This parameter is deprecated.', 'type' => 'string', 'required' => false, 'example' => 'NEW', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Status' => ['description' => 'The business status. The value varies based on the product type.'."\n"
                                ."\n"
                                .'If ProductType is set to MIRROR:'."\n"
                                .'- PRODUCE: being provisioned.'."\n"
                                .'- USING: in use.'."\n"
                                .'- UNUSED: not used.'."\n"
                                .'- EXPIRED: expired.'."\n"
                                .'- CLOSED: released.'."\n"
                                ."\n"
                                .'If ProductType is set to SERVICE:'."\n"
                                .'- READYING: not started.'."\n"
                                .'- STARTED: in service.'."\n"
                                .'- CONFIRM: completed.'."\n"
                                .'- EXPIRED: expired.'."\n"
                                .'- CLOSED: released.'."\n"
                                ."\n"
                                .'If ProductType is set to APP, DOWNLOAD, API_SERVICE, or DOCKER:'."\n"
                                .'- OPENING: being activated.'."\n"
                                .'- OPENED: activated.'."\n"
                                .'- EXPIRED: expired.'."\n"
                                .'- CLOSED: released.', 'type' => 'string', 'example' => 'OPENED', 'title' => ''],
                            'AppJson' => ['description' => 'The application information. The metric description of the parameters in the example is as follows:'."\n"
                                ."\n"
                                .'- username: the username.'."\n"
                                .'- passowrd: the password.'."\n"
                                .'- frontEndUrl: the frontend URL.'."\n"
                                .'- adminUrl: the management URL.', 'type' => 'string', 'example' => '{"frontEndUrl":"https://****.aliyundoc.com","password":"Sjtv***","adminUrl":"https://****.aliyundoc.com","username":"aliyun***"}', 'title' => ''],
                            'ProductName' => ['description' => 'The product name.', 'type' => 'string', 'example' => '***协同办公', 'title' => ''],
                            'InstanceId' => ['description' => 'The instance ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '1551111111', 'title' => ''],
                            'ExtendJson' => ['description' => 'The extended information.', 'type' => 'string', 'example' => '{"说明": "如有使用问题,请联系..."}', 'title' => ''],
                            'IsTrial' => ['description' => 'Indicates whether the instance is a trial instance.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'BeganOn' => ['description' => 'The time when the instance was activated (timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000', 'title' => ''],
                            'ComponentJson' => ['description' => 'The business module.'."\n"
                                ."\n"
                                .'The metric description of the parameters in the example is as follows:'."\n"
                                ."\n"
                                .'- package_version: the version.', 'type' => 'string', 'example' => '{"package_version":"yuncode000111"}', 'title' => ''],
                            'Constraints' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '{}', 'title' => ''],
                            'ProductType' => ['description' => 'The product type. Valid values:'."\n"
                                ."\n"
                                .'- APP: application.'."\n"
                                .'- SERVIC: service.'."\n"
                                .'- MIRROR: image.'."\n"
                                .'- DOWNLOAD: download.'."\n"
                                .'- API_SERVICE: API.'."\n"
                                .'- DOCKER: Docker.', 'type' => 'string', 'example' => 'APP', 'title' => ''],
                            'HostJson' => ['description' => 'The host information. The metric description of the parameters in the example is as follows:'."\n"
                                ."\n"
                                .'- username: the username.'."\n"
                                .'- passowrd: the password.'."\n"
                                .'- ip: the host IP address.'."\n"
                                .'- innerIp: the internal network IP address of the host.', 'type' => 'string', 'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}', 'title' => ''],
                            'ProductSkuCode' => ['description' => 'The SKU code.', 'type' => 'string', 'example' => 'cmgj00**11-prepay', 'title' => ''],
                            'CreatedOn' => ['description' => 'The creation time (timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634018000', 'title' => ''],
                            'EndOn' => ['description' => 'The expiration time (timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1602259200000', 'title' => ''],
                            'OrderId' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '204211111111111', 'title' => ''],
                            'ProductCode' => ['description' => 'The commodity code.', 'type' => 'string', 'example' => 'cmgj00**11', 'title' => ''],
                            'SupplierName' => ['description' => 'The service provider name.', 'type' => 'string', 'example' => '*****有限公司', 'title' => ''],
                            'RelationalData' => [
                                'description' => 'The relational information.',
                                'type' => 'object',
                                'properties' => [
                                    'ServiceStatus' => ['description' => 'The service status. Valid values:'."\n"
                                        ."\n"
                                        .'- READYING: not started.'."\n"
                                        .'- STARTED: in service.'."\n"
                                        .'- CONFIRM: completed.'."\n"
                                        .'- EXPIRED: expired.'."\n"
                                        .'- CLOSED: released.', 'type' => 'string', 'example' => 'STARTED', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                            'Modules' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'Module' => [
                                        'description' => 'The product module information. This parameter is deprecated.',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => 'This parameter is deprecated.',
                                            'type' => 'object',
                                            'properties' => [
                                                'Code' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => 'package_config', 'title' => ''],
                                                'Name' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '套餐配置', 'title' => ''],
                                                'Id' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '101*********026', 'title' => ''],
                                                'Properties' => [
                                                    'type' => 'object',
                                                    'itemNode' => true,
                                                    'properties' => [
                                                        'Property' => [
                                                            'description' => 'This parameter is deprecated.',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'description' => 'This parameter is deprecated.',
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'Key' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                    'ShowType' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                    'Name' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                    'DisplayUnit' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                    'PropertyValues' => [
                                                                        'type' => 'object',
                                                                        'itemNode' => true,
                                                                        'properties' => [
                                                                            'PropertyValue' => [
                                                                                'description' => 'This parameter is deprecated.',
                                                                                'type' => 'array',
                                                                                'items' => [
                                                                                    'description' => 'This parameter is deprecated.',
                                                                                    'type' => 'object',
                                                                                    'properties' => [
                                                                                        'DisplayName' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                                        'Type' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                                        'Step' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                                        'Value' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                                        'Max' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                                        'Remark' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                                        'Min' => ['description' => 'This parameter is deprecated.', 'type' => 'string', 'example' => '12', 'title' => ''],
                                                                                    ],
                                                                                    'title' => '',
                                                                                    'example' => '',
                                                                                ],
                                                                                'title' => '',
                                                                                'example' => '',
                                                                            ],
                                                                        ],
                                                                        'description' => '',
                                                                        'title' => '',
                                                                        'example' => '',
                                                                    ],
                                                                ],
                                                                'title' => '',
                                                                'example' => '',
                                                            ],
                                                            'title' => '',
                                                            'example' => '',
                                                        ],
                                                    ],
                                                    'description' => '',
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                            'AutoRenewal' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'ActiveAddress' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'LicenseCode' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                ],
            ],
            'title' => 'Query instance information',
            'changeSet' => [
                ['createdAt' => '2024-03-14T01:57:29.000Z', 'description' => 'Response parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeInstance'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeInstance',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Status\\": \\"OPENED\\",\\n  \\"AppJson\\": \\"{\\\\\\"frontEndUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"password\\\\\\":\\\\\\"Sjtv***\\\\\\",\\\\\\"adminUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"username\\\\\\":\\\\\\"aliyun***\\\\\\"}\\",\\n  \\"ProductName\\": \\"***协同办公\\",\\n  \\"InstanceId\\": 1551111111,\\n  \\"ExtendJson\\": \\"{\\\\\\"说明\\\\\\": \\\\\\"如有使用问题,请联系...\\\\\\"}\\",\\n  \\"IsTrial\\": true,\\n  \\"BeganOn\\": 1570634021000,\\n  \\"ComponentJson\\": \\"{\\\\\\"package_version\\\\\\":\\\\\\"yuncode000111\\\\\\"}\\",\\n  \\"Constraints\\": \\"{}\\",\\n  \\"ProductType\\": \\"APP\\",\\n  \\"HostJson\\": \\"{\\\\\\"password\\\\\\":\\\\\\"***\\\\\\",\\\\\\"ip\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"innerIp\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"region\\\\\\":\\\\\\"\\\\\\",\\\\\\"username\\\\\\":\\\\\\"***\\\\\\",\\\\\\"beianInfo\\\\\\":\\\\\\"\\\\\\"}\\",\\n  \\"ProductSkuCode\\": \\"cmgj00**11-prepay\\",\\n  \\"CreatedOn\\": 1570634018000,\\n  \\"EndOn\\": 1602259200000,\\n  \\"OrderId\\": 204211111111111,\\n  \\"ProductCode\\": \\"cmgj00**11\\",\\n  \\"SupplierName\\": \\"*****有限公司\\",\\n  \\"RelationalData\\": {\\n    \\"ServiceStatus\\": \\"STARTED\\"\\n  },\\n  \\"Modules\\": {\\n    \\"Module\\": [\\n      {\\n        \\"Code\\": \\"package_config\\",\\n        \\"Name\\": \\"套餐配置\\",\\n        \\"Id\\": \\"101*********026\\",\\n        \\"Properties\\": {\\n          \\"Property\\": [\\n            {\\n              \\"Key\\": \\"12\\",\\n              \\"ShowType\\": \\"12\\",\\n              \\"Name\\": \\"12\\",\\n              \\"DisplayUnit\\": \\"12\\",\\n              \\"PropertyValues\\": {\\n                \\"PropertyValue\\": [\\n                  {\\n                    \\"DisplayName\\": \\"12\\",\\n                    \\"Type\\": \\"12\\",\\n                    \\"Step\\": \\"12\\",\\n                    \\"Value\\": \\"12\\",\\n                    \\"Max\\": \\"12\\",\\n                    \\"Remark\\": \\"12\\",\\n                    \\"Min\\": \\"12\\"\\n                  }\\n                ]\\n              }\\n            }\\n          ]\\n        }\\n      }\\n    ]\\n  },\\n  \\"AutoRenewal\\": \\"\\",\\n  \\"ActiveAddress\\": \\"\\",\\n  \\"LicenseCode\\": \\"\\"\\n}","type":"json"}]',
        ],
        'DescribeInstanceForIsv' => [
            'summary' => 'Queries instance information from the service provider side.',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '155****11', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'Status' => ['title' => '', 'description' => 'The business status. Different values are set based on the product type.'."\n"
                                ."\n"
                                .'When ProductType is set to MIRROR:'."\n"
                                .'*   PRODUCE: being provisioned.'."\n"
                                .'*   USING: in use.'."\n"
                                .'*   UNUSED: not in use.'."\n"
                                .'*   EXPIRED: expired.'."\n"
                                .'*   CLOSED: released.'."\n"
                                ."\n"
                                .'When ProductType is set to SERVICE:'."\n"
                                .'*   READYING: not started.'."\n"
                                .'*   STARTED: in service.'."\n"
                                .'*   CONFIRM: completed.'."\n"
                                .'*   EXPIRED: expired.'."\n"
                                .'*   CLOSED: released.'."\n"
                                ."\n"
                                .'When ProductType is set to APP, DOWNLOAD, API_SERVICE, or DOCKER:'."\n"
                                .'*   OPENING: being activated.'."\n"
                                .'*   OPENED: activated.'."\n"
                                .'*   EXPIRED: expired.'."\n"
                                .'*   CLOSED: released.', 'type' => 'string', 'example' => 'OPENED'],
                            'AppJson' => ['title' => '', 'description' => 'The application information. The metric description of the parameters in the example is as follows:'."\n"
                                ."\n"
                                .'username: the username.'."\n"
                                .'passowrd: the password.'."\n"
                                .'frontEndUrl: the frontend URL.'."\n"
                                .'adminUrl: the administration URL.', 'type' => 'string', 'example' => '{"frontEndUrl":"https://****.aliyundoc.com","password":"Sjtv***","adminUrl":"https://****.aliyundoc.com","username":"aliyun***"}'],
                            'ProductName' => ['title' => '', 'description' => 'The product name.', 'type' => 'string', 'example' => '***协同办公'],
                            'InstanceId' => ['title' => '', 'description' => 'The instance ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '1551111111'],
                            'ExtendJson' => ['title' => '', 'description' => 'The extended information.', 'type' => 'string', 'example' => '{"说明": "如有使用问题,请联系..."}'],
                            'IsTrial' => ['title' => '', 'description' => 'Indicates whether the instance is a trial instance.', 'type' => 'boolean', 'example' => 'true'],
                            'BeganOn' => ['title' => '', 'description' => 'The time when the instance was activated (timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000'],
                            'ComponentJson' => ['title' => '', 'description' => 'The business module. The metric description of the parameters in the example is as follows:'."\n"
                                .'*   package_version: the version.', 'type' => 'string', 'example' => '{"package_version":"yuncode000111"}'],
                            'ProductType' => ['title' => '', 'description' => 'The product type. Valid values:'."\n"
                                .'*   APP: application.'."\n"
                                .'*   SERVIC: service.'."\n"
                                .'*   MIRROR: image.'."\n"
                                .'*   DOWNLOAD: download.'."\n"
                                .'*   API_SERVICE: API.'."\n"
                                .'*   DOCKER: Docker.', 'type' => 'string', 'example' => 'APP'],
                            'HostJson' => ['title' => '', 'description' => 'The host information. The metric description of the parameters in the example is as follows:'."\n"
                                ."\n"
                                .'username: the username.'."\n"
                                .'passowrd: the password.'."\n"
                                .'ip: the host IP address.'."\n"
                                .'innerIp: the internal network IP address of the host.', 'type' => 'string', 'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}'],
                            'ProductSkuCode' => ['title' => '', 'description' => 'The SKU code.', 'type' => 'string', 'example' => 'cmgj00**11-prepay'],
                            'CreatedOn' => ['title' => '', 'description' => 'The creation time (timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634018000'],
                            'EndOn' => ['title' => '', 'description' => 'The expiration time (timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1602259200000'],
                            'OrderId' => ['title' => '', 'description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '204211111111111'],
                            'ProductCode' => ['title' => '', 'description' => 'The commodity code.', 'type' => 'string', 'example' => 'cmgj00**11'],
                            'SupplierName' => ['title' => '', 'description' => 'The service provider name.', 'type' => 'string', 'example' => '*****有限公司'],
                            'RelationalData' => [
                                'title' => '',
                                'description' => 'The relational information.',
                                'type' => 'object',
                                'properties' => [
                                    'ServiceStatus' => ['title' => '', 'description' => 'The service status. Valid values:'."\n"
                                        .'*   READYING: not started.'."\n"
                                        .'*   STARTED: in service.'."\n"
                                        .'*   CONFIRM: completed.'."\n"
                                        .'*   EXPIRED: expired.'."\n"
                                        .'*   CLOSED: released.', 'type' => 'string', 'example' => 'STARTED'],
                                ],
                                'example' => '',
                            ],
                            'RequestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => '6EF60BEC-****-****-****-270359FB54A7'],
                            'AutoRenewal' => ['title' => '', 'description' => 'The automatic payment information for epoch-based products. A non-empty value indicates that you enable auto-renewal.'."\n"
                                .'autoRenewCycle: Day, Month, or Year.'."\n"
                                .'autoRenewDuration: the renewal epoch.', 'type' => 'string', 'example' => '{"autoRenewCycle":"Year","autoRenewDuration":1}'],
                            'ActiveAddress' => ['title' => '', 'description' => 'The activation URL.', 'type' => 'string', 'example' => 'https://*****.com'],
                            'LicenseCode' => ['title' => '', 'description' => 'The activation code.', 'type' => 'string', 'example' => 'xxxxxx'],
                            'ImageJson' => ['title' => '', 'description' => 'The image instance information.'."\n"
                                .'imageId: the image ID.'."\n"
                                .'instanceId: the instance ID.'."\n"
                                .'ecsInstanceId: the ECS instance ID.', 'type' => 'string', 'example' => '{"imageId":"m-*******","instanceId":********}'],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Query instance information from the service provider side',
            'changeSet' => [
                ['createdAt' => '2024-12-17T09:25:32.000Z', 'description' => 'Response parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeInstanceForIsv',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Status\\": \\"OPENED\\",\\n  \\"AppJson\\": \\"{\\\\\\"frontEndUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"password\\\\\\":\\\\\\"Sjtv***\\\\\\",\\\\\\"adminUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"username\\\\\\":\\\\\\"aliyun***\\\\\\"}\\",\\n  \\"ProductName\\": \\"***协同办公\\",\\n  \\"InstanceId\\": 1551111111,\\n  \\"ExtendJson\\": \\"{\\\\\\"说明\\\\\\": \\\\\\"如有使用问题,请联系...\\\\\\"}\\",\\n  \\"IsTrial\\": true,\\n  \\"BeganOn\\": 1570634021000,\\n  \\"ComponentJson\\": \\"{\\\\\\"package_version\\\\\\":\\\\\\"yuncode000111\\\\\\"}\\",\\n  \\"ProductType\\": \\"APP\\",\\n  \\"HostJson\\": \\"{\\\\\\"password\\\\\\":\\\\\\"***\\\\\\",\\\\\\"ip\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"innerIp\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"region\\\\\\":\\\\\\"\\\\\\",\\\\\\"username\\\\\\":\\\\\\"***\\\\\\",\\\\\\"beianInfo\\\\\\":\\\\\\"\\\\\\"}\\",\\n  \\"ProductSkuCode\\": \\"cmgj00**11-prepay\\",\\n  \\"CreatedOn\\": 1570634018000,\\n  \\"EndOn\\": 1602259200000,\\n  \\"OrderId\\": 204211111111111,\\n  \\"ProductCode\\": \\"cmgj00**11\\",\\n  \\"SupplierName\\": \\"*****有限公司\\",\\n  \\"RelationalData\\": {\\n    \\"ServiceStatus\\": \\"STARTED\\"\\n  },\\n  \\"RequestId\\": \\"6EF60BEC-****-****-****-270359FB54A7\\",\\n  \\"AutoRenewal\\": \\"{\\\\\\"autoRenewCycle\\\\\\":\\\\\\"Year\\\\\\",\\\\\\"autoRenewDuration\\\\\\":1}\\",\\n  \\"ActiveAddress\\": \\"https://*****.com\\",\\n  \\"LicenseCode\\": \\"xxxxxx\\",\\n  \\"ImageJson\\": \\"{\\\\\\"imageId\\\\\\":\\\\\\"m-*******\\\\\\",\\\\\\"instanceId\\\\\\":********}\\"\\n}","type":"json"}]',
        ],
        'DescribeInstances' => [
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'ProductType',
                    'in' => 'query',
                    'schema' => ['description' => 'The commodity type. Valid values:'."\n"
                        .'- APP: application'."\n"
                        .'- SERVICE: service'."\n"
                        .'- MIRROR: image'."\n"
                        .'- DOWNLOAD: download'."\n"
                        .'- API_SERVICE: API'."\n"
                        .'- ROS: resource orchestration'."\n"
                        .'- DOCKER: container'."\n"
                        .'- IOT: IoT.', 'type' => 'string', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '10'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1'],
                ],
                [
                    'name' => 'Codes',
                    'in' => 'query',
                    'schema' => ['description' => 'The commodity codes. Separate multiple codes with commas (,).', 'type' => 'string', 'required' => false, 'example' => 'cmgj000112,cmgj000113', 'title' => ''],
                ],
                [
                    'name' => 'ExceptCodes',
                    'in' => 'query',
                    'schema' => ['description' => 'The commodity codes to exclude. This parameter cannot be specified together with the Codes parameter. Separate multiple codes with commas (,).', 'type' => 'string', 'required' => false, 'example' => 'cmgj000114,cmgj000115', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '54C22FB9-0CB1-5629-97A8-653FC7990F00', 'title' => ''],
                            'PageNumber' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                            'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''],
                            'TotalCount' => ['description' => 'The total number of instances.', 'type' => 'integer', 'format' => 'int32', 'example' => '55', 'title' => ''],
                            'InstanceItems' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'InstanceItem' => [
                                        'description' => 'The list of instances.',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Status' => ['description' => 'The service status.'."\n"
                                                    .'- If ProductType is set to MIRROR:'."\n"
                                                    .'  - PRODUCE: being provisioned'."\n"
                                                    .'  - USING: in use'."\n"
                                                    .'  - UNUSED: not in use'."\n"
                                                    .'  - EXPIRED: expired'."\n"
                                                    .'  - CLOSED: released'."\n"
                                                    ."\n"
                                                    .'- If ProductType is set to SERVICE:'."\n"
                                                    .'  - READYING: not started'."\n"
                                                    .'  - STARTED: in service'."\n"
                                                    .'  - CONFIRM: completed'."\n"
                                                    .'  - EXPIRED: expired'."\n"
                                                    .'  - CLOSED: released'."\n"
                                                    ."\n"
                                                    .'- If ProductType is set to APP, DOWNLOAD, API_SERVICE, or DOCKER:'."\n"
                                                    .'  - OPENING: being activated'."\n"
                                                    .'  - OPENED: activated'."\n"
                                                    .'  - EXPIRED: expired'."\n"
                                                    .'  - CLOSED: released.', 'type' => 'string', 'example' => 'OPENED', 'title' => ''],
                                                'AppJson' => ['description' => 'The application information.'."\n"
                                                    ."\n"
                                                    .'The parameter description in the example is as follows:'."\n"
                                                    .'- username: the username.'."\n"
                                                    .'- passowrd: the password.'."\n"
                                                    .'- frontEndUrl: the frontend URL.'."\n"
                                                    .'- adminUrl: the administration URL.'."\n"
                                                    .'- authUrl: the SSO URL.', 'type' => 'string', 'example' => '{"frontEndUrl":"https://***.aliyun.com","password":"Sjtv***","adminUrl":"https://***.aiiyun.com","username":"aliyun***"}', 'title' => ''],
                                                'ApiJson' => ['type' => 'string', 'description' => '', 'example' => '{}', 'title' => ''],
                                                'ProductName' => ['description' => 'The commodity name.', 'type' => 'string', 'example' => '***协同办公', 'title' => ''],
                                                'ImageJson' => ['description' => 'The image information.', 'type' => 'string', 'example' => '{}', 'title' => ''],
                                                'InstanceId' => ['description' => 'The instance ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '1551111111', 'title' => ''],
                                                'ExtendJson' => ['description' => 'The extended information.', 'type' => 'string', 'example' => '{"说明": "如有使用问题,请联系..."}', 'title' => ''],
                                                'BeganOn' => ['description' => 'The activation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000', 'title' => ''],
                                                'ProductType' => ['description' => 'The commodity type. Valid values:'."\n"
                                                    .'- APP: application'."\n"
                                                    .'- SERVIC: service'."\n"
                                                    .'- MIRROR: image'."\n"
                                                    .'- DOWNLOAD: download'."\n"
                                                    .'- API_SERVICE: API'."\n"
                                                    .'- DOCKER: DOCKER.', 'type' => 'string', 'example' => 'APP', 'title' => ''],
                                                'HostJson' => ['description' => 'The host information.'."\n"
                                                    ."\n"
                                                    .'The parameter description in the example is as follows:'."\n"
                                                    .'- username: the username.'."\n"
                                                    .'- passowrd: the password.'."\n"
                                                    .'- ip: the host IP address.'."\n"
                                                    .'- innerIp: the internal network IP address of the host.', 'type' => 'string', 'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}', 'title' => ''],
                                                'ProductSkuCode' => ['description' => 'The SKU code.', 'type' => 'string', 'example' => 'cmgj00**11-prepay', 'title' => ''],
                                                'CreatedOn' => ['description' => 'The creation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000', 'title' => ''],
                                                'IdaasJson' => ['description' => 'The IDaaS information. This parameter is deprecated.', 'type' => 'string', 'example' => '{}', 'title' => ''],
                                                'EndOn' => ['description' => 'The end time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1570644021000', 'title' => ''],
                                                'OrderId' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '204211111111111', 'title' => ''],
                                                'ProductCode' => ['description' => 'The commodity code.', 'type' => 'string', 'example' => 'cmgj00**11', 'title' => ''],
                                                'SupplierName' => ['description' => 'The service provider name.', 'type' => 'string', 'example' => '阿里巴巴技术有限公司', 'title' => ''],
                                            ],
                                            'description' => '',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"54C22FB9-0CB1-5629-97A8-653FC7990F00\\",\\n  \\"PageNumber\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"TotalCount\\": 55,\\n  \\"InstanceItems\\": {\\n    \\"InstanceItem\\": [\\n      {\\n        \\"Status\\": \\"OPENED\\",\\n        \\"AppJson\\": \\"{\\\\\\"frontEndUrl\\\\\\":\\\\\\"https://***.aliyun.com\\\\\\",\\\\\\"password\\\\\\":\\\\\\"Sjtv***\\\\\\",\\\\\\"adminUrl\\\\\\":\\\\\\"https://***.aiiyun.com\\\\\\",\\\\\\"username\\\\\\":\\\\\\"aliyun***\\\\\\"}\\",\\n        \\"ApiJson\\": \\"{}\\",\\n        \\"ProductName\\": \\"***协同办公\\",\\n        \\"ImageJson\\": \\"{}\\",\\n        \\"InstanceId\\": 1551111111,\\n        \\"ExtendJson\\": \\"{\\\\\\"说明\\\\\\": \\\\\\"如有使用问题,请联系...\\\\\\"}\\",\\n        \\"BeganOn\\": 1570634021000,\\n        \\"ProductType\\": \\"APP\\",\\n        \\"HostJson\\": \\"{\\\\\\"password\\\\\\":\\\\\\"***\\\\\\",\\\\\\"ip\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"innerIp\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"region\\\\\\":\\\\\\"\\\\\\",\\\\\\"username\\\\\\":\\\\\\"***\\\\\\",\\\\\\"beianInfo\\\\\\":\\\\\\"\\\\\\"}\\",\\n        \\"ProductSkuCode\\": \\"cmgj00**11-prepay\\",\\n        \\"CreatedOn\\": 1570634021000,\\n        \\"IdaasJson\\": \\"{}\\",\\n        \\"EndOn\\": 1570644021000,\\n        \\"OrderId\\": 204211111111111,\\n        \\"ProductCode\\": \\"cmgj00**11\\",\\n        \\"SupplierName\\": \\"阿里巴巴技术有限公司\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => 'Query service list',
            'summary' => 'Queries the list of services purchased by the user.',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
            'changeSet' => [
                ['createdAt' => '2024-08-29T09:32:23.000Z', 'description' => 'Request parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeInstances'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeInstances',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'DescribeInvoiceForIsv' => [
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Status',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The current invoice status. Valid values:'."\n"
                        .'- 0: processing'."\n"
                        .'- 1: completed.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0'],
                ],
                [
                    'name' => 'Type',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The invoice type. If this parameter is left empty, all types are queried by default. Valid values:'."\n"
                        .'- 2: digital electronic general invoice'."\n"
                        .'- 3: digital electronic special invoice.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
                ],
                [
                    'name' => 'InvoiceId',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The invoice application ID. This value corresponds to Result.Id in the response of the DescribeInvoiceForIsv operation.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '4072040****'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The number of instances per page.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', 'title' => ''],
                ],
                [
                    'name' => 'UserId',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The Alibaba Cloud user ID of the customer.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '174452687724****'],
                ],
                [
                    'name' => 'CreateTimeEnd',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The end time. The time 23:59:59 is appended to the date by default.', 'type' => 'string', 'required' => false, 'example' => '2025-01-01 00:00:00'],
                ],
                [
                    'name' => 'CreateTimeStart',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The start time. The time 00:00:00 is appended to the date by default.', 'type' => 'string', 'required' => false, 'example' => '2025-01-31 23:59:59'],
                ],
                [
                    'name' => 'PageIndex',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number. Pages start from page 1.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'MaxResults',
                    'in' => 'query',
                    'schema' => ['description' => 'The maximum number of entries per page for a paged query. Maximum value: 50. Default value: 10. (This parameter is not enabled.).', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100', 'title' => ''],
                ],
                [
                    'name' => 'NextToken',
                    'in' => 'query',
                    'schema' => ['description' => 'The pagination token returned by this call. (This parameter is not enabled.).', 'type' => 'string', 'required' => false, 'example' => '3v3mzZN1QdVsTPNiT0OkD9v+MeV8LSqSQDSuTTVFCUMMWShmnj/LXRMScqm242bB', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', 'title' => ''],
                            'PageSize' => ['description' => 'The number of instances per page.', 'type' => 'string', 'example' => '10', 'title' => ''],
                            'PageNumber' => ['description' => 'The current page number.', 'type' => 'string', 'example' => '1', 'title' => ''],
                            'Count' => ['description' => 'The total count.', 'type' => 'string', 'example' => '100', 'title' => ''],
                            'Code' => ['description' => 'The commodity code corresponding to the product.', 'type' => 'string', 'example' => '200', 'title' => ''],
                            'Success' => ['description' => 'The result indicator.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Result' => [
                                'description' => 'The process node information upon success.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The returned results.',
                                    'type' => 'object',
                                    'properties' => [
                                        'AliyunPk' => ['description' => 'The Alibaba Cloud user ID of the customer.', 'type' => 'string', 'example' => '102277855749****', 'title' => ''],
                                        'CreateTimeStr' => ['description' => 'The creation time.', 'type' => 'string', 'example' => '2025-01-01 00:00:00'."\n", 'title' => ''],
                                        'EvaluateList' => [
                                            'description' => 'The order, bill, or contract numbers.',
                                            'type' => 'array',
                                            'items' => [
                                                'description' => 'The modification time.',
                                                'type' => 'object',
                                                'properties' => [
                                                    'Agent' => ['title' => '', 'description' => 'Indicates whether the invoice is issued by an agent.', 'type' => 'boolean', 'example' => 'false'],
                                                    'Amount' => ['title' => '', 'description' => 'The amount, in CNY.', 'type' => 'string', 'example' => '1'],
                                                    'BizTimeStr' => ['description' => 'The time when the business transaction occurred.', 'type' => 'string', 'example' => '2025-01-01 00:00:00'."\n", 'title' => ''],
                                                    'Id' => ['title' => '', 'description' => 'The ID of the invoicing object.', 'type' => 'string', 'example' => '9540765'],
                                                    'OrderType' => ['title' => '', 'description' => 'The order or bill type. Valid values:'."\n"
                                                        ."\n"
                                                        .'- 0: order'."\n"
                                                        ."\n"
                                                        .'- 1: bill.', 'type' => 'string', 'example' => '0'],
                                                    'OutBizId' => ['title' => '', 'description' => 'The order ID.', 'type' => 'string', 'example' => '2024091610072000****'],
                                                    'RealAliyunPk' => ['title' => '', 'description' => 'The account to which the order belongs.', 'type' => 'string', 'example' => '102277855749****'."\n"],
                                                    'RealAliyunId' => ['description' => 'The account ID.', 'type' => 'string', 'example' => 'example@alibaba-inc.com', 'title' => ''],
                                                    'ProductCode' => ['description' => 'The commodity code.', 'type' => 'string', 'example' => 'cmapi00067***', 'title' => ''],
                                                    'ProductName' => ['description' => 'The product name. (Deprecated.).', 'type' => 'string', 'example' => '图像识别OCR***', 'title' => ''],
                                                ],
                                                'title' => '',
                                                'example' => '',
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'Id' => ['description' => 'The invoice application ID. This value corresponds to the InvoiceId parameter used when calling the ModifyInvoiceForIsv operation.', 'type' => 'string', 'example' => '4072040****'."\n", 'title' => ''],
                                        'InvoiceId' => ['description' => 'The ID of the invoice object.', 'type' => 'string', 'example' => '4072040****'."\n", 'title' => ''],
                                        'InvoiceList' => [
                                            'description' => 'The invoice subcollection. (Deprecated.).',
                                            'type' => 'array',
                                            'items' => [
                                                'description' => 'The invoice subcollection. (Deprecated.).',
                                                'type' => 'object',
                                                'properties' => [
                                                    'Id' => ['description' => 'The ID of the invoice object.', 'type' => 'string', 'example' => '4072040****'."\n", 'title' => ''],
                                                    'InvoiceAmount' => ['description' => 'The invoiced amount, in CNY.', 'type' => 'string', 'example' => '99.99', 'title' => ''],
                                                ],
                                                'title' => '',
                                                'example' => '',
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'MaterialType' => ['title' => '', 'description' => 'The invoice issuance type. Valid values:'."\n"
                                            .'- 0: paper'."\n"
                                            .'- 1: electronic.', 'type' => 'string', 'example' => '1'],
                                        'ModifiedTime' => ['description' => 'The time when the order status was modified, in GMT.', 'type' => 'string', 'example' => '2025-03-04T09:43:18+08:00', 'title' => ''],
                                        'Price' => ['title' => '', 'description' => 'The total invoice amount, in CNY.', 'type' => 'string', 'example' => '99.99'],
                                        'Status' => ['title' => '', 'description' => 'The invoice status. Valid values: 0: pending invoicing. 1: invoiced.', 'type' => 'string', 'example' => 'Success'],
                                        'Title' => ['title' => '', 'description' => 'The invoice title.', 'type' => 'string', 'example' => '阿里云计算有限公司'],
                                        'Type' => ['title' => '', 'description' => 'The invoice type. Valid values:'."\n"
                                            .'- 2: digital electronic general invoice'."\n"
                                            .'- 3: digital electronic special invoice.', 'type' => 'string', 'example' => '2'],
                                        'UserAddressDto' => [
                                            'description' => 'The address information.',
                                            'type' => 'object',
                                            'properties' => [
                                                'AliyunPk' => ['description' => 'The Alibaba Cloud user ID of the customer.', 'type' => 'string', 'example' => '174452687724****'."\n", 'title' => ''],
                                                'BizType' => ['description' => 'Deprecated.', 'type' => 'string', 'example' => '******', 'title' => ''],
                                                'Emails' => ['description' => 'The email address.', 'type' => 'string', 'example' => '******', 'title' => ''],
                                                'Addressee' => ['description' => 'The recipient.', 'type' => 'string', 'example' => '***', 'title' => ''],
                                                'DeliveryAddress' => ['description' => 'The delivery address.', 'type' => 'string', 'example' => '杭州市****'."\n", 'title' => ''],
                                                'Phone' => ['description' => 'The phone number.', 'type' => 'string', 'example' => '130********', 'title' => ''],
                                                'PostalCode' => ['description' => 'The postal code.', 'type' => 'string', 'example' => '******', 'title' => ''],
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'ModifiedTimeStr' => ['description' => 'The invoice modification time.', 'type' => 'string', 'example' => '2025-01-01 00:00:00'."\n", 'title' => ''],
                                        'ReceiptUserInfoDto' => [
                                            'description' => 'The user information of the invoice applicant.',
                                            'type' => 'object',
                                            'properties' => [
                                                'TaxNumber' => ['description' => 'The unified social credit code of the enterprise.', 'type' => 'string', 'example' => '91420100MA49L5****', 'title' => ''],
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'UserNotice' => ['title' => '', 'description' => 'The user remarks on the invoice.', 'type' => 'string', 'example' => '无'],
                                        'CheckNotice' => ['title' => '', 'description' => 'The supplier remarks on the invoice.', 'type' => 'string', 'example' => '无'],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                            'NextToken' => ['description' => 'The pagination token returned by this call.', 'type' => 'string', 'example' => '3v3mzZN1QdVsTPNiT0OkD36LC9I+AJHU9z2oXBmJJOyy4nQl7MIUZUYG6fdbYBk+', 'title' => ''],
                            'MaxResults' => ['description' => 'The maximum number of entries per page for a paged query. Maximum value: 50. Default value: 10.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
                403 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'AccessDeniedDetail' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'RequestId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'PageSize' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'Message' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'PageNumber' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'Version' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'HttpStatusCode' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''],
                            'Count' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'Fatal' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''],
                            'Code' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            'Success' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Query invoice information of an Alibaba Cloud marketplace supplier store',
            'summary' => 'Queries the invoice information of an Alibaba Cloud Marketplace supplier store.',
            'description' => 'Queries business information based on an authorization code. The system first verifies whether the authorization code is valid.'."\n"
                ."\n"
                .'- If the authorization code is invalid, an error message is returned.'."\n"
                ."\n"
                .'- If the authorization code is valid, the authorization information is returned.',
            'changeSet' => [
                ['createdAt' => '2025-08-14T14:39:17.000Z', 'description' => 'Response parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'acm:DescribeInvoiceForIsv',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n  \\"PageSize\\": \\"10\\",\\n  \\"PageNumber\\": \\"1\\",\\n  \\"Count\\": \\"100\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true,\\n  \\"Result\\": [\\n    {\\n      \\"AliyunPk\\": \\"102277855749****\\",\\n      \\"CreateTimeStr\\": \\"2025-01-01 00:00:00\\\\n\\",\\n      \\"EvaluateList\\": [\\n        {\\n          \\"Agent\\": false,\\n          \\"Amount\\": \\"1\\",\\n          \\"BizTimeStr\\": \\"2025-01-01 00:00:00\\\\n\\",\\n          \\"Id\\": \\"9540765\\",\\n          \\"OrderType\\": \\"0\\",\\n          \\"OutBizId\\": \\"2024091610072000****\\",\\n          \\"RealAliyunPk\\": \\"102277855749****\\\\n\\",\\n          \\"RealAliyunId\\": \\"example@alibaba-inc.com\\",\\n          \\"ProductCode\\": \\"cmapi00067***\\",\\n          \\"ProductName\\": \\"图像识别OCR***\\"\\n        }\\n      ],\\n      \\"Id\\": \\"4072040****\\\\n\\",\\n      \\"InvoiceId\\": \\"4072040****\\\\n\\",\\n      \\"InvoiceList\\": [\\n        {\\n          \\"Id\\": \\"4072040****\\\\n\\",\\n          \\"InvoiceAmount\\": \\"99.99\\"\\n        }\\n      ],\\n      \\"MaterialType\\": \\"1\\",\\n      \\"ModifiedTime\\": \\"2025-03-04T09:43:18+08:00\\",\\n      \\"Price\\": \\"99.99\\",\\n      \\"Status\\": \\"Success\\",\\n      \\"Title\\": \\"阿里云计算有限公司\\",\\n      \\"Type\\": \\"2\\",\\n      \\"UserAddressDto\\": {\\n        \\"AliyunPk\\": \\"174452687724****\\\\n\\",\\n        \\"BizType\\": \\"******\\",\\n        \\"Emails\\": \\"******\\",\\n        \\"Addressee\\": \\"***\\",\\n        \\"DeliveryAddress\\": \\"杭州市****\\\\n\\",\\n        \\"Phone\\": \\"130********\\",\\n        \\"PostalCode\\": \\"******\\"\\n      },\\n      \\"ModifiedTimeStr\\": \\"2025-01-01 00:00:00\\\\n\\",\\n      \\"ReceiptUserInfoDto\\": {\\n        \\"TaxNumber\\": \\"91420100MA49L5****\\"\\n      },\\n      \\"UserNotice\\": \\"无\\",\\n      \\"CheckNotice\\": \\"无\\"\\n    }\\n  ],\\n  \\"NextToken\\": \\"3v3mzZN1QdVsTPNiT0OkD36LC9I+AJHU9z2oXBmJJOyy4nQl7MIUZUYG6fdbYBk+\\",\\n  \\"MaxResults\\": 10\\n}","type":"json"}]',
        ],
        'DescribeLicense' => [
            'summary' => 'Calls DescribeLicense to query license information.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'LicenseCode',
                    'in' => 'query',
                    'schema' => ['description' => 'The activation code.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'xxxxxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', 'title' => ''],
                            'License' => [
                                'description' => 'The license object.',
                                'type' => 'object',
                                'properties' => [
                                    'ActivateTime' => ['description' => 'The activation time.', 'type' => 'string', 'example' => '2019-05-25 09:00:00', 'title' => ''],
                                    'LicenseStatus' => ['description' => 'The license status.'."\n"
                                        .'- ACTIVATED'."\n"
                                        .'- INACTIVATED', 'type' => 'string', 'example' => 'ACTIVATED', 'title' => ''],
                                    'ProductName' => ['description' => 'The product name.', 'type' => 'string', 'example' => 'LNMP环境', 'title' => ''],
                                    'ExpiredTime' => ['description' => 'The expiration time.', 'type' => 'string', 'example' => '2019-06-25 09:00:00', 'title' => ''],
                                    'ProductSkuId' => ['description' => 'The product SKU ID.', 'type' => 'string', 'example' => 'cmgj02****-prepay', 'title' => ''],
                                    'CreateTime' => ['description' => 'The creation time.', 'type' => 'string', 'example' => '2019-05-25 09:00:00', 'title' => ''],
                                    'LicenseCode' => ['description' => 'The activation code.', 'type' => 'string', 'example' => '-', 'title' => ''],
                                    'InstanceId' => ['description' => 'The business instance ID.', 'type' => 'string', 'example' => '1551111111', 'title' => ''],
                                    'SupplierName' => ['description' => 'The supplier name.', 'type' => 'string', 'example' => '**科技股份有限公司', 'title' => ''],
                                    'ProductCode' => ['description' => 'The product code.', 'type' => 'string', 'example' => 'cmgj02****', 'title' => ''],
                                    'ExtendArray' => [
                                        'type' => 'object',
                                        'itemNode' => true,
                                        'properties' => [
                                            'LicenseAttribute' => [
                                                'description' => 'The array of extended attribute objects.',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'Code' => ['description' => 'The attribute code.', 'type' => 'string', 'example' => 'package_version:对应商品规格code;orderBizId:云市场实例ID;activeAddress:激活地址;orderId:包含新购和续费订单ID,逗号分割;aliUid:用户阿里云Uid;expiresTime:授权码过期时间;', 'title' => ''],
                                                        'Value' => ['description' => 'The attribute value.', 'type' => 'string', 'example' => '-', 'title' => ''],
                                                    ],
                                                    'description' => '',
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                                'title' => '',
                                                'example' => '',
                                            ],
                                        ],
                                        'description' => '',
                                        'title' => '',
                                        'example' => '',
                                    ],
                                    'ExtendInfo' => [
                                        'description' => 'The extended information.',
                                        'type' => 'object',
                                        'properties' => [
                                            'AliUid' => ['description' => 'The Alibaba Cloud UID.', 'type' => 'integer', 'format' => 'int64', 'example' => '190311111111****', 'title' => ''],
                                            'AccountQuantity' => ['description' => 'The account information.', 'type' => 'integer', 'format' => 'int64', 'example' => '-', 'title' => ''],
                                            'Email' => ['description' => 'The email address.', 'type' => 'string', 'example' => 'id***@**.com', 'title' => ''],
                                            'Mobile' => ['description' => 'The mobile phone number.', 'type' => 'string', 'example' => '129****1111', 'title' => ''],
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Auth.SubAccount.Error', 'errorMessage' => 'The specified AccessKey information does not belong to the RAM user.', 'description' => 'The specified AccessKey information does not belong to the RAM user.'],
                    ['errorCode' => 'License.Invalid', 'errorMessage' => 'The specified license is invalid.', 'description' => 'The specified license is invalid.'],
                    ['errorCode' => 'License.Expired', 'errorMessage' => 'The specified license has expired.', 'description' => 'The specified license has expired.'],
                    ['errorCode' => 'License.Discard', 'errorMessage' => 'The specified license has been discarded.', 'description' => 'The specified license has been discarded.'],
                    ['errorCode' => 'License.NotFound', 'errorMessage' => 'The specified license does not exist.', 'description' => 'The specified license does not exist.'],
                    ['errorCode' => 'Auth.ISV.Error', 'errorMessage' => 'Only ISV accounts are allowed to call the specified API operation.', 'description' => 'Only ISV accounts are allowed to call the specified API operation.'],
                    ['errorCode' => 'Auth.Match', 'errorMessage' => 'The product to be enabled by the specified license does not belong to the ISV.', 'description' => 'The product to be enabled by the specified license does not belong to the ISV.'],
                    ['errorCode' => 'Auth.Authorized', 'errorMessage' => 'The specified RAM user is not authorized.', 'description' => 'The specified RAM user is not authorized.'],
                ],
            ],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'title' => 'Query license information',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeLicense',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n  \\"License\\": {\\n    \\"ActivateTime\\": \\"2019-05-25 09:00:00\\",\\n    \\"LicenseStatus\\": \\"ACTIVATED\\",\\n    \\"ProductName\\": \\"LNMP环境\\",\\n    \\"ExpiredTime\\": \\"2019-06-25 09:00:00\\",\\n    \\"ProductSkuId\\": \\"cmgj02****-prepay\\",\\n    \\"CreateTime\\": \\"2019-05-25 09:00:00\\",\\n    \\"LicenseCode\\": \\"-\\",\\n    \\"InstanceId\\": \\"1551111111\\",\\n    \\"SupplierName\\": \\"**科技股份有限公司\\",\\n    \\"ProductCode\\": \\"cmgj02****\\",\\n    \\"ExtendArray\\": {\\n      \\"LicenseAttribute\\": [\\n        {\\n          \\"Code\\": \\"package_version:对应商品规格code;orderBizId:云市场实例ID;activeAddress:激活地址;orderId:包含新购和续费订单ID,逗号分割;aliUid:用户阿里云Uid;expiresTime:授权码过期时间;\\",\\n          \\"Value\\": \\"-\\"\\n        }\\n      ]\\n    },\\n    \\"ExtendInfo\\": {\\n      \\"AliUid\\": 0,\\n      \\"AccountQuantity\\": 0,\\n      \\"Email\\": \\"id***@**.com\\",\\n      \\"Mobile\\": \\"129****1111\\"\\n    }\\n  }\\n}","type":"json"}]',
        ],
        'DescribeOrder' => [
            'summary' => 'Queries the details of a specified order.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'OrderId',
                    'in' => 'query',
                    'schema' => ['description' => 'The order ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '202*********415', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'ProductName' => ['description' => 'The name of the subscribed product.', 'type' => 'string', 'example' => 'saas服务产品', 'title' => ''],
                            'SupplierCompanyName' => ['description' => 'The company name of the seller.', 'type' => 'string', 'example' => '**科技股份有限公司', 'title' => ''],
                            'OriginalPrice' => ['description' => 'The original price of the order, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '10.0', 'title' => ''],
                            'AliUid' => ['description' => 'The unique identifier of the Alibaba Cloud user (aliyunPK).', 'type' => 'integer', 'format' => 'int64', 'example' => '190311111111****', 'title' => ''],
                            'CouponPrice' => ['description' => 'The amount of vouchers used, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '0.0', 'title' => ''],
                            'AccountQuantity' => ['description' => 'The number of accounts.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''],
                            'PeriodType' => ['description' => 'The time unit for prepaid orders. Valid values:'."\n"
                                ."\n"
                                .'- MONTH: one month'."\n"
                                .'- SEASON: one quarter'."\n"
                                .'- HALFYEAR: half a year'."\n"
                                .'- YEAR: one year'."\n"
                                .'- TWOYEARS: two years'."\n"
                                .'- ONCE: one-time.', 'type' => 'string', 'example' => 'MONTH', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', 'title' => ''],
                            'PayStatus' => ['description' => 'The payment status. Valid values:'."\n"
                                ."\n"
                                .'- PAID: Paid.'."\n"
                                .'- UNPAID: Unpaid.', 'type' => 'string', 'example' => 'PAID', 'title' => ''],
                            'PaymentPrice' => ['description' => 'The actual payment amount, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '0.0', 'title' => ''],
                            'OrderStatus' => ['description' => 'The order status. Valid values:'."\n"
                                ."\n"
                                .'- NORMAL: Normal.'."\n"
                                .'- REFUND: Refunded.'."\n"
                                .'- DELETE: Voided.', 'type' => 'string', 'example' => 'NORMAL', 'title' => ''],
                            'ProductSkuCode' => ['description' => 'The specification code of the subscribed product.', 'type' => 'string', 'example' => 'cmgj02****-prepay', 'title' => ''],
                            'PaidOn' => ['description' => 'The payment time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191675000', 'title' => ''],
                            'Components' => ['description' => 'The order component information. The metric description for the parameters in the example is as follows:'."\n"
                                ."\n"
                                .'- package_quantity: the number of usage times (a component specific to API products)'."\n"
                                .'- package_version: the version'."\n"
                                .'- ord_time: the duration'."\n"
                                .'- order_num: the quantity'."\n"
                                .'- code: the component code'."\n"
                                .'- globarKey: the component key'."\n"
                                .'- name: the component name'."\n"
                                .'- value: the component value.', 'type' => 'object', 'example' => '{ "package_quantity": { "code": "package_quantity", "globarKey": "cmapi014302_package_quantity_package_quantity_10000", "name": "10000次", "value": "10000" }, "package_version": { "code": "package_version", "globarKey": "cmapi014302_package_version_package_version_yuncode830200000", "name": "0元/10000次", "value": "yuncode830200000" }, "ord_time": { "code": "ord_time", "globarKey": "cmapi014302_ord_time_ord_time_6:Month", "name": "6个月", "value": "6:Month" }, "order_num": { "code": "order_num", "globarKey": "cmapi014302_order_num_order_num_1", "name": "1", "value": "1" } }', 'title' => ''],
                            'CreatedOn' => ['description' => 'The time when the order was placed.', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191564000', 'title' => ''],
                            'OrderType' => ['description' => 'The order type. Valid values:'."\n"
                                ."\n"
                                .'- NEW: New purchase order.'."\n"
                                .'- RENEW: Renewal order.'."\n"
                                .'- TRIAL: Trial order.', 'type' => 'string', 'example' => 'NEW', 'title' => ''],
                            'TotalPrice' => ['description' => 'The total payable amount of the order, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '0.0', 'title' => ''],
                            'Quantity' => ['description' => 'The quantity of the subscribed product.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                            'OrderId' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '202211111111111', 'title' => ''],
                            'ProductCode' => ['description' => 'The commodity code.', 'type' => 'string', 'example' => 'cmgj02****', 'title' => ''],
                            'SupplierTelephones' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'Telephone' => [
                                        'description' => 'The customer service hotline of the seller.',
                                        'type' => 'array',
                                        'items' => ['description' => 'The customer service hotline of the seller.', 'type' => 'string', 'example' => '{139*****950, 139*****831}', 'title' => ''],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                            'InstanceIds' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'InstanceId' => [
                                        'description' => 'The business instances associated with the order.',
                                        'type' => 'array',
                                        'items' => ['description' => 'The ID of the business instance associated with the order.', 'type' => 'string', 'example' => '{1597985, 1227195}', 'title' => ''],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                ],
            ],
            'title' => 'Query order details',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeOrder'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeOrder',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"ProductName\\": \\"saas服务产品\\",\\n  \\"SupplierCompanyName\\": \\"**科技股份有限公司\\",\\n  \\"OriginalPrice\\": 10,\\n  \\"AliUid\\": 0,\\n  \\"CouponPrice\\": 0,\\n  \\"AccountQuantity\\": 0,\\n  \\"PeriodType\\": \\"MONTH\\",\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n  \\"PayStatus\\": \\"PAID\\",\\n  \\"PaymentPrice\\": 0,\\n  \\"OrderStatus\\": \\"NORMAL\\",\\n  \\"ProductSkuCode\\": \\"cmgj02****-prepay\\",\\n  \\"PaidOn\\": 1531191675000,\\n  \\"Components\\": {\\n    \\"package_quantity\\": {\\n      \\"code\\": \\"package_quantity\\",\\n      \\"globarKey\\": \\"cmapi014302_package_quantity_package_quantity_10000\\",\\n      \\"name\\": \\"10000次\\",\\n      \\"value\\": \\"10000\\"\\n    },\\n    \\"package_version\\": {\\n      \\"code\\": \\"package_version\\",\\n      \\"globarKey\\": \\"cmapi014302_package_version_package_version_yuncode830200000\\",\\n      \\"name\\": \\"0元/10000次\\",\\n      \\"value\\": \\"yuncode830200000\\"\\n    },\\n    \\"ord_time\\": {\\n      \\"code\\": \\"ord_time\\",\\n      \\"globarKey\\": \\"cmapi014302_ord_time_ord_time_6:Month\\",\\n      \\"name\\": \\"6个月\\",\\n      \\"value\\": \\"6:Month\\"\\n    },\\n    \\"order_num\\": {\\n      \\"code\\": \\"order_num\\",\\n      \\"globarKey\\": \\"cmapi014302_order_num_order_num_1\\",\\n      \\"name\\": \\"1\\",\\n      \\"value\\": \\"1\\"\\n    }\\n  },\\n  \\"CreatedOn\\": 1531191564000,\\n  \\"OrderType\\": \\"NEW\\",\\n  \\"TotalPrice\\": 0,\\n  \\"Quantity\\": 1,\\n  \\"OrderId\\": 202211111111111,\\n  \\"ProductCode\\": \\"cmgj02****\\",\\n  \\"SupplierTelephones\\": {\\n    \\"Telephone\\": [\\n      \\"{139*****950, 139*****831}\\"\\n    ]\\n  },\\n  \\"InstanceIds\\": {\\n    \\"InstanceId\\": [\\n      \\"{1597985, 1227195}\\"\\n    ]\\n  }\\n}","type":"json"}]',
        ],
        'DescribeOrderForIsv' => [
            'summary' => 'Queries order details from the service provider side.',
            'path' => '',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'OrderId',
                    'in' => 'query',
                    'schema' => ['description' => 'The order ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '202*********415', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'ProductName' => ['title' => '', 'description' => 'The name of the subscribed product.', 'type' => 'string', 'example' => 'saas服务产品'],
                            'OriginalPrice' => ['title' => '', 'description' => 'The original price of the order, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '10.0'],
                            'AliUid' => ['title' => '', 'description' => 'The unique identifier of the Alibaba Cloud user (aliyunPK).', 'type' => 'integer', 'format' => 'int64', 'example' => '190311111111****'],
                            'CouponPrice' => ['title' => '', 'description' => 'The amount of vouchers used, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '0.0'],
                            'AccountQuantity' => ['title' => '', 'description' => 'The number of accounts.', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
                            'PeriodType' => ['title' => '', 'description' => 'The time unit for prepaid orders. Valid values:'."\n"
                                .'- MONTH: one month'."\n"
                                .'- SEASON: one quarter'."\n"
                                .'- HALFYEAR: half a year'."\n"
                                .'- YEAR: one year'."\n"
                                .'- TWOYEARS: two years'."\n"
                                .'- ONCE: one-time.', 'type' => 'string', 'example' => 'MONTH'],
                            'PayStatus' => ['title' => '', 'description' => 'The payment status. Valid values:'."\n"
                                .'- PAID: Paid.'."\n"
                                .'- UNPAID: Unpaid.', 'type' => 'string', 'example' => 'PAID'],
                            'PaymentPrice' => ['title' => '', 'description' => 'The actual payment amount, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '0.0'],
                            'OrderStatus' => ['title' => '', 'description' => 'The order status. Valid values:'."\n"
                                .'- NORMAL: Normal.'."\n"
                                .'- REFUND: Refunded.'."\n"
                                .'- DELETE: Voided.', 'type' => 'string', 'example' => 'NORMAL'],
                            'ProductSkuCode' => ['title' => '', 'description' => 'The SKU code of the subscribed product.', 'type' => 'string', 'example' => 'cmgj02****-prepay'],
                            'PaidOn' => ['title' => '', 'description' => 'The payment time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191675000'],
                            'CreatedOn' => ['title' => '', 'description' => 'The time when the order was placed.', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191564000'],
                            'OrderType' => ['title' => '', 'description' => 'The order type. Valid values:'."\n"
                                .'- NEW: New purchase order.'."\n"
                                .'- RENEW: Renewal order.'."\n"
                                .'- TRIAL: Trial order.'."\n"
                                .'- UPGRADE: Upgrade order.'."\n"
                                .'- DOWNGRADE: Downgrade order.'."\n"
                                .'- PURCHASE: Conversion order.', 'type' => 'string', 'example' => 'NEW'],
                            'TotalPrice' => ['title' => '', 'description' => 'The total receivable amount of the order, in CNY.', 'type' => 'number', 'format' => 'float', 'example' => '0.0'],
                            'Quantity' => ['title' => '', 'description' => 'The quantity of the order.', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                            'OrderId' => ['title' => '', 'description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '202211111111111'],
                            'ProductCode' => ['title' => '', 'description' => 'The commodity code.', 'type' => 'string', 'example' => 'cmgj02****'],
                            'InstanceIds' => [
                                'title' => '',
                                'description' => 'List',
                                'type' => 'array',
                                'items' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => '1597985', 'title' => ''],
                                'example' => '',
                            ],
                            'RequestId' => ['description' => 'The request ID. This ID is used for troubleshooting when an error occurs.', 'type' => 'string', 'example' => '6EF60BEC-****-****-****-270359FB54A7', 'title' => ''],
                            'Components' => ['description' => 'The order module information. The metric description for the parameters in the example is as follows:'."\n"
                                .'- package_quantity: the number of usage times (a module specific to API products)'."\n"
                                .'- package_version: the version'."\n"
                                .'- ord_time: the duration'."\n"
                                .'- order_num: the quantity'."\n"
                                .'- code: the module code'."\n"
                                .'- globarKey: the module key'."\n"
                                .'- name: the module name'."\n"
                                .'- value: the module value.', 'type' => 'any', 'example' => '{"package_version":{"code":"package_version","globarKey":"cmgj0******8_package_version_package_version_yuncode4176*****1","name":"0.01","value":"yuncode4176*****1"},"ord_time":{"code":"ord_time","globarKey":"cmgj0******8_ord_time_ord_time_1:Month","name":"1个月","value":"1:Month"},"order_num":{"code":"order_num","globarKey":"cmgj0******8_order_num_order_num_1","name":"1","value":"1"}}', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"ProductName\\": \\"saas服务产品\\",\\n  \\"OriginalPrice\\": 10,\\n  \\"AliUid\\": 0,\\n  \\"CouponPrice\\": 0,\\n  \\"AccountQuantity\\": 0,\\n  \\"PeriodType\\": \\"MONTH\\",\\n  \\"PayStatus\\": \\"PAID\\",\\n  \\"PaymentPrice\\": 0,\\n  \\"OrderStatus\\": \\"NORMAL\\",\\n  \\"ProductSkuCode\\": \\"cmgj02****-prepay\\",\\n  \\"PaidOn\\": 1531191675000,\\n  \\"CreatedOn\\": 1531191564000,\\n  \\"OrderType\\": \\"NEW\\",\\n  \\"TotalPrice\\": 0,\\n  \\"Quantity\\": 1,\\n  \\"OrderId\\": 202211111111111,\\n  \\"ProductCode\\": \\"cmgj02****\\",\\n  \\"InstanceIds\\": [\\n    \\"1597985\\"\\n  ],\\n  \\"RequestId\\": \\"6EF60BEC-****-****-****-270359FB54A7\\",\\n  \\"Components\\": \\"{\\\\\\"package_version\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"package_version\\\\\\",\\\\\\"globarKey\\\\\\":\\\\\\"cmgj0******8_package_version_package_version_yuncode4176*****1\\\\\\",\\\\\\"name\\\\\\":\\\\\\"0.01\\\\\\",\\\\\\"value\\\\\\":\\\\\\"yuncode4176*****1\\\\\\"},\\\\\\"ord_time\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"ord_time\\\\\\",\\\\\\"globarKey\\\\\\":\\\\\\"cmgj0******8_ord_time_ord_time_1:Month\\\\\\",\\\\\\"name\\\\\\":\\\\\\"1个月\\\\\\",\\\\\\"value\\\\\\":\\\\\\"1:Month\\\\\\"},\\\\\\"order_num\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"order_num\\\\\\",\\\\\\"globarKey\\\\\\":\\\\\\"cmgj0******8_order_num_order_num_1\\\\\\",\\\\\\"name\\\\\\":\\\\\\"1\\\\\\",\\\\\\"value\\\\\\":\\\\\\"1\\\\\\"}}\\"\\n}","type":"json"}]',
            'title' => 'Query order details from the service provider side',
            'changeSet' => [
                ['createdAt' => '2024-12-13T01:38:22.000Z', 'description' => 'Response parameters changed'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeOrderForIsv',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'DescribePrice' => [
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'OrderType',
                    'in' => 'query',
                    'schema' => ['description' => 'Order type. Valid values:'."\n"
                        ."\n"
                        .'INSTANCE_BUY: Product purchase'."\n"
                        .'INSTANCE_RENEW: Instance renewal'."\n"
                        .'INSTANCE_UPGRADE: Instance upgrade'."\n"
                        .'Note: For renewal-type price inquiries, you must pass InstanceId in the Commodity parameter.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'INSTANCE_BUY', 'title' => ''],
                ],
                [
                    'name' => 'Commodity',
                    'in' => 'query',
                    'schema' => ['description' => 'Serialized commodity information based on the specified OrderType. The CommodityType corresponding to each OrderType is as follows:'."\n"
                        ."\n"
                        .'INSTANCE_BUY: InstanceBuyCommodity'."\n"
                        .'INSTANCE_RENEW: InstanceRenewCommodity'."\n"
                        .'INSTANCE_UPGRADE: InstanceUpgradeCommodity'."\n"
                        .'The parameters in the example are described as follows:'."\n"
                        ."\n"
                        .'productCode: The product code.'."\n"
                        .'skuCode: The product specification code. For non-image products: prepay for subscription, postpay for pay-as-you-go. For image products: ECS for pay-as-you-go, Package for subscription.'."\n"
                        .'components: Specification modules. The version package_version is required, and other modules depend on the product settings.'."\n"
                        .'duration: Number of cycles, such as 1, 2, 3...'."\n"
                        .'pricingCycle: Cycle unit. Day, Month, or Year.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '{"components":{"package_version":"yuncode12928000016"},"duration":1,"pricingCycle":"YEAR","productCode":"cmgj01**28","quantity":1,"skuCode":"prepay"}', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'ExpressionCode' => ['description' => 'Purchase restriction code', 'type' => 'string', 'example' => 'ORDER.NO_REAL_NAME_AUTHENTICATION', 'title' => ''],
                            'Cuxiao' => ['description' => 'Indicates whether a promotion is available', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'DiscountPrice' => ['description' => 'Discount amount (original price minus trade price), in CNY', 'type' => 'number', 'format' => 'float', 'example' => '178.20', 'title' => ''],
                            'Cycle' => ['description' => 'Cycle unit'."\n"
                                ."\n"
                                .'DAY: Day'."\n"
                                .'MONTH: Month'."\n"
                                .'YEAR: Year', 'type' => 'string', 'example' => 'MONTH', 'title' => ''],
                            'TradePrice' => ['description' => 'Trade price (actual price), in CNY', 'type' => 'number', 'format' => 'float', 'example' => '19.80', 'title' => ''],
                            'OriginalPrice' => ['description' => 'Original price, in CNY', 'type' => 'number', 'format' => 'float', 'example' => '198.00', 'title' => ''],
                            'Duration' => ['description' => 'Number of cycles, such as 1, 2, 3...', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                            'Currency' => ['description' => 'Currency'."\n"
                                ."\n"
                                .'CNY: Chinese Yuan'."\n"
                                .'USD: US Dollar'."\n"
                                .'JPY: Japanese Yen', 'type' => 'string', 'example' => 'CNY', 'title' => ''],
                            'ExpressionMessage' => ['description' => 'Purchase restriction description', 'type' => 'string', 'example' => '企业用户才能购买', 'title' => ''],
                            'InfoTitle' => ['description' => 'Promotion name', 'type' => 'string', 'example' => '新年特惠', 'title' => ''],
                            'ProductCode' => ['description' => 'Product code', 'type' => 'string', 'example' => 'cmgj01****', 'title' => ''],
                            'PromotionRules' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'PromotionRule' => [
                                        'description' => 'Promotion information',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Title' => ['description' => 'Promotion title', 'type' => 'string', 'example' => '展示型首年19.8元', 'title' => ''],
                                                'Name' => ['description' => 'Promotion content', 'type' => 'string', 'example' => '展示型首年19.8元', 'title' => ''],
                                                'RuleId' => ['description' => 'Promotion ID', 'type' => 'string', 'example' => '102112', 'title' => ''],
                                            ],
                                            'description' => '',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                            'Coupons' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'Coupon' => [
                                        'description' => 'Coupon information',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'CouponOptionCode' => ['description' => 'Coupon type', 'type' => 'string', 'example' => 'ActiveCoupon', 'title' => ''],
                                                'CouponOptionNo' => ['description' => 'Coupon number', 'type' => 'string', 'example' => '3874923111', 'title' => ''],
                                                'CouponName' => ['description' => 'Coupon name', 'type' => 'string', 'example' => '促销', 'title' => ''],
                                                'CouponDesc' => ['description' => 'Coupon description', 'type' => 'string', 'example' => '促销', 'title' => ''],
                                                'IsSelected' => ['description' => 'Indicates whether the coupon is selected', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                                                'CanPromFee' => ['description' => 'Discount amount applicable', 'type' => 'number', 'format' => 'float', 'example' => '100.00', 'title' => ''],
                                            ],
                                            'description' => '',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                ],
                [
                    ['errorCode' => 'DownstreamError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An error occurred while processing your request.'],
                ],
                [
                    ['errorCode' => 'ReturnNull', 'errorMessage' => 'No results found.', 'description' => 'No results found.'],
                ],
                999999 => [
                    ['errorCode' => 'IgnoreError', 'errorMessage' => 'The specified parameter is invalid.', 'description' => ''],
                ],
            ],
            'title' => 'Query the price information of the corresponding product',
            'summary' => 'Calls DescribePrice to query the price information of the corresponding product.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribePrice'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribePrice',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"ExpressionCode\\": \\"ORDER.NO_REAL_NAME_AUTHENTICATION\\",\\n  \\"Cuxiao\\": true,\\n  \\"DiscountPrice\\": 178.2,\\n  \\"Cycle\\": \\"MONTH\\",\\n  \\"TradePrice\\": 19.8,\\n  \\"OriginalPrice\\": 198,\\n  \\"Duration\\": 1,\\n  \\"Currency\\": \\"CNY\\",\\n  \\"ExpressionMessage\\": \\"企业用户才能购买\\",\\n  \\"InfoTitle\\": \\"新年特惠\\",\\n  \\"ProductCode\\": \\"cmgj01****\\",\\n  \\"PromotionRules\\": {\\n    \\"PromotionRule\\": [\\n      {\\n        \\"Title\\": \\"展示型首年19.8元\\",\\n        \\"Name\\": \\"展示型首年19.8元\\",\\n        \\"RuleId\\": \\"102112\\"\\n      }\\n    ]\\n  },\\n  \\"Coupons\\": {\\n    \\"Coupon\\": [\\n      {\\n        \\"CouponOptionCode\\": \\"ActiveCoupon\\",\\n        \\"CouponOptionNo\\": \\"3874923111\\",\\n        \\"CouponName\\": \\"促销\\",\\n        \\"CouponDesc\\": \\"促销\\",\\n        \\"IsSelected\\": false,\\n        \\"CanPromFee\\": 100\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
        ],
        'DescribeProduct' => [
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'AliUid',
                    'in' => 'query',
                    'schema' => ['description' => 'AliUid.', 'type' => 'string', 'required' => false, 'example' => '190********569', 'title' => ''],
                ],
                [
                    'name' => 'Code',
                    'in' => 'query',
                    'schema' => ['description' => 'The commodity code of the product.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cmjj01**45', 'title' => ''],
                ],
                [
                    'name' => 'QueryDraft',
                    'in' => 'query',
                    'schema' => ['description' => 'Specifies whether to query the product draft. In most cases, you do not need to query the product draft. Product drafts are used to query product information before the product is officially listed for sale.', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'FrontCategoryId' => ['description' => 'The product category ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '523617212', 'title' => ''],
                            'Status' => ['description' => 'Deprecated.', 'type' => 'string', 'example' => '1', 'title' => ''],
                            'Type' => ['description' => 'The product type. Valid values:'."\n"
                                ."\n"
                                .'* APP: application'."\n"
                                .'* DOWNLOAD: download'."\n"
                                .'* MIRROR: image'."\n"
                                .'* SERVICE: service'."\n"
                                .'* API_SERVICE: API service.', 'type' => 'string', 'example' => 'MIRROR', 'title' => ''],
                            'PicUrl' => ['description' => 'The URL of the product image.', 'type' => 'string', 'example' => 'https://oss.aliyuncs.com/photogallery/photo/1930532890589852/6245/495d5f19-03e4-4c2e-9c4e-bef9ab6af1e1.png', 'title' => ''],
                            'Score' => ['description' => 'The product rating.', 'type' => 'number', 'format' => 'float', 'example' => '5.0', 'title' => ''],
                            'UseCount' => ['description' => 'The usage count.', 'type' => 'integer', 'format' => 'int64', 'example' => '10', 'title' => ''],
                            'GmtModified' => ['description' => 'The time when the product was last modified.', 'type' => 'integer', 'format' => 'int64', 'example' => '1578931200000', 'title' => ''],
                            'SupplierPk' => ['description' => 'The UID of the service provider.', 'type' => 'integer', 'format' => 'int64', 'example' => '1526111111****', 'title' => ''],
                            'GmtCreated' => ['description' => 'The time when the product was created.', 'type' => 'integer', 'format' => 'int64', 'example' => '1578931200000', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', 'title' => ''],
                            'ShortDescription' => ['description' => 'The short description of the product.', 'type' => 'string', 'example' => '该镜像为LNMP(Ubuntu16.04 64位+Nginx+MySQL5.6+PHP5.3)', 'title' => ''],
                            'Description' => ['description' => 'The detailed description of the product. HTML is supported.', 'type' => 'string', 'example' => '<div>基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!</div>', 'title' => ''],
                            'Code' => ['description' => 'The commodity code of the product.', 'type' => 'string', 'example' => 'cmjj01**45', 'title' => ''],
                            'AuditFailMsg' => ['description' => 'The reason for the audit failure. This parameter is returned when QueryDraft is set to true.', 'type' => 'string', 'example' => '功能验收不通过', 'title' => ''],
                            'Name' => ['description' => 'The product name.', 'type' => 'string', 'example' => 'LNMP环境(Ubuntu16.04 Nginx PHP5.3)', 'title' => ''],
                            'AuditTime' => ['description' => 'The audit time. This parameter is returned when QueryDraft is set to true.', 'type' => 'integer', 'format' => 'int64', 'example' => '1581609600000', 'title' => ''],
                            'AuditStatus' => ['description' => 'The audit status. This parameter is returned when QueryDraft is set to true. Valid values:'."\n"
                                .'- draft: not submitted'."\n"
                                .'- security_ing: security audit in progress'."\n"
                                .'- security_fail: security audit failed'."\n"
                                .'- function_ing: functional audit in progress'."\n"
                                .'- function_fail: functional audit failed'."\n"
                                .'- info_ing: product information audit in progress'."\n"
                                .'- info_fail: product information audit failed'."\n"
                                .'- success: succeeded.', 'type' => 'string', 'example' => 'function_fail', 'title' => ''],
                            'ShopInfo' => [
                                'description' => 'The shop information.',
                                'type' => 'object',
                                'properties' => [
                                    'Name' => ['description' => 'The shop name.', 'type' => 'string', 'example' => '**科学公司', 'title' => ''],
                                    'Emails' => ['description' => 'The email address.', 'type' => 'string', 'example' => '46**41@example.com', 'title' => ''],
                                    'Id' => ['description' => 'The shop ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '123', 'title' => ''],
                                    'WangWangs' => [
                                        'type' => 'object',
                                        'itemNode' => true,
                                        'properties' => [
                                            'WangWang' => [
                                                'description' => 'The TradeManager information.',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'Remark' => ['description' => 'The remarks.', 'type' => 'string', 'example' => '123', 'title' => ''],
                                                        'UserName' => ['description' => 'The TradeManager username.', 'type' => 'string', 'example' => 'ABC', 'title' => ''],
                                                    ],
                                                    'description' => '',
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                                'title' => '',
                                                'example' => '',
                                            ],
                                        ],
                                        'description' => '',
                                        'title' => '',
                                        'example' => '',
                                    ],
                                    'Telephones' => [
                                        'type' => 'object',
                                        'itemNode' => true,
                                        'properties' => [
                                            'Telephone' => [
                                                'type' => 'array',
                                                'items' => ['description' => 'The phone number.', 'type' => 'string', 'example' => '{1386658****, 1386658****}', 'title' => ''],
                                                'description' => '',
                                                'title' => '',
                                                'example' => '',
                                            ],
                                        ],
                                        'description' => '',
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                            'ProductSkus' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'ProductSku' => [
                                        'description' => 'The product SKU information.',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Hidden' => ['description' => 'Indicates whether the SKU is hidden.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                                                'Code' => ['description' => 'The SKU code.', 'type' => 'string', 'example' => 'cmjj01****-Package', 'title' => ''],
                                                'Constraints' => ['description' => 'The SKU module constraints in JSON format.', 'type' => 'string', 'example' => '{\\"img_id\\":{\\"img_version|img_region\\":{\\"V1.7|cn-shenzhen-st3-a01\\":[\\"m-wz9ho4hmos0lpxcldqoq\\"]}}', 'title' => ''],
                                                'Name' => ['description' => 'The SKU name.', 'type' => 'string', 'example' => '21', 'title' => ''],
                                                'ChargeType' => ['description' => 'The billing method. Valid values:'."\n"
                                                    ."\n"
                                                    .'* POSTPAY: pay-as-you-go'."\n"
                                                    .'* PREPAY: subscription.', 'type' => 'string', 'example' => 'PREPAY', 'title' => ''],
                                                'OrderPeriods' => [
                                                    'type' => 'object',
                                                    'itemNode' => true,
                                                    'properties' => [
                                                        'OrderPeriod' => [
                                                            'description' => 'The available order periods.',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'Name' => ['description' => 'The name of the order period.', 'type' => 'string', 'example' => '小时', 'title' => ''],
                                                                    'PeriodType' => ['description' => 'The time unit for subscription.', 'type' => 'string', 'example' => 'HOUR', 'title' => ''],
                                                                ],
                                                                'description' => '',
                                                                'title' => '',
                                                                'example' => '',
                                                            ],
                                                            'title' => '',
                                                            'example' => '',
                                                        ],
                                                    ],
                                                    'description' => '',
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                                'Modules' => [
                                                    'type' => 'object',
                                                    'itemNode' => true,
                                                    'properties' => [
                                                        'Module' => [
                                                            'description' => 'The SKU module information.',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'Code' => ['description' => 'The module code.', 'type' => 'string', 'example' => 'img_id', 'title' => ''],
                                                                    'Name' => ['description' => 'The module name.', 'type' => 'string', 'example' => '镜像ID', 'title' => ''],
                                                                    'Id' => ['description' => 'The module ID.', 'type' => 'string', 'example' => '248220', 'title' => ''],
                                                                    'Properties' => [
                                                                        'type' => 'object',
                                                                        'itemNode' => true,
                                                                        'properties' => [
                                                                            'Property' => [
                                                                                'description' => 'The available values for the module.',
                                                                                'type' => 'array',
                                                                                'items' => [
                                                                                    'type' => 'object',
                                                                                    'properties' => [
                                                                                        'Key' => ['description' => 'The English name.', 'type' => 'string', 'example' => 'img_id', 'title' => ''],
                                                                                        'ShowType' => ['description' => 'The display style type. Valid values:'."\n"
                                                                                            .'- number: number'."\n"
                                                                                            .'- string: string'."\n"
                                                                                            .'- radio: radio button.', 'type' => 'string', 'example' => 'number', 'title' => ''],
                                                                                        'Name' => ['description' => 'The Chinese name.', 'type' => 'string', 'example' => '镜像ID', 'title' => ''],
                                                                                        'DisplayUnit' => ['description' => 'The display unit.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                                                                        'PropertyValues' => [
                                                                                            'type' => 'object',
                                                                                            'itemNode' => true,
                                                                                            'properties' => [
                                                                                                'PropertyValue' => [
                                                                                                    'description' => 'The property value.',
                                                                                                    'type' => 'array',
                                                                                                    'items' => [
                                                                                                        'type' => 'object',
                                                                                                        'properties' => [
                                                                                                            'DisplayName' => ['description' => 'The display name.', 'type' => 'string', 'example' => '华北 1_V1.1', 'title' => ''],
                                                                                                            'Type' => ['description' => 'The property value type.', 'type' => 'string', 'example' => 'single_string', 'title' => ''],
                                                                                                            'Step' => ['description' => 'The step value.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                                                                                            'Value' => ['description' => 'The property value.', 'type' => 'string', 'example' => 'm-28e213e7t', 'title' => ''],
                                                                                                            'Max' => ['description' => 'The maximum value.', 'type' => 'string', 'example' => '123', 'title' => ''],
                                                                                                            'Remark' => ['description' => 'The remarks.', 'type' => 'string', 'example' => 'abc', 'title' => ''],
                                                                                                            'Min' => ['description' => 'The minimum value.', 'type' => 'string', 'example' => '11', 'title' => ''],
                                                                                                        ],
                                                                                                        'description' => '',
                                                                                                        'title' => '',
                                                                                                        'example' => '',
                                                                                                    ],
                                                                                                    'title' => '',
                                                                                                    'example' => '',
                                                                                                ],
                                                                                            ],
                                                                                            'description' => '',
                                                                                            'title' => '',
                                                                                            'example' => '',
                                                                                        ],
                                                                                    ],
                                                                                    'description' => '',
                                                                                    'title' => '',
                                                                                    'example' => '',
                                                                                ],
                                                                                'title' => '',
                                                                                'example' => '',
                                                                            ],
                                                                        ],
                                                                        'description' => '',
                                                                        'title' => '',
                                                                        'example' => '',
                                                                    ],
                                                                ],
                                                                'description' => '',
                                                                'title' => '',
                                                                'example' => '',
                                                            ],
                                                            'title' => '',
                                                            'example' => '',
                                                        ],
                                                    ],
                                                    'description' => '',
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                            ],
                                            'description' => '',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                            'ProductExtras' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'ProductExtra' => [
                                        'description' => 'The additional product information:'."\n"
                                            ."\n"
                                            .'* product_advantage: product highlights'."\n"
                                            .'* product_shot: product screenshots'."\n"
                                            .'* product_guide: user guide'."\n"
                                            .'* product_support: after-sales support scope'."\n"
                                            .'* product_aptitude: product qualifications'."\n"
                                            .'* product_direction: product description'."\n"
                                            .'* product_case: customer use cases.',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Type' => ['description' => 'The extension type. Valid values:'."\n"
                                                    ."\n"
                                                    .'* HTML'."\n"
                                                    .'* LIST'."\n"
                                                    .'* JSON'."\n"
                                                    .'* SLIDER'."\n"
                                                    .'* LINK'."\n"
                                                    .'* IMG.', 'type' => 'string', 'example' => 'HTML', 'title' => ''],
                                                'Key' => ['description' => 'The English identifier of the extension.', 'type' => 'string', 'example' => 'product_advantage', 'title' => ''],
                                                'Label' => ['description' => 'The Chinese identifier of the extension.', 'type' => 'string', 'example' => '产品亮点', 'title' => ''],
                                                'Order' => ['description' => 'The sort order.', 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''],
                                                'Values' => ['description' => 'The data values of the extension.', 'type' => 'string', 'example' => '\\"1. 基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!\\"', 'title' => ''],
                                            ],
                                            'description' => '',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'DeniedModify', 'errorMessage' => 'You are not authorized to call the specified API operation.', 'description' => 'You are not authorized to call the specified API operation.'],
                ],
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                ],
            ],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"FrontCategoryId\\": 523617212,\\n  \\"Status\\": \\"1\\",\\n  \\"Type\\": \\"MIRROR\\",\\n  \\"PicUrl\\": \\"https://oss.aliyuncs.com/photogallery/photo/1930532890589852/6245/495d5f19-03e4-4c2e-9c4e-bef9ab6af1e1.png\\",\\n  \\"Score\\": 5,\\n  \\"UseCount\\": 10,\\n  \\"GmtModified\\": 1578931200000,\\n  \\"SupplierPk\\": 0,\\n  \\"GmtCreated\\": 1578931200000,\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n  \\"ShortDescription\\": \\"该镜像为LNMP(Ubuntu16.04 64位+Nginx+MySQL5.6+PHP5.3)\\",\\n  \\"Description\\": \\"<div>基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!</div>\\",\\n  \\"Code\\": \\"cmjj01**45\\",\\n  \\"AuditFailMsg\\": \\"功能验收不通过\\",\\n  \\"Name\\": \\"LNMP环境(Ubuntu16.04 Nginx PHP5.3)\\",\\n  \\"AuditTime\\": 1581609600000,\\n  \\"AuditStatus\\": \\"function_fail\\",\\n  \\"ShopInfo\\": {\\n    \\"Name\\": \\"**科学公司\\",\\n    \\"Emails\\": \\"46**41@example.com\\",\\n    \\"Id\\": 123,\\n    \\"WangWangs\\": {\\n      \\"WangWang\\": [\\n        {\\n          \\"Remark\\": \\"123\\",\\n          \\"UserName\\": \\"ABC\\"\\n        }\\n      ]\\n    },\\n    \\"Telephones\\": {\\n      \\"Telephone\\": [\\n        \\"{1386658****, 1386658****}\\"\\n      ]\\n    }\\n  },\\n  \\"ProductSkus\\": {\\n    \\"ProductSku\\": [\\n      {\\n        \\"Hidden\\": true,\\n        \\"Code\\": \\"cmjj01****-Package\\",\\n        \\"Constraints\\": \\"{\\\\\\\\\\\\\\"img_id\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"img_version|img_region\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"V1.7|cn-shenzhen-st3-a01\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"m-wz9ho4hmos0lpxcldqoq\\\\\\\\\\\\\\"]}}\\",\\n        \\"Name\\": \\"21\\",\\n        \\"ChargeType\\": \\"PREPAY\\",\\n        \\"OrderPeriods\\": {\\n          \\"OrderPeriod\\": [\\n            {\\n              \\"Name\\": \\"小时\\",\\n              \\"PeriodType\\": \\"HOUR\\"\\n            }\\n          ]\\n        },\\n        \\"Modules\\": {\\n          \\"Module\\": [\\n            {\\n              \\"Code\\": \\"img_id\\",\\n              \\"Name\\": \\"镜像ID\\",\\n              \\"Id\\": \\"248220\\",\\n              \\"Properties\\": {\\n                \\"Property\\": [\\n                  {\\n                    \\"Key\\": \\"img_id\\",\\n                    \\"ShowType\\": \\"number\\",\\n                    \\"Name\\": \\"镜像ID\\",\\n                    \\"DisplayUnit\\": \\"1\\",\\n                    \\"PropertyValues\\": {\\n                      \\"PropertyValue\\": [\\n                        {\\n                          \\"DisplayName\\": \\"华北 1_V1.1\\",\\n                          \\"Type\\": \\"single_string\\",\\n                          \\"Step\\": \\"1\\",\\n                          \\"Value\\": \\"m-28e213e7t\\",\\n                          \\"Max\\": \\"123\\",\\n                          \\"Remark\\": \\"abc\\",\\n                          \\"Min\\": \\"11\\"\\n                        }\\n                      ]\\n                    }\\n                  }\\n                ]\\n              }\\n            }\\n          ]\\n        }\\n      }\\n    ]\\n  },\\n  \\"ProductExtras\\": {\\n    \\"ProductExtra\\": [\\n      {\\n        \\"Type\\": \\"HTML\\",\\n        \\"Key\\": \\"product_advantage\\",\\n        \\"Label\\": \\"产品亮点\\",\\n        \\"Order\\": 0,\\n        \\"Values\\": \\"\\\\\\\\\\\\\\"1. 基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!\\\\\\\\\\\\\\"\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => 'Query details of a specified product',
            'summary' => 'Queries the details of a specified product by calling DescribeProduct.',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeProduct'],
                ],
            ],
            'ramActions' => [],
        ],
        'DescribeProducts' => [
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'SearchTerm',
                    'in' => 'query',
                    'schema' => ['description' => 'The search keyword.', 'type' => 'string', 'required' => false, 'example' => '镜像', 'title' => ''],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The number of products to display per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', 'title' => ''],
                ],
                [
                    'name' => 'Filter',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => 'The list of filter conditions.',
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => 'The category of the search tag. Valid values:'."\n"
                                    ."\n"
                                    .'* sort: the sorting method'."\n"
                                    .'* categoryId: the category ID'."\n"
                                    .'* productType: the product type'."\n"
                                    .'* aliyunUid: the Alibaba Cloud account ID of the service provider that owns the product.', 'type' => 'string', 'required' => false, 'example' => 'categoryId', 'title' => ''],
                                'Value' => ['description' => 'The value of the search label:'."\n"
                                    ."\n\n"
                                    .'- sort'."\n"
                                    .'  - user_count-desc: number of transactions in the last 180 days'."\n"
                                    .'  - created_on-desc: creation time'."\n"
                                    .'  - price-desc: price'."\n"
                                    .'  - score-desc: rating'."\n"
                                    ."\n"
                                    .'- categoryId '."\n"
                                    .'  - Software Marketplace  53366009'."\n"
                                    .'    + Runtime Environment  53448001'."\n"
                                    .'    - Management & Monitoring  53690006'."\n"
                                    .'    - Website Building System  53616009'."\n"
                                    .'    - Application Development  55530001'."\n"
                                    .'    - Database  56024006'."\n"
                                    .'    - Server Software  56014009'."\n"
                                    .'    - Network Feature Software  56368007'."\n"
                                    .'    - Operating System  57742013'."\n"
                                    .'  - Service Marketplace  52734001'."\n"
                                    .'    - Data Migration  52738004'."\n"
                                    .'    - Environment Configuration  52746001'."\n"
                                    .'    - Troubleshooting  52740002'."\n"
                                    .'    - Security O&M  52732002'."\n"
                                    .'    - Custom Development  56082003'."\n"
                                    .'    - Training & Certification  57252001'."\n"
                                    .'    - Dedicated Line Access  57392001'."\n"
                                    .'    - Enterprise Services  56838014'."\n"
                                    .'    - Security Services  57004003'."\n"
                                    .'  - Website Building Marketplace  52738001'."\n"
                                    .'    - Enterprise Display  52738005'."\n"
                                    .'    - E-commerce  52750001'."\n"
                                    .'    - Mobile Website  52752001'."\n"
                                    .'    - Design  52732003'."\n"
                                    .'    - Information Portal  52744002'."\n"
                                    .'    - After-sales Service  52744003'."\n"
                                    .'    - Community Forum  55586021'."\n"
                                    .'    - Mobile Marketing  55514022'."\n"
                                    .'    - Template Website  56598032'."\n"
                                    .'    - Website Hosting  57342011'."\n"
                                    .'  - Cloud Security Marketplace  56764045'."\n"
                                    .'    + Host Security  56832023'."\n"
                                    .'    + Application Security  56846020'."\n"
                                    .'    + Data Security  56824015'."\n"
                                    .'    + Security Management  56830014'."\n"
                                    .'    + Network Security  56820014'."\n"
                                    .'  - Enterprise Applications  56832009'."\n"
                                    .'    - Office Management  56778013'."\n"
                                    .'    - Financial Management  56764034'."\n"
                                    .'    - HR Management  56780006'."\n"
                                    .'    - Sales Management  56842010'."\n"
                                    .'    - Advertising & Marketing  56842011'."\n"
                                    .'    - Foreign Trade  56790007'."\n"
                                    .'    - Cloud Communications  57602001'."\n"
                                    .'    - Supply Chain Management  57604001'."\n"
                                    .'    - Data Services  57606001'."\n"
                                    .'  - Solutions  56848023'."\n"
                                    .'    - E-commerce  56848024'."\n"
                                    .'    - Finance  56820017'."\n"
                                    .'    - Logistics  56776025'."\n"
                                    .'    - Government  56842031'."\n"
                                    .'    - Multimedia  56784018'."\n"
                                    .'    - IoT  56794026'."\n"
                                    .'    - Big Data  56792022'."\n"
                                    .'  - API Marketplace  56956004'."\n"
                                    .'    - E-commerce  56928004'."\n"
                                    .'    - Finance & Investment  57000002'."\n"
                                    .'    - Transportation & Geography  57002002'."\n"
                                    .'    - Enterprise Management  56928005'."\n"
                                    .'    - Public Affairs  57002003'."\n"
                                    .'    - Meteorology & Water Resources  57096001'."\n"
                                    .'    - Artificial Intelligence  57124001'."\n"
                                    .'    - Lifestyle Services  57126001'."\n"
                                    .'  - IoT Marketplace  201194001'."\n"
                                    .'    - Integrated Systems  201196001'."\n"
                                    .'    - Smart Hardware  201198001'."\n"
                                    .'    - Modules  201200001'."\n"
                                    .'    - Sensors  201192002'."\n"
                                    .'    - Chips  201202001'."\n"
                                    .'    - IoT Applications  201196002'."\n"
                                    .'    - IoT Services  201196003'."\n"
                                    .'  - Data Intelligence  201204005'."\n"
                                    .'    - Data Analytics & Visualization  201190008'."\n"
                                    .'    - Public Opinion Analysis  201198004'."\n"
                                    .'    - E-commerce & Marketing  201202006'."\n"
                                    .'    - Artificial Intelligence  201204006'."\n"
                                    .'    - Meteorology & Transportation  201214006'."\n"
                                    .'    - Finance & Accounting  201208013'."\n"
                                    .'- productType:'."\n"
                                    .'  - APP: application'."\n"
                                    .'  - SERVICE: service'."\n"
                                    .'  - MIRROR: image'."\n"
                                    .'  - DOWNLOAD: download'."\n"
                                    .'  - API_SERVICE: API.', 'type' => 'string', 'required' => false, 'example' => '53366009', 'title' => ''],
                            ],
                            'required' => false,
                            'description' => '',
                            'title' => '',
                            'example' => '',
                        ],
                        'required' => false,
                        'maxItems' => 5,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'A077D99E-0C4D-421E-A5D4-F533F6657817', 'title' => ''],
                            'PageNumber' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                            'PageSize' => ['description' => 'The number of products displayed per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''],
                            'TotalCount' => ['description' => 'The total number of products that match the search conditions.', 'type' => 'integer', 'format' => 'int32', 'example' => '75', 'title' => ''],
                            'ProductItems' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'ProductItem' => [
                                        'description' => 'The product information.',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'PriceInfo' => ['description' => 'The price information.', 'type' => 'string', 'example' => '{\'DiscountPrice\': 0.0, \'TradePrice\': 15750.0, \'Currency\': \'CNY\', \'OriginalPrice\': 15750.0, \'RuleIds\': {\'RuleId\': []}, \'Coupons\': {\'Coupon\': []}}', 'title' => ''],
                                                'DeliveryWay' => ['description' => 'The delivery method.', 'type' => 'string', 'example' => '镜像', 'title' => ''],
                                                'ImageUrl' => ['description' => 'The image URL.', 'type' => 'string', 'example' => 'https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7549/767d6d07-8366-4822-b84e-61f6ea10d146.png', 'title' => ''],
                                                'WarrantyDate' => ['description' => 'The warranty period.', 'type' => 'string', 'example' => '1天', 'title' => ''],
                                                'Tags' => ['description' => 'The product tags.', 'type' => 'string', 'example' => '企业,上云,Windows,Windows server 2012,Apache,Nginx,Windows面板', 'title' => ''],
                                                'Score' => ['description' => 'The rating.', 'type' => 'string', 'example' => '5.0', 'title' => ''],
                                                'SupplierId' => ['description' => 'The supplier ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '228399', 'title' => ''],
                                                'OperationSystem' => ['description' => 'The delivery time.', 'type' => 'string', 'example' => 'windows', 'title' => ''],
                                                'ShortDescription' => ['description' => 'The short description of the product.', 'type' => 'string', 'example' => '【定制建站一条龙服务+阿里云独享服务器】由客户经理与设计师提供一对一服务,应用标准化全自动服务流程体系,帮助企业轻松拥有官方网站。该建站产品与<em>ECS</em>下单时同时购买,<em>ECS</em>最低配置1核1G即可。购买须知:请在购买<em>ECS</em>配置安全组时选择HTTP:80端口 ...', 'title' => ''],
                                                'DeliveryDate' => ['description' => 'The delivery time.', 'type' => 'string', 'example' => '1天', 'title' => ''],
                                                'TargetUrl' => ['description' => 'The URL of the product page.', 'type' => 'string', 'example' => '/products/53616009/cmjj02****.html', 'title' => ''],
                                                'Code' => ['description' => 'The product code.', 'type' => 'string', 'example' => 'cmjj02****', 'title' => ''],
                                                'CategoryId' => ['description' => 'The category ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '53398003', 'title' => ''],
                                                'Name' => ['description' => 'The product name.', 'type' => 'string', 'example' => 'PHP多版本环境(Windows2012 | phpStudy)', 'title' => ''],
                                                'SuggestedPrice' => ['description' => 'The suggested price.', 'type' => 'string', 'example' => '10元/月', 'title' => ''],
                                                'SupplierName' => ['description' => 'The supplier name.', 'type' => 'string', 'example' => '长沙****有限公司', 'title' => ''],
                                            ],
                                            'description' => '',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                    ['errorCode' => 'Invalid.CategoryId', 'errorMessage' => 'The specified CategoryId is invalid.', 'description' => 'The specified CategoryId is invalid.'],
                    ['errorCode' => 'Invalid.Sort', 'errorMessage' => 'The specified Sort is invalid.', 'description' => 'The specified Sort is invalid.'],
                    ['errorCode' => 'Invalid.Param', 'errorMessage' => 'The specified Filter key is invalid.', 'description' => 'The specified Filter key is invalid.'],
                ],
            ],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A077D99E-0C4D-421E-A5D4-F533F6657817\\",\\n  \\"PageNumber\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"TotalCount\\": 75,\\n  \\"ProductItems\\": {\\n    \\"ProductItem\\": [\\n      {\\n        \\"PriceInfo\\": \\"{\'DiscountPrice\': 0.0, \'TradePrice\': 15750.0, \'Currency\': \'CNY\', \'OriginalPrice\': 15750.0, \'RuleIds\': {\'RuleId\': []}, \'Coupons\': {\'Coupon\': []}}\\",\\n        \\"DeliveryWay\\": \\"镜像\\",\\n        \\"ImageUrl\\": \\"https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7549/767d6d07-8366-4822-b84e-61f6ea10d146.png\\",\\n        \\"WarrantyDate\\": \\"1天\\",\\n        \\"Tags\\": \\"企业,上云,Windows,Windows server 2012,Apache,Nginx,Windows面板\\",\\n        \\"Score\\": \\"5.0\\",\\n        \\"SupplierId\\": 228399,\\n        \\"OperationSystem\\": \\"windows\\",\\n        \\"ShortDescription\\": \\"【定制建站一条龙服务+阿里云独享服务器】由客户经理与设计师提供一对一服务,应用标准化全自动服务流程体系,帮助企业轻松拥有官方网站。该建站产品与<em>ECS</em>下单时同时购买,<em>ECS</em>最低配置1核1G即可。购买须知:请在购买<em>ECS</em>配置安全组时选择HTTP:80端口 ...\\",\\n        \\"DeliveryDate\\": \\"1天\\",\\n        \\"TargetUrl\\": \\"/products/53616009/cmjj02****.html\\",\\n        \\"Code\\": \\"cmjj02****\\",\\n        \\"CategoryId\\": 53398003,\\n        \\"Name\\": \\"PHP多版本环境(Windows2012 | phpStudy)\\",\\n        \\"SuggestedPrice\\": \\"10元/月\\",\\n        \\"SupplierName\\": \\"长沙****有限公司\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => 'DescribeProducts',
            'summary' => 'Retrieves a list of products that meet the specified conditions along with their details.',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
        ],
        'DescribeProjectAttachments' => [
            'summary' => 'Calls DescribeProjectAttachments to retrieve the list of project attachments.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace business.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['description' => 'The success status identifier.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'e03a9f78-7b40-4fb3-a015-350913e37e3f', 'title' => ''],
                            'Result' => [
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'FileLinkGmtExpired' => ['description' => 'The expiration time of the file URL (UNIX timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1589334682404', 'title' => ''],
                                        'StepNo' => ['description' => 'The sequence number of the process node.', 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''],
                                        'AttachmentToken' => ['description' => 'The MD5 hash of the attachment.', 'type' => 'string', 'example' => 'Mzc4NDAtODQ3MjY4MzI=', 'title' => ''],
                                        'FileName' => ['description' => 'The file name.', 'type' => 'string', 'example' => 'f8-test-perview.jpeg', 'title' => ''],
                                        'OperatorRole' => ['description' => 'The role of the operator.', 'type' => 'string', 'example' => 'Provider', 'title' => ''],
                                        'NodeName' => ['description' => 'The node name.', 'type' => 'string', 'example' => '等待服务开通', 'title' => ''],
                                        'OperatorName' => ['description' => 'The name of the operator.', 'type' => 'string', 'example' => '**科技技术有限公司', 'title' => ''],
                                        'FileLink' => ['description' => 'The file access URL.', 'type' => 'string', 'example' => 'http://delivery-center.oss-cn-shanghai.aliyuncs.com/6a8****0e2/e0a***f3.jpg?Expires=1589334682&OSSAccessKeyId=wI2r*********&Signature=JWB39pUxs7RCqrcw58qXPEGu6M0%3D', 'title' => ''],
                                        'GmtCreate' => ['description' => 'The time when the attachment was uploaded (UNIX timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1587968858000', 'title' => ''],
                                        'FileSuffix' => ['description' => 'The file name extension.', 'type' => 'string', 'example' => 'jpg', 'title' => ''],
                                        'Operator' => ['description' => 'The Alibaba Cloud UID of the operator.', 'type' => 'integer', 'format' => 'int64', 'example' => '45261111****', 'title' => ''],
                                        'Content' => ['description' => 'The content text.', 'type' => 'string', 'example' => '无', 'title' => ''],
                                        'NodeId' => ['description' => 'The ID of the process node where the attachment was uploaded.', 'type' => 'integer', 'format' => 'int64', 'example' => '8472', 'title' => ''],
                                        'AttachmentType' => ['description' => 'The attachment type.', 'type' => 'string', 'example' => 'File', 'title' => ''],
                                        'FileSize' => ['description' => 'The file size, in bytes.', 'type' => 'integer', 'format' => 'int64', 'example' => '109124', 'title' => ''],
                                    ],
                                    'description' => '',
                                    'title' => '',
                                    'example' => '',
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Retrieve project attachments',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeProjectAttachments',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"e03a9f78-7b40-4fb3-a015-350913e37e3f\\",\\n  \\"Result\\": [\\n    {\\n      \\"FileLinkGmtExpired\\": 1589334682404,\\n      \\"StepNo\\": 3,\\n      \\"AttachmentToken\\": \\"Mzc4NDAtODQ3MjY4MzI=\\",\\n      \\"FileName\\": \\"f8-test-perview.jpeg\\",\\n      \\"OperatorRole\\": \\"Provider\\",\\n      \\"NodeName\\": \\"等待服务开通\\",\\n      \\"OperatorName\\": \\"**科技技术有限公司\\",\\n      \\"FileLink\\": \\"http://delivery-center.oss-cn-shanghai.aliyuncs.com/6a8****0e2/e0a***f3.jpg?Expires=1589334682&OSSAccessKeyId=wI2r*********&Signature=JWB39pUxs7RCqrcw58qXPEGu6M0%3D\\",\\n      \\"GmtCreate\\": 1587968858000,\\n      \\"FileSuffix\\": \\"jpg\\",\\n      \\"Operator\\": 0,\\n      \\"Content\\": \\"无\\",\\n      \\"NodeId\\": 8472,\\n      \\"AttachmentType\\": \\"File\\",\\n      \\"FileSize\\": 109124\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'DescribeProjectInfo' => [
            'summary' => 'Calls DescribeProjectInfo to query project information.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The business instance ID in Cloud Marketplace.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ee3e1b3b-6c38-4bcf-be40-5a946cfda761', 'title' => ''],
                            'Result' => [
                                'description' => 'The returned result.',
                                'type' => 'object',
                                'properties' => [
                                    'ProductName' => ['description' => 'The name of the Cloud Marketplace product.', 'type' => 'string', 'example' => '公司宝****记账', 'title' => ''],
                                    'ProjectStatus' => ['description' => 'The execution status of the project. Valid values:'."\n"
                                        ."\n"
                                        .'- Starting: In progress.'."\n"
                                        .'- Cancel: Canceled.'."\n"
                                        .'- Pause: Paused.'."\n"
                                        .'- Finish: Completed.', 'type' => 'string', 'example' => 'Starting', 'title' => ''],
                                    'CustomerAliUid' => ['description' => 'The Alibaba Cloud UID of the customer.', 'type' => 'integer', 'format' => 'int64', 'example' => '27291111****', 'title' => ''],
                                    'TemplateType' => ['description' => 'The template type of the project. Valid values:'."\n"
                                        ."\n"
                                        .'- Public: Public template.'."\n"
                                        .'- Private: Private template.', 'type' => 'string', 'example' => 'Public', 'title' => ''],
                                    'InstanceId' => ['description' => 'The business instance ID in Cloud Marketplace.', 'type' => 'string', 'example' => '4****89', 'title' => ''],
                                    'ProductSkuName' => ['description' => 'The name of the Cloud Marketplace product SKU.', 'type' => 'string', 'example' => '小***纳税人', 'title' => ''],
                                    'FinalStepNo' => ['description' => 'The sequence number of the last step.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                    'CurrentStepNo' => ['description' => 'The current step in the process.', 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''],
                                    'GmtExpired' => ['description' => 'The expiration time of the project. The value is a UNIX timestamp.', 'type' => 'integer', 'format' => 'int64', 'example' => '1620403200000', 'title' => ''],
                                    'GmtFinished' => ['description' => 'The completion time of the project. The value is a UNIX timestamp.', 'type' => 'integer', 'format' => 'int64', 'example' => '1620403200000', 'title' => ''],
                                    'ProductSkuCode' => ['description' => 'The code of the Cloud Marketplace product SKU.', 'type' => 'string', 'example' => 'yuncode****500001', 'title' => ''],
                                    'GmtCreate' => ['description' => 'The creation time of the project. The value is a UNIX timestamp.', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834324000', 'title' => ''],
                                    'SupplierAliUid' => ['description' => 'The UID of the supplier to which the project belongs.', 'type' => 'integer', 'format' => 'int64', 'example' => '45121111****', 'title' => ''],
                                    'FinishType' => ['description' => 'The completion method of the project. Valid values:'."\n"
                                        ."\n"
                                        .'- null: The default value for unfinished projects.'."\n"
                                        .'- CustomerConfirm: Manually confirmed by the customer.'."\n"
                                        .'- SystemAutoConfirm: Automatically confirmed by the system due to timeout.', 'type' => 'string', 'example' => 'null', 'title' => ''],
                                    'TemplateId' => ['description' => 'The ID of the process template to which the project belongs.', 'type' => 'integer', 'format' => 'int64', 'example' => '410', 'title' => ''],
                                    'OrderId' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '2059111111111', 'title' => ''],
                                    'ProductCode' => ['description' => 'The product code.', 'type' => 'string', 'example' => 'cmgj***055', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Query Project Information',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeProjectInfo',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"ee3e1b3b-6c38-4bcf-be40-5a946cfda761\\",\\n  \\"Result\\": {\\n    \\"ProductName\\": \\"公司宝****记账\\",\\n    \\"ProjectStatus\\": \\"Starting\\",\\n    \\"CustomerAliUid\\": 0,\\n    \\"TemplateType\\": \\"Public\\",\\n    \\"InstanceId\\": \\"4****89\\",\\n    \\"ProductSkuName\\": \\"小***纳税人\\",\\n    \\"FinalStepNo\\": 4,\\n    \\"CurrentStepNo\\": 3,\\n    \\"GmtExpired\\": 1620403200000,\\n    \\"GmtFinished\\": 1620403200000,\\n    \\"ProductSkuCode\\": \\"yuncode****500001\\",\\n    \\"GmtCreate\\": 1588834324000,\\n    \\"SupplierAliUid\\": 0,\\n    \\"FinishType\\": \\"null\\",\\n    \\"TemplateId\\": 410,\\n    \\"OrderId\\": 2059111111111,\\n    \\"ProductCode\\": \\"cmgj***055\\"\\n  }\\n}","type":"json"}]',
        ],
        'DescribeProjectMessages' => [
            'summary' => 'Calls DescribeProjectMessages to retrieve the list of project workflow messages.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace business instance.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
                [
                    'name' => 'PageIndex',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number of the query. Each page contains 20 entries.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '00eb4de1-6cff-4f56-833e-7b1e070e398d', 'title' => ''],
                            'TotalCount' => ['description' => 'The total number of messages.', 'type' => 'integer', 'format' => 'int64', 'example' => '28', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Result' => [
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'GmtCreate' => ['description' => 'The time when the message was created, in UNIX timestamp format.', 'type' => 'integer', 'format' => 'int64', 'example' => '1589015560000', 'title' => ''],
                                        'Operator' => ['description' => 'The Alibaba Cloud UID of the user who left the message.', 'type' => 'integer', 'format' => 'int64', 'example' => '452611111****', 'title' => ''],
                                        'OperatorRole' => ['description' => 'The role of the operator. Valid values:'."\n"
                                            ."\n"
                                            .'- System: system.'."\n"
                                            .'- Custom: customer.'."\n"
                                            .'- Provider: service provider.', 'type' => 'string', 'example' => 'Provider', 'title' => ''],
                                        'Content' => ['description' => 'The content of the message.', 'type' => 'string', 'example' => '尊敬的客户您好,我们已经为您上传了方案,请您查阅,然后尽快将您的意见反馈给我们。', 'title' => ''],
                                        'OperatorName' => ['description' => 'The name of the user who left the message.', 'type' => 'string', 'example' => '***科技技术有限公司', 'title' => ''],
                                    ],
                                    'description' => '',
                                    'title' => '',
                                    'example' => '',
                                ],
                                'description' => '',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Retrieve project workflow message list',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeProjectMessages',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"00eb4de1-6cff-4f56-833e-7b1e070e398d\\",\\n  \\"TotalCount\\": 28,\\n  \\"Success\\": true,\\n  \\"Result\\": [\\n    {\\n      \\"GmtCreate\\": 1589015560000,\\n      \\"Operator\\": 0,\\n      \\"OperatorRole\\": \\"Provider\\",\\n      \\"Content\\": \\"尊敬的客户您好,我们已经为您上传了方案,请您查阅,然后尽快将您的意见反馈给我们。\\",\\n      \\"OperatorName\\": \\"***科技技术有限公司\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'DescribeProjectNodes' => [
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['description' => 'The success status identifier.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '937fee1f-26bb-4b6e-8def-977a6bdaa1e5', 'title' => ''],
                            'Result' => [
                                'description' => 'None.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The node execution result.',
                                    'type' => 'object',
                                    'properties' => [
                                        'NextNodeId' => ['description' => 'The ID of the next flow node.', 'type' => 'integer', 'format' => 'int64', 'example' => '8472', 'title' => ''],
                                        'StepNo' => ['description' => 'The sequence number of the flow node.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''],
                                        'AutoFinishNode' => ['description' => 'Indicates whether the node automatically completes upon timeout.', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                                        'FinalStepNo' => ['description' => 'The sequence number of the final flow node.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                        'PreviousNodeId' => ['description' => 'The ID of the previous flow node.', 'type' => 'integer', 'format' => 'int64', 'example' => '8470', 'title' => ''],
                                        'ParentNodeId' => ['description' => 'The ID of the parent flow node.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''],
                                        'GmtExpired' => ['description' => 'The timeout time of the flow node (UNIX timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', 'title' => ''],
                                        'OperatorRole' => ['description' => 'The role of the operator. Valid values:'."\n"
                                            ."\n"
                                            .'- System: system.'."\n"
                                            .'- Custom: customer.'."\n"
                                            .'- Provider: service provider.', 'type' => 'string', 'example' => 'System', 'title' => ''],
                                        'GmtStart' => ['description' => 'The start time of the flow node (UNIX timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', 'title' => ''],
                                        'NodeStatus' => ['description' => 'The execution status of the node. Valid values:'."\n"
                                            .'- NotStart: not started.'."\n"
                                            .'- Starting: in progress.'."\n"
                                            .'- Cancel: canceled.'."\n"
                                            .'- Finish: completed.', 'type' => 'string', 'example' => 'Finish', 'title' => ''],
                                        'NodeName' => ['description' => 'The node name.', 'type' => 'string', 'example' => '分配服务商节点', 'title' => ''],
                                        'GmtFinished' => ['description' => 'The completion time of the flow node (UNIX timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', 'title' => ''],
                                        'AllowRollbackNode' => ['description' => 'Indicates whether rollback to the previous flow node is allowed.', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                                        'TemplateForm' => ['description' => 'The form content of the flow node.', 'type' => 'string', 'example' => '[ {"fieldKey": "TFD0","isRequired": true,"maxLength": 50, "placeHolder": "姓名","stepNum": 0,"title": "收货人姓名","type": "text" },{ "fieldKey": "TFD1","isRequired": true,"maxLength": 50,"placeHolder": "手机号码","stepNum": 1,"title": "收货人电话","type": "text"},{"fieldKey": "TFD2","isRequired": true,"maxLength": 50,"placeHolder": "省市区街道门牌号码","stepNum": 2,"title": "详细收货地址","type": "textarea"}]', 'title' => ''],
                                        'NeedAttachment' => ['description' => 'Indicates whether uploading an attachment is mandatory.', 'type' => 'boolean', 'example' => 'false', 'title' => ''],
                                        'NodeId' => ['description' => 'The flow node ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '8471', 'title' => ''],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Retrieve project flow node list',
            'summary' => 'Queries the list of project flow nodes by calling DescribeProjectNodes.',
            'description' => '**'."\n"
                .'**.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeProjectNodes',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"937fee1f-26bb-4b6e-8def-977a6bdaa1e5\\",\\n  \\"Result\\": [\\n    {\\n      \\"NextNodeId\\": 8472,\\n      \\"StepNo\\": 2,\\n      \\"AutoFinishNode\\": false,\\n      \\"FinalStepNo\\": 4,\\n      \\"PreviousNodeId\\": 8470,\\n      \\"ParentNodeId\\": 0,\\n      \\"GmtExpired\\": 1588834325000,\\n      \\"OperatorRole\\": \\"System\\",\\n      \\"GmtStart\\": 1588834325000,\\n      \\"NodeStatus\\": \\"Finish\\",\\n      \\"NodeName\\": \\"分配服务商节点\\",\\n      \\"GmtFinished\\": 1588834325000,\\n      \\"AllowRollbackNode\\": false,\\n      \\"TemplateForm\\": \\"[ {\\\\\\"fieldKey\\\\\\": \\\\\\"TFD0\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50, \\\\\\"placeHolder\\\\\\": \\\\\\"姓名\\\\\\",\\\\\\"stepNum\\\\\\": 0,\\\\\\"title\\\\\\": \\\\\\"收货人姓名\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\" },{ \\\\\\"fieldKey\\\\\\": \\\\\\"TFD1\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"手机号码\\\\\\",\\\\\\"stepNum\\\\\\": 1,\\\\\\"title\\\\\\": \\\\\\"收货人电话\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\"},{\\\\\\"fieldKey\\\\\\": \\\\\\"TFD2\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"省市区街道门牌号码\\\\\\",\\\\\\"stepNum\\\\\\": 2,\\\\\\"title\\\\\\": \\\\\\"详细收货地址\\\\\\",\\\\\\"type\\\\\\": \\\\\\"textarea\\\\\\"}]\\",\\n      \\"NeedAttachment\\": false,\\n      \\"NodeId\\": 8471\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'DescribeProjectOperateLogs' => [
            'summary' => 'Calls DescribeProjectOperateLogs to retrieve the operation logs of a project flow.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['description' => 'Indicates whether the call was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'e6037e86-657f-4194-bb6a-7b26973aec8d', 'title' => ''],
                            'Result' => [
                                'description' => 'The returned result.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The returned result.',
                                    'type' => 'object',
                                    'properties' => [
                                        'GmtCreate' => ['description' => 'The operation time (UNIX timestamp).', 'type' => 'integer', 'format' => 'int64', 'example' => '1587624497000', 'title' => ''],
                                        'Operator' => ['description' => 'The Alibaba Cloud UID of the operator.', 'type' => 'integer', 'format' => 'int64', 'example' => '0', 'title' => ''],
                                        'OperatorRole' => ['description' => 'The role of the operator. Valid values:'."\n"
                                            .'- System: system.'."\n"
                                            .'- Custom: customer.'."\n"
                                            .'- Provider: service provider.', 'type' => 'string', 'example' => 'System', 'title' => ''],
                                        'Description' => ['description' => 'The description of the operation.', 'type' => 'string', 'example' => '进入分配服务商操作人', 'title' => ''],
                                        'OperatorName' => ['description' => 'The name of the operator.', 'type' => 'string', 'example' => '系统', 'title' => ''],
                                    ],
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Retrieve project flow operation logs',
            'description' => '**'."\n"
                .'**.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'acm:DescribeProjectOperateLogs',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"e6037e86-657f-4194-bb6a-7b26973aec8d\\",\\n  \\"Result\\": [\\n    {\\n      \\"GmtCreate\\": 1587624497000,\\n      \\"Operator\\": 0,\\n      \\"OperatorRole\\": \\"System\\",\\n      \\"Description\\": \\"进入分配服务商操作人\\",\\n      \\"OperatorName\\": \\"系统\\"\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'FinishCurrentProjectNode' => [
            'summary' => 'Completes the current process by calling FinishCurrentProjectNode.',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
                [
                    'name' => 'NodeId',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID of the process node.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1924', 'title' => ''],
                ],
                [
                    'name' => 'TemplateForm',
                    'in' => 'query',
                    'schema' => ['description' => 'The form content to submit, in JSON format. Example: {"TFD0":"mr.go","TFD1":"1330010xxxx","TFD2":"Chaoyang District, Wangjing Street, Block x, No. y"}.', 'type' => 'string', 'required' => false, 'example' => '{"TFD0": "Mr.Go","TFD1": "1330010xxxx","TFD2": "北京市朝阳区望京街道X区Y号" }', 'title' => ''],
                ],
                [
                    'name' => 'Remark',
                    'in' => 'query',
                    'schema' => ['description' => 'The remarks.', 'type' => 'string', 'required' => false, 'example' => '收货地址已提交,请尽快安排发货。', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', 'title' => ''],
                            'Result' => ['description' => 'The response result.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                    ['errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', 'description' => ''],
                    ['errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Complete current process',
            'description' => '**'."\n"
                .'**.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:FinishCurrentProjectNode',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n  \\"Result\\": true,\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'ModifyInvoiceForIsv' => [
            'summary' => 'Processes invoice acceptance requests.',
            'path' => '',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'high', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Type',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The type of the current invoice. Valid values:'."\n"
                        .'- 2: digital electronic general invoice.'."\n"
                        .'- 3: digital electronic special invoice.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
                ],
                [
                    'name' => 'ElectronUrl',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The electronic invoicing URL, used for customers to download the invoice.', 'type' => 'string', 'required' => false, 'example' => 'https://oss.aliyuncs.com/xxxx.png'],
                ],
                [
                    'name' => 'InvoiceId',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The invoice application ID. This corresponds to the Result.Id field in the response of the DescribeInvoiceForIsv operation.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '4072040****'],
                ],
                [
                    'name' => 'OperateType',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The operation to perform on the current invoice. Valid values:'."\n"
                        .'- 0: issue the invoice.'."\n"
                        .'- 1: reject the invoice.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '0'],
                ],
                [
                    'name' => 'CheckNotice',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The remarks on the invoice from the service provider.', 'type' => 'string', 'required' => false, 'example' => '******'],
                ],
                [
                    'name' => 'Number',
                    'in' => 'query',
                    'schema' => ['title' => '', 'description' => 'The invoice number.', 'type' => 'string', 'required' => false, 'example' => '1897702****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'Code' => ['description' => 'The status code. A value of 200 indicates success.', 'type' => 'string', 'example' => 'cmjj01**45', 'title' => ''],
                            'Message' => ['description' => 'The error message.', 'type' => 'string', 'example' => '"成功"', 'title' => ''],
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'Result' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '5BD09171-MB74-18D8-890E-C70C067527BE', 'title' => ''],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Accept invoices for Alibaba Cloud marketplace stores',
            'description' => 'Queries information about failed subscription notifications for merchants.'."\n"
                ."\n"
                .'- If no unconfirmed notification failure information exists, TotalCount returns 0.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:ModifyInvoiceForIsv',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Code\\": \\"cmjj01**45\\",\\n  \\"Message\\": \\"\\\\\\"成功\\\\\\"\\",\\n  \\"HttpStatusCode\\": 200,\\n  \\"Result\\": true,\\n  \\"RequestId\\": \\"5BD09171-MB74-18D8-890E-C70C067527BE\\"\\n}","type":"json"}]',
        ],
        'PauseProject' => [
            'summary' => 'Calls PauseProject to pause a project.',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
                [
                    'name' => 'NodeId',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID of the current operation flow node.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1922', 'title' => ''],
                ],
                [
                    'name' => 'Remark',
                    'in' => 'query',
                    'schema' => ['description' => 'The reason for the remark.', 'type' => 'string', 'required' => false, 'example' => '等待与仓库确认库存,目前库存显示异常。', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', 'title' => ''],
                            'Result' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Success' => ['description' => 'The success status identifier.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                    ['errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', 'description' => ''],
                    ['errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', 'description' => ''],
                    ['errorCode' => 'IllegalProjectStatus', 'errorMessage' => 'Illegal project status.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Pause a project',
            'description' => '**'."\n"
                .'**.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:PauseProject',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n  \\"Result\\": true,\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'PushMeteringData' => [
            'summary' => 'Call PushMeteringData to push metering data.',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'Metering',
                    'in' => 'query',
                    'schema' => ['description' => 'The parameters in the example are described as follows:'."\n"
                        ."\n"
                        .'- InstanceId: The cloud marketplace instance ID. The parameter type is String.'."\n"
                        .'- StartTime: The metering start time. Unit: seconds (in Unix timestamp format, e.g., 1723771200). The parameter type is Long.'."\n"
                        .'- EndTime: The metering end time. Unit: seconds (in Unix timestamp format, e.g., 1723771800). The parameter type is Long.'."\n"
                        .'- Entities: The metering entity objects. The parameter type is List<Map>.'."\n"
                        .'    - Key: The name of the metering item attribute. The parameter type is String.'."\n"
                        .'        - Frequency: The number of uses (count).'."\n"
                        .'        - Period: The usage duration in hours (seconds).'."\n"
                        .'         Note: The duration unit in the request parameter is seconds, while the billing unit is hours. Therefore, the value is converted to hours during billing. For example, if you push usage of 1800 for the period 19:00-20:00 and the billing price is 1 CNY/hour, the hourly bill for that period is 1800 / 3600 x 1 = 0.5 CNY. If the amount is a decimal, it is rounded to two decimal places with any digits beyond two truncated.'."\n"
                        ."\n"
                        .'        - Storage: The storage space used (Byte).'."\n"
                        ."\n"
                        .'         Note: The unit in the request parameter is Byte, while the billing unit is MB. Therefore, the value is converted to MB during billing. For example, if you push usage of 524288 for the period 19:00-20:00 and the billing price is 1 CNY/MB, the hourly bill for that period is 524288 / 1024 / 1024 x 1 = 0.5 CNY. If the amount is a decimal, it is rounded to two decimal places with any digits beyond two truncated.'."\n"
                        ."\n"
                        .'        - NetworkOut: The outbound traffic used (Bit).'."\n"
                        ."\n"
                        .'         Note: The unit in the request parameter is Bit, while the billing unit is Mb. Therefore, the value is converted to Mb during billing. For example, if you push usage of 524288 for the period 19:00-20:00 and the billing price is 1 CNY/Mb, the hourly bill for that period is 524288 / 1024 / 1024 x 1 = 0.5 CNY. If the amount is a decimal, it is rounded to two decimal places with any digits beyond two truncated.'."\n"
                        ."\n"
                        .'        - NetworkIn: The inbound traffic used (Bit).'."\n"
                        ."\n"
                        .'         Note: The unit in the request parameter is Bit, while the billing unit is Mb. Therefore, the value is converted to Mb during billing. For example, if you push usage of 524288 for the period 19:00-20:00 and the billing price is 1 CNY/Mb, the hourly bill for that period is 524288 / 1024 / 1024 x 1 = 0.5 CNY. If the amount is a decimal, it is rounded to two decimal places with any digits beyond two truncated.'."\n"
                        ."\n"
                        .'        - Character: The number of characters (count).'."\n"
                        .'        - DailyActiveUser: The number of daily active users (DAU).'."\n"
                        .'        - PeriodMin: The usage duration in minutes (minutes).'."\n"
                        .'        - VirtualCpu: The number of virtual CPU cores.'."\n"
                        .'        - Unit: Unit (count).'."\n"
                        .'        - Memory: Memory (GB).'."\n"
                        .'        - KTokens: The number of tokens used (token).'."\n"
                        .'         Note: The unit of KTokens in the request parameter is token. You do not need to convert the value to thousands of tokens. The billing unit is thousands of tokens. Therefore, the token value in the pushed metering parameter is converted to thousands of tokens during billing. For example, if you push usage of 1500 tokens for the period 19:00-20:00, example: {"Key":"KTokens","Value":"1500","meteringAssit":"cmapi00071246-KTokens-1"}, and the billing price is 1 CNY/thousand tokens, the hourly bill for that period is 1500 / 1000 x 1 = 1.5 CNY. If the amount is a decimal, it is rounded to two decimal places with any digits beyond two truncated.'."\n"
                        .'        - Suit: Suit (set). Note that the value passed in the parameter is in sets.'."\n"
                        .'        - StorageGigaByte: StorageGigaByte (storage space in GB). Note that the unit of the value passed in the parameter is directly GB, without needing to convert to Byte or other units.'."\n"
                        .'    - Value: The metering value (value >= 0). The parameter type is Integer.'."\n"
                        .'    - meteringAssit: The multi-dimensional metering item ID. The parameter type is String. This billing item ID can be found in the product publishing backend. Billing items such as Frequency may have one or more of these values. When pushing metering data for newly published products, this parameter must be included.'."\n"
                        .'    - SerialNo: Specific to large model invocation scenarios. When using HTTP calls, set this to the requestId. When using WebSocket, set this to the uid of the single task. This parameter is only required when the product is billed by the minute. It is not required in other cases.'."\n"
                        ."\n"
                        .'**Note**:'."\n"
                        .'- Multi-dimensional metering capability: For the billing items mentioned above such as Frequency (count), Period (usage duration), PeriodMin, etc., multiple items can be supported when publishing a product. For example, a product can have multiple PeriodMin billing items, and each PeriodMin billing item generates a unique ID to identify the billing item. This billing item is generated when the product is published, and the format is like (cmapi00060317-PeriodMin-3, cmapi00060317-PeriodMin-4). When pushing metering data, the above ID must be included to enable the corresponding billing deduction. The metering data format for newly published products is as follows:'."\n"
                        .'[{"InstanceId":"1000001","StartTime":"100000000","EndTime":"100000010","Entities":[{"Key":"PeriodMin","Value":"96","meteringAssit":"cmapi00060317-PeriodMin-4"}]}].'."\n"
                        .'- The pushed metering parameters should follow the example. All parameters in the example are required. Missing data will cause the metering push to fail.', 'type' => 'string', 'required' => false, 'example' => '按小时/按天推量时:'."\n"
                        .'[{"InstanceId":"1000001","StartTime":"100000000","EndTime":"100000010","Entities":[{"Key":"PeriodMin","Value":"96","meteringAssit":"cmapi00060317-PeriodMin-4"}]}]'."\n"
                        ."\n\n"
                        .'大模型场景实时推量时:'."\n"
                        .'[{"InstanceId":"1000001","SerialNo":"210f470417561055092582279ea052","StartTime":"100000000","EndTime":"100000010","Entities":[{"Key":"PeriodMin","Value":"96","meteringAssit":"cmapi00060317-PeriodMin-4"}]}]', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Success' => ['description' => 'The success status identifier.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'Invalid.Parameter.Metering', 'errorMessage' => 'meteringAssit is empty', 'description' => ''],
                    ['errorCode' => 'Invalid.Parameter', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter is invalid.'],
                ],
                500 => [
                    ['errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', 'description' => 'An unknown error occurred.'],
                    ['errorCode' => 'Service.Flow.Control', 'errorMessage' => 'The rate throttling threshold has been exceeded.', 'description' => 'The rate throttling threshold has been exceeded.'],
                    ['errorCode' => 'Invalid.Parameter.Instance', 'errorMessage' => 'The specified Instance parameter is invalid.', 'description' => 'The specified Instance parameter is invalid.'],
                    ['errorCode' => 'Invalid.Parameter.Metering', 'errorMessage' => 'The specified Metering parameter is invalid.', 'description' => 'The specified Metering parameter is invalid.'],
                    ['errorCode' => 'Metering.Data.Exceeded', 'errorMessage' => 'The number of metering entities must not exceed 100.', 'description' => 'The number of metering entities must not exceed 100.'],
                    ['errorCode' => 'Permission.Denied', 'errorMessage' => 'You are not authorized to call the API operation. Contact the API developer to add your account to the API user whitelist.', 'description' => 'You are not authorized to call the API operation. Contact the API developer to add your account to the API user whitelist.'],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Success\\": true,\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\"\\n}","type":"json"}]',
            'title' => 'Push Metering Data',
            'description' => '### Encoding and Format Requirements'."\n"
                .'- All request parameters must be URLEncoded.'."\n"
                .'- The Metering field in the parameters must strictly follow the format in the example in this document. It has been found that many submissions are not valid JSON. Please verify the format with a JSON formatting tool before submission, otherwise the API call will fail.'."\n"
                .'### Request Frequency and Single Write Volume Limits'."\n"
                .'- For hourly/daily metering: Cloud Marketplace limits requests for each InstanceId to once per 60 seconds, and each request supports writing up to 100 metering data entries.'."\n"
                .'- For real-time metering (for large model usage scenarios): Cloud Marketplace has no frequency limit for each InstanceId, and each request supports writing up to 10 metering data entries.'."\n"
                .'### Batch Push Limits for Metering Data'."\n"
                .'- Cross-product InstanceId batch pushing is not supported. When batch pushing, ensure all InstanceIds belong to the same product.'."\n"
                .'- When batch pushing metering data, the "InstanceId" attribute must belong to instances generated by the same product. Pushing instances from multiple products simultaneously is currently not supported.'."\n"
                .'### Time Requirements for Metering Data Push'."\n"
                .'- For products billed by the hour, the billing deadline is the next hour, and metering data must be pushed on time. For example, if the metering data is for 8:10-08:20, it must be pushed before 9:59, otherwise billing will not occur. The rule for daily billing is similar: the previous day\'s data must be pushed before 1:59 of the next day, otherwise the metering push will return an error and billing will not occur.'."\n"
                .'- For products billed by the minute, real-time pushed data is aggregated by the minute and billed by the minute.'."\n"
                .'- If the product is set to real-time billing, StartTime and EndTime can have any time span, but EndTime must be greater than StartTime.'."\n"
                .'- If the product is set to non-real-time billing (i.e., hourly, daily, etc.), the interval between StartTime and EndTime must be greater than 5 minutes.'."\n"
                .'### Timeliness of Pushing and Billing'."\n"
                .'- If the instance status has expired, metering data pushed after the instance expiration will not be billed. For example, if the instance expired at 2025-07-09 12:20:00, metering data pushed for the period 2025-07-09 13:00:00-2025-07-09 14:00:00 will not be billed. Metering data for the period 2025-07-09 12:00:00-2025-07-09 13:00:00 can still be billed normally.'."\n"
                .'- After pushing metering data, billing does not occur immediately. For hourly billing, bills are generated in the next time interval. For example, for hourly billing, the bill for 8:00-9:00 is generated after 10:00. For daily billing, bills are generated the next day. After billing, customers can view the bills in [Alibaba Cloud Bill Details](https://billing-cost.console.aliyun.com/finance/expense-report/expense-detail-by-instance).'."\n"
                .'### Amount Rounding to Zero'."\n"
                .'- If the bill amount is too small and the single bill amount is less than 0.01 CNY, the bill amount on the buyer\'s side will be 0. For example, if the product unit price is 0.001 CNY/count and is billed by the minute with 9 uses per minute, the bill amount per minute is 0. If billed by the hour and the single hourly bill amount is less than 0.01, the buyer\'s bill amount will be 0. The probability of minute-level billing amounts being rounded to zero may be higher than that of hourly billing.',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
            'changeSet' => [
                ['createdAt' => '2025-12-15T03:16:22.000Z', 'description' => 'Error codes changed'],
                ['createdAt' => '2023-07-10T00:48:28.000Z', 'description' => 'Error codes changed'],
            ],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'acm:PushMeteringData',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'PushTimesUsage' => [
            'summary' => '',
            'path' => '',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'autoTest' => true, 'tenantRelevance' => 'tenant'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['type' => 'string', 'title' => '', 'description' => '', 'required' => false, 'example' => '1000001'],
                ],
                [
                    'name' => 'Times',
                    'in' => 'query',
                    'schema' => ['type' => 'integer', 'format' => 'int64', 'title' => '', 'description' => '', 'required' => false, 'example' => '10'],
                ],
                [
                    'name' => 'ClientToken',
                    'in' => 'query',
                    'schema' => ['type' => 'string', 'title' => '', 'description' => '', 'required' => false, 'example' => '6dff6c70-3484-4a39-b725-164e3ad9b20d'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Result' => ['type' => 'boolean', 'description' => '', 'example' => 'true', 'title' => ''],
                            'Success' => ['type' => 'boolean', 'description' => '', 'example' => 'true', 'title' => ''],
                            'Code' => ['type' => 'string', 'description' => '', 'example' => '200', 'title' => ''],
                            'Message' => ['type' => 'string', 'description' => '', 'example' => 'success', 'title' => ''],
                            'RequestId' => ['type' => 'string', 'description' => '', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', 'title' => ''],
                            'HttpStateCode' => ['type' => 'string', 'description' => '', 'example' => '200', 'title' => ''],
                            'ForceFatal' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''],
                            'AccessDeniedDetail' => ['type' => 'string', 'description' => '', 'example' => '{}', 'title' => ''],
                        ],
                        'title' => '',
                        'description' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'DuplicateClientToken', 'errorMessage' => 'clientToken Duplicate Submission (PROCESSING Status).', 'description' => 'clientToken Duplicate Submission (PROCESSING Status)'],
                    ['errorCode' => 'InstanceNotFound', 'errorMessage' => 'The instance does not exist.', 'description' => 'The instance does not exist.'],
                    ['errorCode' => 'SupplierNotFound', 'errorMessage' => 'Service provider does not exist.', 'description' => 'Service provider does not exist'],
                    ['errorCode' => 'Forbidden', 'errorMessage' => 'Permission verification failed.', 'description' => 'Permission verification failed'],
                    ['errorCode' => 'Throttling', 'errorMessage' => 'Distributed lock acquisition failure (concurrency limit).', 'description' => 'Distributed lock acquisition failure (concurrency limit)'],
                    ['errorCode' => 'UnknownResult', 'errorMessage' => 'Update result unknown, please contact cloud market.', 'description' => ''],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '',
            'description' => '## 请求说明'."\n"
                .'- 该接口适用于预付费按次计费的商品,通过此接口服务商可以将用户的使用次数推送给云市场进行扣减。'."\n"
                .'- 接口采用强制更新模式,直接扣减指定次数,调用方需自行判断用户使用量是否超出。'."\n"
                .'- 所有请求参数必须进行URLEncode编码。'."\n"
                .'- 使用`ClientToken`参数实现幂等性控制,在24小时内相同的`ClientToken`不允许重复提交。'."\n"
                .'- 同一笔扣减操作的重试必须使用相同的`ClientToken`;新的业务操作应使用新的`ClientToken`。'."\n"
                .'- 如果上一次请求已成功(即使因网关超时未收到响应),使用相同`ClientToken`重试会幂等返回成功,不会重复扣减。'."\n"
                .'- 如果上一次请求结果未确定(处于PROCESSING状态),使用相同`ClientToken`重试会返回`DuplicateClientToken`错误,请稍后重试或联系云市场确认推送状态。'."\n"
                .'- 同一个`InstanceId`同一时刻只允许一个操作执行,并发请求会返回`Throttling`错误,请稍后重试。'."\n"
                .'- 可以在[OpenAPI Explorer](https://api.aliyun.com/#product=Market&api=PushTimesUsage&type=RPC&version=2015-11-01)中直接运行该接口,免去计算签名的困扰。'."\n",
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"Result\\": true,\\n  \\"Success\\": true,\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"success\\",\\n  \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n  \\"HttpStateCode\\": \\"200\\",\\n  \\"ForceFatal\\": false,\\n  \\"AccessDeniedDetail\\": \\"{}\\"\\n}","type":"json"}]',
        ],
        'ResumeProject' => [
            'summary' => 'Calls ResumeProject to resume a paused project.',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
                [
                    'name' => 'NodeId',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID of the operation flow node.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1922', 'title' => ''],
                ],
                [
                    'name' => 'Remark',
                    'in' => 'query',
                    'schema' => ['description' => 'The reason for the remark.', 'type' => 'string', 'required' => false, 'example' => '仓库库存已补充,可安排发货。', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', 'title' => ''],
                            'Result' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Success' => ['description' => 'The success status identifier.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                    ['errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', 'description' => ''],
                    ['errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', 'description' => ''],
                    ['errorCode' => 'IllegalProjectStatus', 'errorMessage' => 'Illegal project status.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Resume a paused project',
            'description' => '**'."\n"
                .'**.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:ResumeProject',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n  \\"Result\\": true,\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
        'RollbackCurrentProjectNode' => [
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID of the Alibaba Cloud Marketplace order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', 'title' => ''],
                ],
                [
                    'name' => 'NodeId',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID of the current process node.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1925', 'title' => ''],
                ],
                [
                    'name' => 'Remark',
                    'in' => 'query',
                    'schema' => ['description' => 'The remarks for the rejection reason.', 'type' => 'string', 'required' => false, 'example' => '尊敬的顾客您好,您提交的收货地址存在多个匹配结果,请您核对后再重新提交。', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', 'title' => ''],
                            'Result' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'Success' => ['description' => 'The success status identifier.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', 'description' => ''],
                    ['errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', 'description' => ''],
                    ['errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', 'description' => 'Results abnormal'],
                    ['errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', 'description' => ''],
                    ['errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', 'description' => ''],
                    ['errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', 'description' => ''],
                    ['errorCode' => 'IllegalProjectStatus', 'errorMessage' => 'Illegal project status.', 'description' => ''],
                ],
                500 => [
                    ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', 'description' => ''],
                ],
            ],
            'title' => 'Trigger current process rejection',
            'summary' => 'Triggers a rejection of the current process node by calling RollbackCurrentProjectNode.',
            'description' => '**'."\n"
                .'**.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'acm:RollbackCurrentProjectNode',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n  \\"Result\\": true,\\n  \\"Success\\": true\\n}","type":"json"}]',
        ],
    ],
    'endpoints' => [
        ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => 'market.vpc-proxy.aliyuncs.com'],
        ['regionId' => 'ap-southeast-2', 'regionName' => 'Australia (Sydney) Closed', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-3', 'regionName' => 'Malaysia (Kuala Lumpur)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-chengdu', 'regionName' => 'China (Chengdu)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'us-west-1', 'regionName' => 'US (Silicon Valley)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'us-east-1', 'regionName' => 'US (Virginia)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'eu-west-1', 'regionName' => 'UK (London)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'me-east-1', 'regionName' => 'UAE (Dubai)', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-south-1', 'regionName' => 'India (Mumbai) Closed', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'market.ap-southeast-1.aliyuncs.com', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => 'China South 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shanghai-finance-1', 'regionName' => 'China East 2 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-north-2-gov-1', 'regionName' => 'Beijing Government Cloud', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hangzhou-finance', 'regionName' => 'China East 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'market.aliyuncs.com', 'endpoint' => 'market.aliyuncs.com', 'vpc' => ''],
    ],
    'errorCodes' => [
        ['code' => 'Auth.Authorized', 'message' => 'The specified RAM user is not authorized.', 'http_code' => 400, 'description' => 'The specified RAM user is not authorized.'],
        ['code' => 'Auth.CallerType', 'message' => 'RAM users or STS tokens are not supported.', 'http_code' => 400, 'description' => 'RAM users or STS tokens are not supported.'],
        ['code' => 'Auth.ISV', 'message' => 'Only ISV accounts are allowed to call the specified API operation.', 'http_code' => 400, 'description' => 'Only ISV accounts are allowed to call the specified API operation.'],
        ['code' => 'Auth.ISV.Error', 'message' => 'Only ISV accounts are allowed to call the specified API operation.', 'http_code' => 400, 'description' => 'Only ISV accounts are allowed to call the specified API operation.'],
        ['code' => 'Auth.Match', 'message' => 'The product to be enabled by the specified license does not belong to the ISV.', 'http_code' => 400, 'description' => 'The product to be enabled by the specified license does not belong to the ISV.'],
        ['code' => 'Auth.SubAccount.Error', 'message' => 'The specified AccessKey information does not belong to the RAM user.', 'http_code' => 400, 'description' => 'The specified AccessKey information does not belong to the RAM user.'],
        ['code' => 'DeniedModify', 'message' => 'You are not authorized to call the specified API operation.', 'http_code' => 400, 'description' => 'You are not authorized to call the specified API operation.'],
        ['code' => 'DownstreamError', 'message' => 'An error occurred while processing your request.', 'http_code' => 501, 'description' => 'An error occurred while processing your request.'],
        ['code' => 'IgnoreError', 'message' => 'The specified parameter is invalid.', 'http_code' => 400, 'description' => 'The specified parameter is invalid.'],
        ['code' => 'IllegalResult', 'message' => 'Illegal result.', 'http_code' => 400, 'description' => 'Results abnormal'],
        ['code' => 'INAVLIDPARAM.CALLERTYPE', 'message' => 'The specified callerType is invalid.', 'http_code' => 400, 'description' => 'The specified callerType is invalid.'],
        ['code' => 'INAVLIDPARAM.OWNERID', 'message' => 'The partner ownerId parameter must be specified.', 'http_code' => 400, 'description' => 'The partner ownerId parameter must be specified.'],
        ['code' => 'Invalid.CategoryId', 'message' => 'The specified CategoryId is invalid.', 'http_code' => 500, 'description' => 'The specified CategoryId is invalid.'],
        ['code' => 'Invalid.Param', 'message' => 'The specified Filter key is invalid.', 'http_code' => 500, 'description' => 'The specified Filter key is invalid.'],
        ['code' => 'Invalid.Parameter', 'message' => 'The specified parameter is invalid.', 'http_code' => 400, 'description' => 'The specified parameter is invalid.'],
        ['code' => 'Invalid.Parameter.Instance', 'message' => 'The specified Instance parameter is invalid.', 'http_code' => 500, 'description' => 'The specified Instance parameter is invalid.'],
        ['code' => 'Invalid.Parameter.Metering', 'message' => 'The specified Metering parameter is invalid.', 'http_code' => 500, 'description' => 'The specified Metering parameter is invalid.'],
        ['code' => 'Invalid.Parameter.Metering', 'message' => 'meteringAssit is empty', 'http_code' => 400, 'description' => ''],
        ['code' => 'Invalid.Parameter.OrderId', 'message' => 'orderId is not correct.', 'http_code' => 400, 'description' => 'Incorrect parameter'],
        ['code' => 'Invalid.Sort', 'message' => 'The specified Sort is invalid.', 'http_code' => 500, 'description' => 'The specified Sort is invalid.'],
        ['code' => 'INVALIDPARAM.BIDOWNERBID', 'message' => 'The owner does not belong to the partner specified by the BID.', 'http_code' => 400, 'description' => 'The owner does not belong to the partner specified by the BID.'],
        ['code' => 'INVALIDPARAM.BIDTYPE', 'message' => 'You must specify both callerBid and callerType.', 'http_code' => 400, 'description' => 'You must specify both callerBid and callerType.'],
        ['code' => 'INVALIDPARAM.CALLERBID', 'message' => 'The specified callerBid is invalid.', 'http_code' => 400, 'description' => 'The specified callerBid is invalid.'],
        ['code' => 'INVALIDPARAM.PARTNERBID', 'message' => 'The specified partner BID is invalid.', 'http_code' => 400, 'description' => 'The specified partner BID is invalid.'],
        ['code' => 'License.Discard', 'message' => 'The specified license has been discarded.', 'http_code' => 400, 'description' => 'The specified license has been discarded.'],
        ['code' => 'License.Expired', 'message' => 'The specified license has expired.', 'http_code' => 400, 'description' => 'The specified license has expired.'],
        ['code' => 'License.Invalid', 'message' => 'The specified license is invalid.', 'http_code' => 400, 'description' => 'The specified license is invalid.'],
        ['code' => 'License.NotFound', 'message' => 'The specified license does not exist.', 'http_code' => 400, 'description' => 'The specified license does not exist.'],
        ['code' => 'Metering.Data.Exceeded', 'message' => 'The number of metering entities must not exceed 100.', 'http_code' => 500, 'description' => 'The number of metering entities must not exceed 100.'],
        ['code' => 'PAY.ACCOUNT_BOOK_NOT_EXIST', 'message' => 'The specified subscription does not exist.', 'http_code' => 400, 'description' => 'The specified subscription does not exist.'],
        ['code' => 'Permission.Denied', 'message' => 'You are not authorized to call the API operation. Contact the API developer to add your account to the API user whitelist.', 'http_code' => 500, 'description' => 'You are not authorized to call the API operation. Contact the API developer to add your account to the API user whitelist.'],
        ['code' => 'ReturnNull', 'message' => 'No results found.', 'http_code' => 502, 'description' => 'No results found.'],
        ['code' => 'Service.Flow.Control', 'message' => 'The rate throttling threshold has been exceeded.', 'http_code' => 500, 'description' => 'The rate throttling threshold has been exceeded.'],
        ['code' => 'UnknownError', 'message' => 'An error occurred while processing your request.', 'http_code' => 500, 'description' => 'An unknown error occurred.'],
        ['code' => 'UnknownError', 'message' => 'execute oms post error', 'http_code' => 500, 'description' => ''],
        ['code' => 'InstanceNotFound', 'message' => 'The instance does not exist.', 'http_code' => 400, 'description' => 'The instance does not exist.'],
        ['code' => 'DuplicateClientToken', 'message' => 'clientToken Duplicate Submission (PROCESSING Status).', 'http_code' => 400, 'description' => 'clientToken Duplicate Submission (PROCESSING Status)'],
        ['code' => 'SupplierNotFound', 'message' => 'Service provider does not exist.', 'http_code' => 400, 'description' => 'Service provider does not exist'],
        ['code' => 'Forbidden', 'message' => 'Permission verification failed.', 'http_code' => 400, 'description' => 'Permission verification failed'],
        ['code' => 'Throttling', 'message' => 'Distributed lock acquisition failure (concurrency limit).', 'http_code' => 400, 'description' => 'Distributed lock acquisition failure (concurrency limit)'],
        ['code' => 'UnknownResult', 'message' => 'Update result unknown, please contact cloud market.', 'http_code' => 400, 'description' => ''],
    ],
    'changeSet' => [
        [
            'apis' => [
                ['description' => 'Error codes changed', 'api' => 'PushMeteringData'],
            ],
            'createdAt' => '2025-12-15T03:16:31.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Request parameters changed', 'api' => 'DescribeInstances'],
            ],
            'createdAt' => '2024-08-29T09:32:41.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Response parameters changed', 'api' => 'DescribeApiMetering'],
            ],
            'createdAt' => '2024-07-29T06:21:14.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Response parameters changed', 'api' => 'CrossAccountVerifyToken'],
            ],
            'createdAt' => '2024-04-03T01:36:19.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Error codes changed', 'api' => 'CreateOrder'],
            ],
            'createdAt' => '2024-03-28T06:49:13.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Response parameters changed', 'api' => 'DescribeInstance'],
            ],
            'createdAt' => '2024-03-14T01:57:36.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Request parameters changed', 'api' => 'DescribeApiMetering'],
            ],
            'createdAt' => '2023-12-25T03:49:16.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Error codes changed', 'api' => 'PushMeteringData'],
            ],
            'createdAt' => '2023-07-10T00:48:42.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Response parameters changed', 'api' => 'DescribeDistributionProductsLink'],
            ],
            'createdAt' => '2023-06-01T02:25:41.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'OpenAPI offline', 'api' => 'AutoRenewInstance'],
            ],
            'createdAt' => '2022-11-23T01:55:38.000Z',
            'description' => '增加对周期类商品自动续费的支持',
        ],
    ],
    'flowControl' => [
        'flowControlList' => [
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDistributionProducts'],
            ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'],
            ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeOrder'],
            ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'CreateOrder'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDistributionProductsLink'],
            ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeProduct'],
            ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribePrice'],
            ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeInstance'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeApiMetering'],
            ['threshold' => '1000', 'countWindow' => 60, 'regionId' => '*', 'api' => 'DescribeInstances'],
        ],
    ],
    'ram' => [
        'productCode' => 'Market',
        'productName' => 'Market',
        'ramCodes' => ['acm'],
        'ramLevel' => 'OPERATION',
        'ramConditions' => [],
        'ramActions' => [
            [
                'apiName' => 'DescribeOrderForIsv',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeOrderForIsv',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ConfirmNotification',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:ConfirmNotification',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeProjectMessages',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeProjectMessages',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeApiMetering',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeApiMetering',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeDistributionProductsLink',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeDistributionProductsLink',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ResumeProject',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:ResumeProject',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribePrice',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribePrice',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeFailedNotifications',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeFailedNotifications',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeProjectNodes',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeProjectNodes',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'PauseProject',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:PauseProject',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CrossAccountVerifyToken',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:CrossAccountVerifyToken',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeDistributionProducts',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeDistributionProducts',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeInstances',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeInstances',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeLicense',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeLicense',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeInvoiceForIsv',
                'description' => '',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'acm:DescribeInvoiceForIsv',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'PushTimesUsage',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:PushTimesUsage',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeCurrentNodeInfo',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeCurrentNodeInfo',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeInstance',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeInstance',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeProjectAttachments',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeProjectAttachments',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeProjectInfo',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeProjectInfo',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeInstanceForIsv',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeInstanceForIsv',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeOrder',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeOrder',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'RollbackCurrentProjectNode',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:RollbackCurrentProjectNode',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'AutoRenewInstance',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:AutoRenewInstance',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'FinishCurrentProjectNode',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:FinishCurrentProjectNode',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ModifyInvoiceForIsv',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:ModifyInvoiceForIsv',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ActivateLicense',
                'description' => '',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'acm:ActivateLicense',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'PushMeteringData',
                'description' => '',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'acm:PushMeteringData',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateOrder',
                'description' => '',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'acm:CreateOrder',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeProjectOperateLogs',
                'description' => '',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'acm:DescribeProjectOperateLogs',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Market', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
        ],
        'resourceTypes' => [],
    ],
];