summaryrefslogtreecommitdiff
path: root/data/en_us/support-plan/2021-07-06/api-docs.php
blob: 30c5dae5f636e8db222cbda029b0b0274addabf9 (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
<?php return [
    'version' => '1.0',
    'info' => [
        'style' => 'RPC',
        'product' => 'support-plan',
        'version' => '2021-07-06',
    ],
    'directories' => [
        [
            'id' => 133327,
            'title' => null,
            'type' => 'directory',
            'children' => [
                'ListEnterpriseDingtalkGroupCustomerMembers',
                'AddEnterpriseGroupMemberToTaskGroup',
                'ListEnterpriseDingtalkGroups',
            ],
        ],
        [
            'id' => 133333,
            'title' => null,
            'type' => 'directory',
            'children' => [
                'CreateTaskOrder',
                'ListDdTaskOrder',
                'ListProductByGroup',
            ],
        ],
    ],
    'components' => [
        'schemas' => [
            'EnterpriseDingtalkGroupMember' => [
                'title' => '',
                'description' => '',
                'visibility' => 'public',
                'type' => 'object',
                'properties' => [
                    'IsAdmin' => [
                        'title' => '',
                        'description' => '',
                        'visibility' => 'public',
                        'type' => 'boolean',
                        'example' => 'true',
                        'backendName' => 'isAdmin',
                    ],
                    'Mobile' => [
                        'title' => '',
                        'description' => '',
                        'visibility' => 'public',
                        'type' => 'string',
                        'example' => '130xxxxxxxx',
                        'backendName' => 'mobile',
                    ],
                    'Name' => [
                        'title' => '',
                        'description' => '',
                        'visibility' => 'public',
                        'type' => 'string',
                        'example' => '',
                        'backendName' => 'name',
                    ],
                ],
            ],
        ],
    ],
    'apis' => [
        'ListEnterpriseDingtalkGroupCustomerMembers' => [
            'summary' => '获取钉群中所有客户侧人员信息',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
            ],
            'parameters' => [
                [
                    'name' => 'OpenGroupId',
                    'in' => 'query',
                    'schema' => [
                        'title' => '企业服务群ID',
                        'description' => '',
                        'type' => 'string',
                        'required' => true,
                        'example' => '123',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => '接口请求的唯一ID, 每次调用requestID唯一',
                                'description' => '',
                                'type' => 'string',
                                'example' => '123',
                            ],
                            'Success' => [
                                'title' => '调用接口返回是否成功, true代表调用正常',
                                'description' => '',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'Message' => [
                                'title' => '错误信息, 当success=false的时候, 可以取到message',
                                'description' => '',
                                'type' => 'string',
                                'example' => 'Invalid data',
                            ],
                            'Code' => [
                                'title' => '接口请求结果返回码',
                                'description' => '',
                                'type' => 'string',
                                'example' => '200',
                            ],
                            'Data' => [
                                'title' => '',
                                'description' => '',
                                'type' => 'array',
                                'items' => [
                                    'description' => '',
                                    '$ref' => '#/components/schemas/EnterpriseDingtalkGroupMember',
                                    'type' => 'object',
                                    'properties' => [
                                        'Name' => [
                                            'type' => 'string',
                                        ],
                                        'IsAdmin' => [
                                            'type' => 'boolean',
                                        ],
                                        'UserId' => [
                                            'type' => 'string',
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"123\\",\\n  \\"Success\\": true,\\n  \\"Message\\": \\"Invalid data\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": [\\n    {\\n      \\"Name\\": \\"云小宝\\",\\n      \\"IsAdmin\\": true,\\n      \\"UserId\\": \\"PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=\\"\\n    }\\n  ]\\n}","errorExample":""},{"type":"xml","example":"<ListEnterpriseDingtalkGroupCustomerMembersResponse>\\n    <RequestId>123</RequestId>\\n    <Success>true</Success>\\n    <Message>Invalid data</Message>\\n    <Code>200</Code>\\n    <Data>\\n        <IsAdmin>true</IsAdmin>\\n        <Mobile>130xxxxxxxx</Mobile>\\n        <Name>张三</Name>\\n    </Data>\\n</ListEnterpriseDingtalkGroupCustomerMembersResponse>","errorExample":""}]',
        ],
        'AddEnterpriseGroupMemberToTaskGroup' => [
            'summary' => '添加客户服务主群人员进子群',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'UserId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs=',
                    ],
                ],
                [
                    'name' => 'TaskOrderId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'E240815B72K5D3',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '',
                                'type' => 'string',
                                'example' => '43135C31-E47A-5AD7-A693-6DC635201CE4',
                            ],
                            'Success' => [
                                'description' => '',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'Message' => [
                                'description' => '',
                                'type' => 'string',
                                'example' => 'ok',
                            ],
                            'Code' => [
                                'description' => '',
                                'type' => 'string',
                                'example' => '200',
                            ],
                            'Data' => [
                                'description' => '',
                                'type' => 'string',
                                'example' => 'true',
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n  \\"Success\\": true,\\n  \\"Message\\": \\"ok\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Data\\": \\"true\\"\\n}","type":"json"}]',
        ],
        'ListEnterpriseDingtalkGroups' => [
            'summary' => '查询所有企业钉群成员',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => '接口请求的唯一ID, 每次调用requestID唯一',
                                'description' => '',
                                'type' => 'string',
                                'example' => '12xxxxx',
                            ],
                            'Success' => [
                                'title' => '调用接口返回是否成功, true代表调用正常',
                                'description' => '',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                            'Message' => [
                                'title' => '错误信息, 当success=false的时候, 可以取到message',
                                'description' => '',
                                'type' => 'string',
                                'example' => 'Data Invalid',
                            ],
                            'Code' => [
                                'title' => '接口请求结果返回码',
                                'description' => '',
                                'type' => 'string',
                                'example' => 'true',
                            ],
                            'Data' => [
                                'title' => '服务钉群数组',
                                'description' => '',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'OpenGroupId' => [
                                            'title' => '钉群ID',
                                            'description' => '',
                                            'type' => 'string',
                                            'example' => '123',
                                        ],
                                        'GroupName' => [
                                            'title' => '钉群名',
                                            'description' => '',
                                            'type' => 'string',
                                            'example' => 'A公司服务群',
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"12xxxxx\\",\\n  \\"Success\\": true,\\n  \\"Message\\": \\"Data Invalid\\",\\n  \\"Code\\": \\"true\\",\\n  \\"Data\\": [\\n    {\\n      \\"OpenGroupId\\": \\"123\\",\\n      \\"GroupName\\": \\"A公司服务群\\"\\n    }\\n  ]\\n}","errorExample":""},{"type":"xml","example":"<ListEnterpriseDingtalkGroupsResponse>\\n    <RequestId>12xxxxx</RequestId>\\n    <Success>true</Success>\\n    <Message>Data Invalid</Message>\\n    <Code>true</Code>\\n    <Data>\\n        <OpenGroupId>123</OpenGroupId>\\n        <GroupName>A公司服务群</GroupName>\\n    </Data>\\n</ListEnterpriseDingtalkGroupsResponse>","errorExample":""}]',
        ],
        'CreateTaskOrder' => [
            'summary' => '创建工单',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'OpenGroupId',
                    'in' => 'query',
                    'schema' => [
                        'title' => '主群关联Id',
                        'description' => '',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cid+lUpHxTIXt7DYqJDcpVxlA==',
                    ],
                ],
                [
                    'name' => 'UrgentDescription',
                    'in' => 'query',
                    'schema' => [
                        'title' => '重要性描述',
                        'type' => 'string',
                        'required' => false,
                        'example' => '重要性描述',
                    ],
                ],
                [
                    'name' => 'IsUrgent',
                    'in' => 'query',
                    'schema' => [
                        'type' => 'boolean',
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'Overview',
                    'in' => 'query',
                    'schema' => [
                        'title' => '任务单标题',
                        'type' => 'string',
                        'required' => true,
                        'example' => '任务单标题:必填',
                    ],
                ],
                [
                    'name' => 'ProductCode',
                    'in' => 'query',
                    'schema' => [
                        'title' => 'productType',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'ecs',
                    ],
                ],
                [
                    'name' => 'CreateUserId',
                    'in' => 'query',
                    'schema' => [
                        'type' => 'string',
                        'required' => true,
                        'example' => '123',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Message' => [
                                'title' => 'msg',
                                'description' => 'msg',
                                'type' => 'string',
                                'example' => 'ok',
                            ],
                            'RequestId' => [
                                'title' => 'requestId',
                                'description' => 'requestId',
                                'type' => 'string',
                                'example' => '123',
                            ],
                            'Data' => [
                                'title' => '返回任务单号:OrderId',
                                'description' => '',
                                'type' => 'string',
                                'example' => 'E21111796147LE',
                            ],
                            'Code' => [
                                'title' => 'code',
                                'description' => 'code',
                                'type' => 'string',
                                'example' => '200',
                            ],
                            'Success' => [
                                'title' => 'success',
                                'description' => 'success',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Message\\": \\"ok\\",\\n  \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n  \\"Data\\": \\"E21111796147LE\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<CreateTaskOrderResponse>\\n    <Message>ok</Message>\\n    <RequestId>43135C31-E47A-5AD7-A693-6DC635201CE4</RequestId>\\n    <Data>E21111796147LE</Data>\\n    <Code>200</Code>\\n    <Success>true</Success>\\n</CreateTaskOrderResponse>","errorExample":""}]',
        ],
        'ListDdTaskOrder' => [
            'summary' => 'ListDdTaskOrder',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
            ],
            'parameters' => [
                [
                    'name' => 'OpenGroupId',
                    'in' => 'query',
                    'schema' => [
                        'title' => 'openGroupId',
                        'description' => 'openGroupId',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'DAWNN14N',
                    ],
                ],
                [
                    'name' => 'TaskStatus',
                    'in' => 'query',
                    'schema' => [
                        'title' => 'taskStatus',
                        'description' => 'taskStatus',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'dealingNode',
                    ],
                ],
                [
                    'name' => 'CreateRealName',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'createRealName',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Tom',
                    ],
                ],
                [
                    'name' => 'StartTime',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'startTime',
                        'type' => 'string',
                        'required' => false,
                        'example' => '2024-08-01 14:09:11',
                    ],
                ],
                [
                    'name' => 'EndTime',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'endTime',
                        'type' => 'string',
                        'required' => false,
                        'example' => '2024-08-20 14:09:16',
                    ],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'pageSize',
                        'type' => 'integer',
                        'required' => false,
                        'example' => '10',
                        'default' => '10',
                        'format' => 'int64',
                    ],
                ],
                [
                    'name' => 'PageNo',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'pageNo',
                        'type' => 'integer',
                        'required' => false,
                        'example' => '1',
                        'default' => '1',
                        'format' => 'int64',
                    ],
                ],
                [
                    'name' => 'IsUrgent',
                    'in' => 'query',
                    'schema' => [
                        'type' => 'boolean',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Message' => [
                                'title' => 'msg',
                                'description' => 'msg',
                                'type' => 'string',
                                'example' => '请求成功',
                            ],
                            'RequestId' => [
                                'title' => 'requestId',
                                'description' => 'requestId',
                                'type' => 'string',
                                'example' => '2F8557E4-742B-1CF7-8E83-28CD0C1F7B48',
                            ],
                            'Data' => [
                                'title' => 'data',
                                'description' => 'data',
                                'type' => 'string',
                                'example' => '{   "msg": "请求成功",   "code": "200",   "data": [     {       "wfNodeId": "dealingNode",//任务单状态       "createEmpId": null,//创建人工号,可以忽略       "createTime": 1637571435000,//任务单创建时间       "orderId": "E2111221H1UKCZ",//任务单号       "isImportant": "normal",//是否紧急       "closeTime": null,//任务单关单时间       "taskTitle": "测试单16点44",//标题       "productType": "3270"//问题分类     },     {       "wfNodeId": "dealingNode",       "createEmpId": null,       "createTime": 1637820497000,       "orderId": "E211125CG111EM",       "isImportant": "normal",       "closeTime": null,       "taskTitle": "测试单14",       "class": "com.aliyun.dingtalklanding.dto.OpenTaskOrderDTO",       "productType": "3270"     }   ],   "success": true,   "requestId": "123",   "class": "com.aliyun.dingtalklanding.pop.dto.PopResultDTO" }',
                            ],
                            'Code' => [
                                'title' => 'code',
                                'description' => 'code',
                                'type' => 'string',
                                'example' => '200',
                            ],
                            'Success' => [
                                'title' => 'success',
                                'description' => 'success',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Message\\": \\"请求成功\\",\\n  \\"RequestId\\": \\"2F8557E4-742B-1CF7-8E83-28CD0C1F7B48\\",\\n  \\"Data\\": \\"[\\\\n    {\\\\n      \\\\\\"taskStatus\\\\\\": \\\\\\"处理中\\\\\\",\\\\n      \\\\\\"taskOrderId\\\\\\": \\\\\\"E240815B72K5D3\\\\\\",\\\\n      \\\\\\"startNo\\\\\\": \\\\\\"5星\\\\\\",\\\\n      \\\\\\"createRealName\\\\\\": \\\\\\"云小宝\\\\\\",\\\\n      \\\\\\"feedback\\\\\\": \\\\\\"对客总结\\\\\\",\\\\n      \\\\\\"groupName\\\\\\": \\\\\\"测试主群\\\\\\",\\\\n      \\\\\\"createTime\\\\\\": \\\\\\"2024-08-15T20:43Z\\\\\\",\\\\n      \\\\\\"firstConfirmedTime\\\\\\": \\\\\\"2024-08-18T15:25Z\\\\\\",\\\\n      \\\\\\"isUrgent\\\\\\": \\\\\\"normal\\\\\\",\\\\n      \\\\\\"closeTime\\\\\\": \\\\\\"2024-08-21T16:25Z\\\\\\",\\\\n      \\\\\\"taskTitle\\\\\\": \\\\\\"测试建单\\\\\\",\\\\n      \\\\\\"productName\\\\\\": \\\\\\"云服务器 ECS\\\\\\",\\\\n      \\\\\\"chatId\\\\\\": \\\\\\"chatb728b275a0056e516ed7798cf4e5dabd\\\\\\"\\\\n    }\\\\n]\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<ListDdTaskOrderResponse>\\n    <Message>请求成功</Message>\\n    <RequestId>2F8557E4-742B-1CF7-8E83-28CD0C1F7B48</RequestId>\\n    <Data>[     {         \\"wfNodeId\\":\\"dealingNode\\",         \\"createEmpId\\":null,         \\"createTime\\":1637571435000,         \\"orderId\\":\\"E2111221H1UKCZ\\",         \\"isImportant\\":\\"normal\\",         \\"closeTime\\":null,         \\"taskTitle\\":\\"测试单16点44\\",         \\"productType\\":\\"3270\\"     } ]</Data>\\n    <Code>200</Code>\\n    <Success>true</Success>\\n</ListDdTaskOrderResponse>","errorExample":""}]',
            'title' => 'ListDdTaskOrder',
        ],
        'ListProductByGroup' => [
            'summary' => '获取问题分类',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
            ],
            'parameters' => [
                [
                    'name' => 'OpenGroupId',
                    'in' => 'query',
                    'schema' => [
                        'title' => '主群关联Id',
                        'description' => '',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cidXcezGVQJjiWy2PzXylGwvg==',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'result',
                        'description' => 'result',
                        'type' => 'object',
                        'properties' => [
                            'Message' => [
                                'title' => 'msg',
                                'description' => 'msg',
                                'type' => 'string',
                                'example' => '请求成功',
                            ],
                            'RequestId' => [
                                'title' => '接口交互动态值',
                                'description' => 'requestId',
                                'type' => 'string',
                                'example' => '123',
                            ],
                            'Data' => [
                                'title' => 'data',
                                'description' => 'data',
                                'type' => 'string',
                                'example' => '[     {       "wfNodeId": "dealingNode",//任务单状态       "createEmpId": null,//创建人工号,可以忽略       "createTime": 1637571435000,//任务单创建时间       "orderId": "E2111221H1UKCZ",//任务单号       "isImportant": "normal",//是否紧急       "closeTime": null,//任务单关单时间       "taskTitle": "测试单16点44",//标题       "productType": "3270"//问题分类     },     {       "wfNodeId": "dealingNode",       "createEmpId": null,       "createTime": 1637820497000,       "orderId": "E211125CG111EM",       "isImportant": "normal",       "closeTime": null,       "taskTitle": "测试单14",       "class": "com.aliyun.dingtalklanding.dto.OpenTaskOrderDTO",       "productType": "3270"     }   ]',
                            ],
                            'Code' => [
                                'title' => 'code',
                                'description' => 'code',
                                'type' => 'string',
                                'example' => '200',
                            ],
                            'Success' => [
                                'title' => 'success',
                                'description' => 'success',
                                'type' => 'boolean',
                                'example' => 'true',
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Message\\": \\"请求成功\\",\\n  \\"RequestId\\": \\"43135C31-E47A-5AD7-A693-6DC635201CE4\\",\\n  \\"Data\\": \\"[\\\\n    {\\\\n      \\\\\\"productName\\\\\\": \\\\\\"ECS\\\\\\",\\\\n      \\\\\\"productCode\\\\\\": \\\\\\"ecs\\\\\\"\\\\n    }\\\\n  ]\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<ListProductByGroupResponse>\\n    <Message>请求成功</Message>\\n    <RequestId>123</RequestId>\\n    <Data>[     {         \\"classificationProductTypeId\\":3270,         \\"classificationProductName\\":\\"伏虎测试组\\",         \\"classificationProductDesc\\":\\"伏虎测试组\\",         \\"classificationProductTypeName\\":\\"lc-云享咨询\\",         \\"id\\":462,         \\"enabled\\":1     } ]</Data>\\n    <Code>200</Code>\\n    <Success>true</Success>\\n</ListProductByGroupResponse>","errorExample":""}]',
        ],
    ],
    'endpoints' => [
        [
            'regionId' => 'cn-shanghai',
            'endpoint' => 'supportplan.aliyuncs.com',
        ],
    ],
];