summaryrefslogtreecommitdiff
path: root/data/zh_cn/workorder/2020-03-26/api-docs.php
blob: 2f8ea33560f39d30c462b0701ca4927705baf619 (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
<?php return [
    'version' => '1.0',
    'info' => [
        'style' => 'RPC',
        'product' => 'Workorder',
        'version' => '2020-03-26',
    ],
    'directories' => [
        [
            'id' => 69792,
            'title' => '工单',
            'type' => 'directory',
            'children' => [
                'CreateTicket',
                'ListTicketNotes',
                'ListTickets',
                'CloseTicket',
            ],
        ],
        [
            'id' => 69798,
            'title' => '类别',
            'type' => 'directory',
            'children' => [
                'ListCategories',
                'ListProducts',
            ],
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'CreateTicket' => [
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'create',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'description' => '您使用的语言,支持,中文,英文,日文。值定义:zh:中文,en:英文,jp:日文。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'zh',
                    ],
                ],
                [
                    'name' => 'Title',
                    'in' => 'query',
                    'schema' => [
                        'description' => '工单标题。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'ecs连不上了',
                    ],
                ],
                [
                    'name' => 'Content',
                    'in' => 'query',
                    'schema' => [
                        'description' => '问题描述。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => '我的一台ecs连不上了,还请帮忙看看咋回事',
                    ],
                ],
                [
                    'name' => 'SecretContent',
                    'in' => 'query',
                    'schema' => [
                        'description' => '机密备注,您的ecs实例信息、个人相关的信息,请通过机密备注提交。机密备注有更高的数据安全等级。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '实例id是XXXXXX',
                    ],
                ],
                [
                    'name' => 'ProductCode',
                    'in' => 'query',
                    'schema' => [
                        'description' => '产品code,枚举值定义如下:'."\n"
                            .'ecs:云服务器 ECS,finance:财务类,rds  云数据库 RDS,'."\n"
                            .'account:会员账号,'."\n"
                            .'oss:对象存储 OSS,'."\n"
                            .'sms:短信服务,'."\n"
                            .'host_xuni:虚拟主机,'."\n"
                            .'cas:SSL证书,'."\n"
                            .'cdn:CDN,'."\n"
                            .'slb:负载均衡,'."\n"
                            .'mail:企业邮箱,'."\n"
                            .'trademark:商标服务,'."\n"
                            .'swas:轻量应用服务器,'."\n"
                            .'domain:域名,'."\n"
                            .'cs:容器服务,'."\n"
                            .'presales:购买/续费咨询,'."\n"
                            .'vod:视频点播,'."\n"
                            .'beian:备案,'."\n"
                            .'live:视频直播,'."\n"
                            .'iot:物联网平台,'."\n"
                            .'alidns:云解析DNS,'."\n"
                            .'contract:合同类,'."\n"
                            .'vpc:专有网络VPC,'."\n"
                            .'sls:日志服务,'."\n"
                            .'cms:云监控,'."\n"
                            .'dts:数据传输,'."\n"
                            .'dm:邮件推送,'."\n"
                            .'sas:云安全中心,'."\n"
                            .'redis:云数据库Redis版,'."\n"
                            .'ide:DataWorks,'."\n"
                            .'ons:消息队列 RocketMQ,'."\n"
                            .'others:其它,'."\n"
                            .'dcdn:全站加速,'."\n"
                            .'mpaas:移动开发平台 mPaaS,'."\n"
                            .'eip:弹性公网IP,'."\n"
                            .'companyreg:企业工商注册服务,'."\n"
                            .'ram:访问控制,'."\n"
                            .'waf:Web应用防火墙,'."\n"
                            .'odps:MaxCompute,'."\n"
                            .'IVRTicket:热线工单二线组,'."\n"
                            .'polardb:云数据库POLARDB,'."\n"
                            .'dds:云数据库MongoDB版,'."\n"
                            .'link_living:阿里云Link生活平台,'."\n"
                            .'yundun:云盾,'."\n"
                            .'ads:分析型数据库MySQL版,'."\n"
                            .'nas:文件存储NAS,'."\n"
                            .'rdc:云效,'."\n"
                            .'elasticsearch:Elasticsearch,'."\n"
                            .'free_mail:免费企业邮箱,'."\n"
                            .'expressconnect:高速通道,'."\n"
                            .'vpn:VPN网关,'."\n"
                            .'dyvms:语音服务,'."\n"
                            .'cbn:云企业网,'."\n"
                            .'edas:企业级分布式应用服务EDAS,'."\n"
                            .'market:云市场,'."\n"
                            .'cloudauth:实人认证,'."\n"
                            .'galaxy:实时计算(流计算),'."\n"
                            .'emr:E-MapReduce,'."\n"
                            .'bastionhost:堡垒机,'."\n"
                            .'fc:函数计算,'."\n"
                            .'swcopyright:软件著作权登记,'."\n"
                            .'huodongzixun:活动咨询,'."\n"
                            .'drds:分布式关系型数据库服务 DRDS,'."\n"
                            .'deploy:专有云部署问题,'."\n"
                            .'speech:智能语音交互'."\n"
                            .'lvwang:内容安全,'."\n"
                            .'rtc:音视频通信,'."\n"
                            .'yun_dplus_datav:DataV数据可视化,'."\n"
                            .'agent:代理商类,'."\n"
                            .'ccc:云呼叫中心,'."\n"
                            .'dyiot:物联网无线连接服务,'."\n"
                            .'tianji:天基,'."\n"
                            .'face:人脸识别,'."\n"
                            .'apigateway:API 网关,'."\n"
                            .'cbs:数据库备份,'."\n"
                            .'quickbi:Quick BI,'."\n"
                            .'arms:应用实时监控服务 ARMS,'."\n"
                            .'mqiot:微消息队列MQTT,'."\n"
                            .'ccs:云客服,'."\n"
                            .'app:阿里云App,'."\n"
                            .'opensearch:开放搜索,'."\n"
                            .'ots:表格存储,'."\n"
                            .'ess:弹性伸缩,'."\n"
                            .'eci:弹性容器实例 ECI,'."\n"
                            .'mps:媒体处理,'."\n"
                            .'vs:视频监控,'."\n"
                            .'cps:移动推送,'."\n"
                            .'fundamental:基础组件,'."\n"
                            .'dtcenter:DTCenter,'."\n"
                            .'natgw:NAT网关,'."\n"
                            .'ddos:DDoS高防IP,'."\n"
                            .'dypns:号码认证服务,'."\n"
                            .'pts:性能测试,'."\n"
                            .'clouddesktop:云桌面,'."\n"
                            .'hbase:云数据库 HBase,'."\n"
                            .'others:其它',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'ecs',
                    ],
                ],
                [
                    'name' => 'Category',
                    'in' => 'query',
                    'schema' => [
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                    ],
                ],
                [
                    'name' => 'Phone',
                    'in' => 'query',
                    'schema' => [
                        'description' => '用于接收工单处理进度提醒短信的手机号。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '13288888888',
                    ],
                ],
                [
                    'name' => 'Email',
                    'in' => 'query',
                    'schema' => [
                        'description' => '用于接收工单处理进度等消息的邮箱。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => '[email protected]',
                    ],
                ],
                [
                    'name' => 'NotifyTimeRange',
                    'in' => 'query',
                    'schema' => [
                        'description' => '接收工单提醒消息的时间段,值定义:normal:每日9:00-18:00提醒;all:无接收时间限制,任何时间都可以接收;never::从不接收。默认:all。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'all',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => [
                                'type' => 'string',
                            ],
                            'Message' => [
                                'type' => 'string',
                            ],
                            'Data' => [
                                'type' => 'string',
                            ],
                            'RequestId' => [
                                'description' => '请求唯一识别码。',
                                'type' => 'string',
                                'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC',
                            ],
                            'Success' => [
                                'type' => 'boolean',
                            ],
                            'AccessDeniedDetail' => [
                                'type' => 'string',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'param.illegal',
                        'errorMessage' => 'The specified parameter is invalid. Please check the parameter.',
                    ],
                    [
                        'errorCode' => 'illegalParam.emailOrPhone',
                        'errorMessage' => 'The specified contact email or mobile phone number must be the data received by the account messenger.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessChinaSite',
                        'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessInternationalSite',
                        'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'illegal.auth',
                        'errorMessage' => 'illegal auth',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'No permissions',
                        'errorMessage' => 'No permissions to access.',
                    ],
                ],
                500 => [
                    [
                        'errorCode' => 'System.error',
                        'errorMessage' => 'An error occurred while processing your request.',
                    ],
                ],
            ],
            'staticInfo' => [
                'substitutions' => [
                    'Workorder::2021-06-10::CreateTicket',
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"TicketId\\": \\"ETARNPP\\",\\n  \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\"\\n}","errorExample":""},{"type":"xml","example":"<TicketId>ETARNPP</TicketId>\\n<RequestId>CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC</RequestId>","errorExample":""}]',
            'title' => '新建工单',
            'summary' => '创建工单。',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ListTicketNotes' => [
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'get',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'description' => '您使用的语言,支持,中文,英文,日文。'."\n"
                            .'值定义:zh:中文,en:英文,jp:日文。'."\n",
                        'type' => 'string',
                        'required' => false,
                        'example' => 'zh',
                    ],
                ],
                [
                    'name' => 'TicketId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '工单号。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'G2BKRWG',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => [
                                'description' => '状态码。',
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '200',
                            ],
                            'Message' => [
                                'description' => '提示信息。',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'RequestId' => [
                                'description' => '请求唯一识别码。',
                                'type' => 'string',
                                'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC',
                            ],
                            'Success' => [
                                'description' => '调用是否成功。true:表示成功;false:表示失败。'."\n",
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'Data' => [
                                'description' => '调用成功后返回的业务数据。',
                                'type' => 'object',
                                'properties' => [
                                    'List' => [
                                        'description' => '沟通记录列表。',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'FromOfficial' => [
                                                    'description' => '是否售后工程师回复,标示这条会是用户发出的还是售后工程师发出的。true:售后工程师回复,false:用户回复。',
                                                    'type' => 'boolean',
                                                    'example' => 'false',
                                                ],
                                                'GmtCreated' => [
                                                    'description' => '这条回复发出的时间戳,是精确到秒的时间戳。',
                                                    'type' => 'integer',
                                                    'format' => 'int32',
                                                    'example' => '1586920240',
                                                ],
                                                'NoteId' => [
                                                    'description' => '回复id。',
                                                    'type' => 'string',
                                                    'example' => 'CT24GHXT',
                                                ],
                                                'Content' => [
                                                    'description' => '沟通内容。',
                                                    'type' => 'string',
                                                    'example' => '您好我有个问题需要请教下',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'AccessDeniedDetail' => [
                                'type' => 'string',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'param.illegal',
                        'errorMessage' => 'The specified parameter is invalid. Please check the parameter.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessChinaSite',
                        'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessInternationalSite',
                        'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'illegal.auth',
                        'errorMessage' => 'illegal auth',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'No permissions',
                        'errorMessage' => 'No permissions to access.',
                    ],
                ],
                500 => [
                    [
                        'errorCode' => 'System.error',
                        'errorMessage' => 'An error occurred while processing your request.',
                    ],
                ],
            ],
            'staticInfo' => [
                'substitutions' => [
                    'Workorder::2021-06-10::ListTicketNotes',
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Code\\": 200,\\n  \\"Message\\": \\"success\\",\\n  \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"List\\": [\\n      {\\n        \\"FromOfficial\\": false,\\n        \\"GmtCreated\\": 1586920240,\\n        \\"NoteId\\": \\"CT24GHXT\\",\\n        \\"Content\\": \\"您好我有个问题需要请教下\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<Message>successful</Message>\\n<Data>\\n    <List>\\n        <NoteId>CT24GHXT</NoteId>\\n        <FromOfficial>false</FromOfficial>\\n        <Content>有个问题请教下</Content>\\n        <GmtCreated>1586920240</GmtCreated>\\n    </List>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]',
            'title' => '获取工单沟通记录',
            'summary' => '获取一个工单中的沟通记录。',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ListTickets' => [
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'get',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Ids',
                    'in' => 'query',
                    'schema' => [
                        'description' => '指定工单号筛选,多个工单号通过英文逗号分隔',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'ETARNPP,RTARNP',
                    ],
                ],
                [
                    'name' => 'CreatedAfterTime',
                    'in' => 'query',
                    'schema' => [
                        'description' => '工单创建开始时间',
                        'type' => 'integer',
                        'format' => 'int64',
                        'required' => false,
                        'example' => '1585790280',
                    ],
                ],
                [
                    'name' => 'CreatedBeforeTime',
                    'in' => 'query',
                    'schema' => [
                        'description' => '工单创建结束时间',
                        'type' => 'integer',
                        'format' => 'int64',
                        'required' => false,
                        'example' => '1586049480',
                    ],
                ],
                [
                    'name' => 'ProductCode',
                    'in' => 'query',
                    'schema' => [
                        'description' => '产品code',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'ecs',
                    ],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => [
                        'description' => '每页展示的工单数,默认20,最大100',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => false,
                        'example' => '20',
                    ],
                ],
                [
                    'name' => 'TicketStatus',
                    'in' => 'query',
                    'schema' => [
                        'description' => '通过工单状态筛选,多个工单状态通过英文逗号分隔,'."\n"
                            .'工单状态定义。in_progress:正在为您处理,wait_feedback:待您反馈,wait_confirm:待您确认,completed:已关闭。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'wait_confirm,dealing',
                    ],
                ],
                [
                    'name' => 'PageStart',
                    'in' => 'query',
                    'schema' => [
                        'description' => '分页查询的页码',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => false,
                        'example' => '1',
                    ],
                ],
                [
                    'name' => 'SubUserId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '指定子账号id查询',
                        'type' => 'string',
                        'required' => false,
                        'example' => '252448085032933023',
                    ],
                ],
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'description' => '您使用的语言,支持,中文,英文,日文。'."\n"
                            .'值定义:zh:中文,en:英文,jp:日文。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'zh',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => [
                                'description' => '状态码'."\n",
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '200',
                            ],
                            'Message' => [
                                'description' => '提示信息'."\n",
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'RequestId' => [
                                'description' => '请求唯一识别码'."\n",
                                'type' => 'string',
                                'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC',
                            ],
                            'Success' => [
                                'description' => '调用是否成功。true:表示成功;false:表示失败。'."\n",
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'Data' => [
                                'description' => '接口调用成功返回的业务数据',
                                'type' => 'object',
                                'properties' => [
                                    'CurrentPage' => [
                                        'description' => '当前页码',
                                        'type' => 'integer',
                                        'format' => 'int32',
                                        'example' => '1',
                                    ],
                                    'PageSize' => [
                                        'description' => '每页数行数',
                                        'type' => 'integer',
                                        'format' => 'int32',
                                        'example' => '15',
                                    ],
                                    'Total' => [
                                        'description' => '列表总数',
                                        'type' => 'integer',
                                        'format' => 'int32',
                                        'example' => '99',
                                    ],
                                    'List' => [
                                        'description' => '工单列表',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Title' => [
                                                    'description' => '工单标题',
                                                    'type' => 'string',
                                                    'example' => '这是一个测试工单',
                                                ],
                                                'CreatorId' => [
                                                    'description' => '工单创建人uid',
                                                    'type' => 'string',
                                                    'example' => '252448085032933023',
                                                ],
                                                'AddTime' => [
                                                    'description' => '工单创建时间,单位到秒的时间戳',
                                                    'type' => 'integer',
                                                    'format' => 'int32',
                                                    'example' => '1585818240',
                                                ],
                                                'Id' => [
                                                    'description' => '工单号',
                                                    'type' => 'string',
                                                    'example' => 'CAB327A',
                                                ],
                                                'TicketStatus' => [
                                                    'description' => '工单状态'."\n"
                                                        .'工单状态定义。in_progress:正在为您处理,wait_feedback:待您反馈,wait_confirm:待您确认,completed:已关闭。',
                                                    'type' => 'string',
                                                    'example' => 'assigned',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'AccessDeniedDetail' => [
                                'type' => 'string',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'param.illegal',
                        'errorMessage' => 'The specified parameter is invalid. Please check the parameter.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessChinaSite',
                        'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessInternationalSite',
                        'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'illegal.auth',
                        'errorMessage' => 'illegal auth',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'No permissions',
                        'errorMessage' => 'No permissions to access.',
                    ],
                ],
                500 => [
                    [
                        'errorCode' => 'System.error',
                        'errorMessage' => 'An error occurred while processing your request.',
                    ],
                ],
            ],
            'staticInfo' => [
                'substitutions' => [
                    'Workorder::2021-06-10::ListTickets',
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Code\\": 200,\\n  \\"Message\\": \\"success\\",\\n  \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"CurrentPage\\": 1,\\n    \\"PageSize\\": 15,\\n    \\"Total\\": 99,\\n    \\"List\\": [\\n      {\\n        \\"Title\\": \\"这是一个测试工单\\",\\n        \\"CreatorId\\": \\"252448085032933023\\",\\n        \\"AddTime\\": 1585818240,\\n        \\"Id\\": \\"CAB327A\\",\\n        \\"TicketStatus\\": \\"assigned\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Data>\\n    <PageSize>20</PageSize>\\n    <CurrentPage>1</CurrentPage>\\n    <Total>9</Total>\\n    <List>\\n        <Title>pop测试</Title>\\n        <TicketStatus>assigned</TicketStatus>\\n        <Id>CAB327A</Id>\\n        <AddTime>1585818240</AddTime>\\n    </List>\\n    <List>\\n        <Title>pop测试</Title>\\n        <TicketStatus>assigned</TicketStatus>\\n        <Id>2HB89DX</Id>\\n        <AddTime>1585818240</AddTime>\\n    </List>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]',
            'title' => '获取工单列表',
            'summary' => '通过ListTickets接口获取您创建的工单。',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'CloseTicket' => [
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'none',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'description' => '您使用的语言,支持,中文,英文,日文。'."\n"
                            .'值定义:zh:中文,en:英文,jp:日文。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'zh',
                    ],
                ],
                [
                    'name' => 'TicketId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '工单号',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => '3EBYRY7',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => [
                                'description' => '状态码',
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '200',
                            ],
                            'Message' => [
                                'description' => '提示信息',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'RequestId' => [
                                'description' => '请求唯一识别码',
                                'type' => 'string',
                                'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC',
                            ],
                            'Success' => [
                                'description' => '调用是否成功。true:表示成功;false:表示失败。',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'AccessDeniedDetail' => [
                                'type' => 'string',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                200 => [
                    [
                        'errorCode' => 'business.error',
                        'errorMessage' => 'The business does not allow the current operation',
                    ],
                ],
                400 => [
                    [
                        'errorCode' => 'param.illegal',
                        'errorMessage' => 'The specified parameter is invalid. Please check the parameter.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessChinaSite',
                        'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessInternationalSite',
                        'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'illegal.auth',
                        'errorMessage' => 'illegal auth',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'No permissions',
                        'errorMessage' => 'No permissions to access.',
                    ],
                ],
                500 => [
                    [
                        'errorCode' => 'System.error',
                        'errorMessage' => 'An error occurred while processing your request.',
                    ],
                ],
            ],
            'staticInfo' => [
                'substitutions' => [
                    'Workorder::2021-06-10::CloseTicket',
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Code\\": 200,\\n  \\"Message\\": \\"success\\",\\n  \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n  \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Code>200</Code>\\n<Success>true</Success>\\n<RequestId>CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC</RequestId>","errorExample":""}]',
            'title' => '关闭工单',
            'summary' => '调用CloseTicket接口关闭工单。',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ListCategories' => [
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'get',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'description' => '您使用的语言,支持,中文,英文,日文。 值定义:zh:中文,en:英文,jp:日文。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'zh',
                    ],
                ],
                [
                    'name' => 'ProductCode',
                    'in' => 'query',
                    'schema' => [
                        'description' => '产品编码',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'ecs',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => [
                                'description' => '状态码',
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '200',
                            ],
                            'Message' => [
                                'description' => '提示信息',
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'RequestId' => [
                                'description' => '请求唯一识别码',
                                'type' => 'string',
                                'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC',
                            ],
                            'Success' => [
                                'description' => '调用是否成功。true:表示成功;false:表示失败。',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'Data' => [
                                'description' => '接口调用成功后,返回的业务数据',
                                'type' => 'object',
                                'properties' => [
                                    'List' => [
                                        'description' => '类别列表数据',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Name' => [
                                                    'description' => '类别名称',
                                                    'type' => 'string',
                                                    'example' => 'ECS无法远程',
                                                ],
                                                'Id' => [
                                                    'description' => '类别id',
                                                    'type' => 'integer',
                                                    'format' => 'int32',
                                                    'example' => '793',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'param.illegal',
                        'errorMessage' => 'The specified parameter is invalid. Please check the parameter.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessChinaSite',
                        'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessInternationalSite',
                        'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'illegal.auth',
                        'errorMessage' => 'illegal auth',
                    ],
                ],
                500 => [
                    [
                        'errorCode' => 'System.error',
                        'errorMessage' => 'An error occurred while processing your request.',
                    ],
                ],
            ],
            'staticInfo' => [
                'substitutions' => [
                    'Workorder::2021-06-10::ListCategories',
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Code\\": 200,\\n  \\"Message\\": \\"success\\",\\n  \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"List\\": [\\n      {\\n        \\"Name\\": \\"ECS无法远程\\",\\n        \\"Id\\": 793\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Data>\\n    <List>\\n        <Id>793</Id>\\n        <Name>ECS无法远程</Name>\\n    </List>\\n    <List>\\n        <Id>794</Id>\\n        <Name>服务器打不开</Name>\\n    </List>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]',
            'title' => '获取指定产品下的类别',
            'summary' => '调用ListCategories获取指定产品下的类别。',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ListProducts' => [
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'get',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'Language',
                    'in' => 'query',
                    'schema' => [
                        'type' => 'string',
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'Code' => [
                                'description' => '状态码',
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '200',
                            ],
                            'Message' => [
                                'description' => '提示信息'."\n",
                                'type' => 'string',
                                'example' => 'success',
                            ],
                            'RequestId' => [
                                'description' => '请求唯一识别码'."\n",
                                'type' => 'string',
                                'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC',
                            ],
                            'Success' => [
                                'description' => '调用是否成功。true:表示成功;false:表示失败。'."\n",
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'Data' => [
                                'description' => '接口调用成功后,返回的数据',
                                'type' => 'object',
                                'properties' => [
                                    'TechMore' => [
                                        'description' => '更多技术产品',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'GroupName' => [
                                                    'description' => '技术产品组',
                                                    'type' => 'string',
                                                    'example' => '存储与CDN',
                                                ],
                                                'ProductList' => [
                                                    'description' => '组下包含的产品列表',
                                                    'type' => 'array',
                                                    'items' => [
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'Name' => [
                                                                'description' => '产品名称',
                                                                'type' => 'string',
                                                                'example' => '对象存储 OSS',
                                                            ],
                                                            'Description' => [
                                                                'description' => '产品描述',
                                                                'type' => 'string',
                                                                'example' => '对象存储 OSS',
                                                            ],
                                                            'ProductCode' => [
                                                                'description' => '产品编码',
                                                                'type' => 'string',
                                                                'example' => 'oss',
                                                            ],
                                                        ],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                    'HotConsultation' => [
                                        'description' => '热门咨询类产品',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Name' => [
                                                    'description' => '产品名称',
                                                    'type' => 'string',
                                                    'example' => '代理商类',
                                                ],
                                                'Description' => [
                                                    'description' => '产品描述',
                                                    'type' => 'string',
                                                    'example' => '代理商类相关问题',
                                                ],
                                                'ProductCode' => [
                                                    'description' => '产品编码',
                                                    'type' => 'string',
                                                    'example' => 'agent',
                                                ],
                                            ],
                                        ],
                                    ],
                                    'ConsultationMore' => [
                                        'description' => '咨询类更多产品类别',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Name' => [
                                                    'description' => '产品名称',
                                                    'type' => 'string',
                                                    'example' => '会员帐号',
                                                ],
                                                'Description' => [
                                                    'description' => '产品描述',
                                                    'type' => 'string',
                                                    'example' => '换绑手机/邮箱、实名认证、找回用户名/密码等相关问题',
                                                ],
                                                'ProductCode' => [
                                                    'description' => '产品编码',
                                                    'type' => 'string',
                                                    'example' => 'account',
                                                ],
                                            ],
                                        ],
                                    ],
                                    'HotTech' => [
                                        'description' => '热门技术产品',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'Name' => [
                                                    'description' => '产品名称',
                                                    'type' => 'string',
                                                    'example' => '云服务器 ECS',
                                                ],
                                                'Description' => [
                                                    'description' => '产品描述',
                                                    'type' => 'string',
                                                    'example' => '服务器无法远程、网站无法访问、安全等服务器咨询或技术问题',
                                                ],
                                                'ProductCode' => [
                                                    'description' => '产品编码',
                                                    'type' => 'string',
                                                    'example' => 'ecs',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'param.illegal',
                        'errorMessage' => 'The specified parameter is invalid. Please check the parameter.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessChinaSite',
                        'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.',
                    ],
                    [
                        'errorCode' => 'Illegal.NeedAccessInternationalSite',
                        'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'illegal.auth',
                        'errorMessage' => 'illegal auth',
                    ],
                ],
                500 => [
                    [
                        'errorCode' => 'System.error',
                        'errorMessage' => 'An error occurred while processing your request.',
                    ],
                ],
            ],
            'staticInfo' => [
                'substitutions' => [
                    'Workorder::2021-06-10::ListProducts',
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Code\\": 200,\\n  \\"Message\\": \\"success\\",\\n  \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n  \\"Success\\": true,\\n  \\"Data\\": {\\n    \\"TechMore\\": [\\n      {\\n        \\"GroupName\\": \\"存储与CDN\\",\\n        \\"ProductList\\": [\\n          {\\n            \\"Name\\": \\"对象存储 OSS\\",\\n            \\"Description\\": \\"对象存储 OSS\\",\\n            \\"ProductCode\\": \\"oss\\"\\n          }\\n        ]\\n      }\\n    ],\\n    \\"HotConsultation\\": [\\n      {\\n        \\"Name\\": \\"代理商类\\",\\n        \\"Description\\": \\"代理商类相关问题\\",\\n        \\"ProductCode\\": \\"agent\\"\\n      }\\n    ],\\n    \\"ConsultationMore\\": [\\n      {\\n        \\"Name\\": \\"会员帐号\\",\\n        \\"Description\\": \\"换绑手机/邮箱、实名认证、找回用户名/密码等相关问题\\",\\n        \\"ProductCode\\": \\"account\\"\\n      }\\n    ],\\n    \\"HotTech\\": [\\n      {\\n        \\"Name\\": \\"云服务器 ECS\\",\\n        \\"Description\\": \\"服务器无法远程、网站无法访问、安全等服务器咨询或技术问题\\",\\n        \\"ProductCode\\": \\"ecs\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Data>\\n    <ConsultationMore>\\n        <Description>备案咨询、补偿、退款、等相关问题</Description>\\n        <Id>76</Id>\\n        <Name>备案</Name>\\n    </ConsultationMore>\\n    <HotConsultation>\\n        <Description>订单,提现,发票,汇款,代金券等相关问题</Description>\\n        <Id>1193</Id>\\n        <Name>财务类</Name>\\n    </HotConsultation>\\n    <HotConsultation>\\n        <Description>换绑手机/邮箱、实名认证、找回用户名/密码等相关问题</Description>\\n        <Id>1194</Id>\\n        <Name>会员帐号</Name>\\n    </HotConsultation>\\n    <HotConsultation>\\n        <Description>客户端配置/使用、收发信件异常及退信、postmaster管理员、垃圾邮件等相关问题</Description>\\n        <Id>88</Id>\\n        <Name>企业邮箱</Name>\\n    </HotConsultation>\\n    <TechMore>\\n        <GroupName>弹性计算</GroupName>\\n        <ProductList>\\n            <Description>无法配置SLB、负载不均衡、健康检查异常等问题</Description>\\n            <Id>86</Id>\\n            <Name>负载均衡</Name>\\n        </ProductList>\\n        <ProductList>\\n            <Description>bucket创建/使用、API密钥等OSS咨询或技术问题--</Description>\\n            <Id>22</Id>\\n            <Name>对象存储 OSS</Name>\\n        </ProductList>\\n        <ProductList>\\n            <Description>独享主机重启、远程无法连接、密码初始化、系统初始化等相关问题</Description>\\n            <Id>101</Id>\\n            <Name>独享主机</Name>\\n        </ProductList>\\n        <ProductList>\\n            <Description>控制面板、FTP使用、数据库、网站访问等轻云服务器问题</Description>\\n            <Id>1205</Id>\\n            <Name>轻云服务器</Name>\\n        </ProductList>\\n        <ProductList>\\n            <Description>(原万网)虚拟主机、独享主机、轻云服务器、云享服务器相关问题</Description>\\n            <Id>1215</Id>\\n            <Name>(原万网)主机</Name>\\n        </ProductList>\\n    </TechMore>\\n    <TechMore>\\n        <GroupName>更多</GroupName>\\n        <ProductList>\\n            <Description>竞赛规则、技术咨询等相关问题</Description>\\n            <Id>1209</Id>\\n            <Name>天池</Name>\\n        </ProductList>\\n    </TechMore>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]',
            'title' => '获取产品类别列表',
            'summary' => '通过ListProducts可获取到产品列表数据。',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
    ],
    'endpoints' => [
        [
            'regionId' => 'ap-northeast-1',
            'endpoint' => 'workorder.ap-northeast-1.aliyuncs.com',
        ],
        [
            'regionId' => 'ap-southeast-1',
            'endpoint' => 'workorder.ap-southeast-1.aliyuncs.com',
        ],
        [
            'regionId' => 'ap-northeast-2-pop',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'ap-south-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'ap-southeast-2',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'ap-southeast-3',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'ap-southeast-5',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-beijing',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-beijing-finance-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-beijing-finance-pop',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-beijing-gov-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-beijing-nu16-b01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-chengdu',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-edge-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-fujian',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-haidian-cm12-c01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou-bj-b01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou-finance',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou-internal-prod-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou-internal-test-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou-internal-test-2',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou-internal-test-3',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou-test-306',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hongkong',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hongkong-finance-pop',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-huhehaote',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-north-2-gov-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-qingdao',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-qingdao-nebula',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shanghai',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shanghai-et15-b01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shanghai-et2-b01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shanghai-finance-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shanghai-inner',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shanghai-internal-test-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shenzhen',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shenzhen-finance-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shenzhen-inner',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shenzhen-st4-d01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shenzhen-su18-b01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-wuhan',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-yushanfang',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-zhangbei-na61-b01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-zhangjiakou',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-zhangjiakou-na62-a01',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-zhengzhou-nebula-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'eu-central-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'eu-west-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'eu-west-1-oxs',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'me-east-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'rus-west-1-pop',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'us-east-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
        [
            'regionId' => 'us-west-1',
            'endpoint' => 'workorder.aliyuncs.com',
        ],
    ],
];