@rishiqing/cli 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1010 @@
1
+ {
2
+ "generatedAt": "2026-04-08T09:29:10.864Z",
3
+ "totalCommands": 54,
4
+ "modules": [
5
+ {
6
+ "module": "datasheet",
7
+ "count": 6
8
+ },
9
+ {
10
+ "module": "workflow",
11
+ "count": 21
12
+ },
13
+ {
14
+ "module": "contacts",
15
+ "count": 2
16
+ },
17
+ {
18
+ "module": "project",
19
+ "count": 12
20
+ },
21
+ {
22
+ "module": "task",
23
+ "count": 13
24
+ }
25
+ ],
26
+ "commands": [
27
+ {
28
+ "module": "datasheet",
29
+ "name": "createDatasheetRecords",
30
+ "aliases": [
31
+ "create-records"
32
+ ],
33
+ "exposure": "public",
34
+ "method": "POST",
35
+ "path": "/rsq/api/v1/datasheet/create_record",
36
+ "summary": "创建数据表行记录",
37
+ "parameters": [],
38
+ "hasRequestBody": true
39
+ },
40
+ {
41
+ "module": "datasheet",
42
+ "name": "deleteDatasheetRecords",
43
+ "aliases": [
44
+ "delete-records"
45
+ ],
46
+ "exposure": "public",
47
+ "method": "DELETE",
48
+ "path": "/rsq/api/v1/datasheet/delete_datasheet_record",
49
+ "summary": "删除数据表行记录",
50
+ "parameters": [],
51
+ "hasRequestBody": true
52
+ },
53
+ {
54
+ "module": "datasheet",
55
+ "name": "getDatasheetFields",
56
+ "aliases": [
57
+ "get-fields"
58
+ ],
59
+ "exposure": "public",
60
+ "method": "GET",
61
+ "path": "/rsq/api/v1/datasheet/get_datasheet_field",
62
+ "summary": "获取数据表的列信息",
63
+ "parameters": [
64
+ {
65
+ "name": "datasheetId",
66
+ "in": "query",
67
+ "required": false,
68
+ "type": "string"
69
+ }
70
+ ],
71
+ "hasRequestBody": false
72
+ },
73
+ {
74
+ "module": "datasheet",
75
+ "name": "getDatasheetRecords",
76
+ "aliases": [
77
+ "list-records"
78
+ ],
79
+ "exposure": "public",
80
+ "method": "POST",
81
+ "path": "/rsq/api/v1/datasheet/get_datasheet_record",
82
+ "summary": "获取数据表的行信息",
83
+ "parameters": [],
84
+ "hasRequestBody": true
85
+ },
86
+ {
87
+ "module": "datasheet",
88
+ "name": "listTeamDatasheets",
89
+ "aliases": [
90
+ "list-datasheets"
91
+ ],
92
+ "exposure": "public",
93
+ "method": "GET",
94
+ "path": "/rsq/api/v1/datasheet/list_team_datasheet",
95
+ "summary": "获取公司内所有的数据表",
96
+ "parameters": [],
97
+ "hasRequestBody": false
98
+ },
99
+ {
100
+ "module": "datasheet",
101
+ "name": "updateDatasheetRecords",
102
+ "aliases": [
103
+ "update-records"
104
+ ],
105
+ "exposure": "public",
106
+ "method": "PUT",
107
+ "path": "/rsq/api/v1/datasheet/update_record",
108
+ "summary": "更新数据表行记录",
109
+ "parameters": [],
110
+ "hasRequestBody": true
111
+ },
112
+ {
113
+ "module": "workflow",
114
+ "name": "createAuditInfo",
115
+ "aliases": [],
116
+ "exposure": "public",
117
+ "method": "POST",
118
+ "path": "/rsq/api/v1/workflow/audit-infos",
119
+ "summary": "创建审核项配置",
120
+ "parameters": [],
121
+ "hasRequestBody": true
122
+ },
123
+ {
124
+ "module": "workflow",
125
+ "name": "createAuditInfoByNames",
126
+ "aliases": [
127
+ "create-audit-by-names"
128
+ ],
129
+ "exposure": "composed",
130
+ "method": "POST",
131
+ "path": "/rsq/api/v1/workflow/audit-infos",
132
+ "summary": "根据人员名称创建审核项配置",
133
+ "parameters": [
134
+ {
135
+ "name": "flowApplicationId",
136
+ "in": "query",
137
+ "required": true,
138
+ "type": "string"
139
+ },
140
+ {
141
+ "name": "stepInfoId",
142
+ "in": "query",
143
+ "required": true,
144
+ "type": "string"
145
+ },
146
+ {
147
+ "name": "auditInfoName",
148
+ "in": "query",
149
+ "required": true,
150
+ "type": "string"
151
+ },
152
+ {
153
+ "name": "userNames",
154
+ "in": "query",
155
+ "required": true,
156
+ "type": "string"
157
+ },
158
+ {
159
+ "name": "frontAuditInfoId",
160
+ "in": "query",
161
+ "required": false,
162
+ "type": "string"
163
+ }
164
+ ],
165
+ "hasRequestBody": false
166
+ },
167
+ {
168
+ "module": "workflow",
169
+ "name": "createFlowApplication",
170
+ "aliases": [
171
+ "create-app"
172
+ ],
173
+ "exposure": "public",
174
+ "method": "POST",
175
+ "path": "/rsq/api/v1/workflow/flow-applications",
176
+ "summary": "创建新的流程应用",
177
+ "parameters": [],
178
+ "hasRequestBody": true
179
+ },
180
+ {
181
+ "module": "workflow",
182
+ "name": "createForm",
183
+ "aliases": [],
184
+ "exposure": "public",
185
+ "method": "POST",
186
+ "path": "/rsq/api/v1/workflow/forms",
187
+ "summary": "创建表单配置",
188
+ "parameters": [],
189
+ "hasRequestBody": true
190
+ },
191
+ {
192
+ "module": "workflow",
193
+ "name": "createStepInfo",
194
+ "aliases": [],
195
+ "exposure": "public",
196
+ "method": "POST",
197
+ "path": "/rsq/api/v1/workflow/step-infos",
198
+ "summary": "创建步骤配置",
199
+ "parameters": [],
200
+ "hasRequestBody": true
201
+ },
202
+ {
203
+ "module": "workflow",
204
+ "name": "getProcessInfo",
205
+ "aliases": [
206
+ "get-process"
207
+ ],
208
+ "exposure": "public",
209
+ "method": "GET",
210
+ "path": "/rsq/api/v1/workflow/process-infos/{processInfoId}",
211
+ "summary": "查询流程实例详情",
212
+ "parameters": [
213
+ {
214
+ "name": "processInfoId",
215
+ "in": "path",
216
+ "required": true,
217
+ "type": "string"
218
+ }
219
+ ],
220
+ "hasRequestBody": false
221
+ },
222
+ {
223
+ "module": "workflow",
224
+ "name": "getProcessInfoStep",
225
+ "aliases": [],
226
+ "exposure": "public",
227
+ "method": "GET",
228
+ "path": "/rsq/api/v1/workflow/process-infos/list/{flowApplicationId}",
229
+ "summary": "获取已发起的流程列表",
230
+ "parameters": [
231
+ {
232
+ "name": "flowApplicationId",
233
+ "in": "path",
234
+ "required": true,
235
+ "type": "string"
236
+ }
237
+ ],
238
+ "hasRequestBody": false
239
+ },
240
+ {
241
+ "module": "workflow",
242
+ "name": "getProcessInfoStep",
243
+ "aliases": [],
244
+ "exposure": "public",
245
+ "method": "GET",
246
+ "path": "/rsq/api/v1/workflow/process-info-steps/{processInfoStepId}",
247
+ "summary": "查询已发起流程的步骤详情",
248
+ "parameters": [
249
+ {
250
+ "name": "processInfoStepId",
251
+ "in": "path",
252
+ "required": true,
253
+ "type": "string"
254
+ }
255
+ ],
256
+ "hasRequestBody": false
257
+ },
258
+ {
259
+ "module": "workflow",
260
+ "name": "getStepInfo",
261
+ "aliases": [],
262
+ "exposure": "public",
263
+ "method": "GET",
264
+ "path": "/rsq/api/v1/workflow/step-infos/{stepInfoId}",
265
+ "summary": "查询步骤配置详情",
266
+ "parameters": [
267
+ {
268
+ "name": "stepInfoId",
269
+ "in": "path",
270
+ "required": true,
271
+ "type": "string"
272
+ }
273
+ ],
274
+ "hasRequestBody": false
275
+ },
276
+ {
277
+ "module": "workflow",
278
+ "name": "listFlowApplications",
279
+ "aliases": [
280
+ "list-apps"
281
+ ],
282
+ "exposure": "public",
283
+ "method": "GET",
284
+ "path": "/rsq/api/v1/workflow/flow-applications",
285
+ "summary": "列出所有流程应用",
286
+ "parameters": [],
287
+ "hasRequestBody": false
288
+ },
289
+ {
290
+ "module": "workflow",
291
+ "name": "listFlowApplicationTemplates",
292
+ "aliases": [
293
+ "list-templates"
294
+ ],
295
+ "exposure": "public",
296
+ "method": "GET",
297
+ "path": "/rsq/api/v1/workflow/flow-application-templates",
298
+ "summary": "列出所有模板流程应用",
299
+ "parameters": [],
300
+ "hasRequestBody": false
301
+ },
302
+ {
303
+ "module": "workflow",
304
+ "name": "listStepInfosByFlowApplicationId",
305
+ "aliases": [],
306
+ "exposure": "public",
307
+ "method": "GET",
308
+ "path": "/rsq/api/v1/workflow/step-infos/list/{flowapplicationId}",
309
+ "summary": "查询步骤配置列表",
310
+ "parameters": [
311
+ {
312
+ "name": "flowapplicationId",
313
+ "in": "path",
314
+ "required": true,
315
+ "type": "string"
316
+ }
317
+ ],
318
+ "hasRequestBody": false
319
+ },
320
+ {
321
+ "module": "workflow",
322
+ "name": "startProcessInfosBatch",
323
+ "aliases": [],
324
+ "exposure": "composed",
325
+ "method": "POST",
326
+ "path": "/rsq/api/v1/workflow/process-infos/batch",
327
+ "summary": "批量发起流程实例",
328
+ "parameters": [],
329
+ "hasRequestBody": true
330
+ },
331
+ {
332
+ "module": "workflow",
333
+ "name": "updateAuditInfo",
334
+ "aliases": [],
335
+ "exposure": "public",
336
+ "method": "PUT",
337
+ "path": "/rsq/api/v1/workflow/audit-infos/{auditInfoId}",
338
+ "summary": "更新审核项配置",
339
+ "parameters": [
340
+ {
341
+ "name": "auditInfoId",
342
+ "in": "path",
343
+ "required": true,
344
+ "type": "string"
345
+ }
346
+ ],
347
+ "hasRequestBody": true
348
+ },
349
+ {
350
+ "module": "workflow",
351
+ "name": "updateAuditInfoByNames",
352
+ "aliases": [
353
+ "update-audit-by-names"
354
+ ],
355
+ "exposure": "composed",
356
+ "method": "PUT",
357
+ "path": "/rsq/api/v1/workflow/audit-infos/{auditInfoId}",
358
+ "summary": "根据人员名称更新审核项配置",
359
+ "parameters": [
360
+ {
361
+ "name": "auditInfoId",
362
+ "in": "path",
363
+ "required": true,
364
+ "type": "string"
365
+ },
366
+ {
367
+ "name": "auditInfoName",
368
+ "in": "query",
369
+ "required": true,
370
+ "type": "string"
371
+ },
372
+ {
373
+ "name": "userNames",
374
+ "in": "query",
375
+ "required": true,
376
+ "type": "string"
377
+ }
378
+ ],
379
+ "hasRequestBody": false
380
+ },
381
+ {
382
+ "module": "workflow",
383
+ "name": "updateForm",
384
+ "aliases": [],
385
+ "exposure": "public",
386
+ "method": "PUT",
387
+ "path": "/rsq/api/v1/workflow/forms/{formId}",
388
+ "summary": "更新表单配置",
389
+ "parameters": [
390
+ {
391
+ "name": "formId",
392
+ "in": "path",
393
+ "required": true,
394
+ "type": "string"
395
+ }
396
+ ],
397
+ "hasRequestBody": true
398
+ },
399
+ {
400
+ "module": "workflow",
401
+ "name": "updateProcessInfoAudit",
402
+ "aliases": [],
403
+ "exposure": "internal",
404
+ "method": "PUT",
405
+ "path": "/rsq/api/v1/workflow/process-info-audits/{processInfoStepId}",
406
+ "summary": "修改运行中的审核项属性",
407
+ "parameters": [
408
+ {
409
+ "name": "processInfoStepId",
410
+ "in": "path",
411
+ "required": true,
412
+ "type": "string"
413
+ }
414
+ ],
415
+ "hasRequestBody": true
416
+ },
417
+ {
418
+ "module": "workflow",
419
+ "name": "updateProcessInfoStep",
420
+ "aliases": [],
421
+ "exposure": "public",
422
+ "method": "PUT",
423
+ "path": "/rsq/api/v1/workflow/process-info-steps/{processInfoStepId}",
424
+ "summary": "修改运行中的步骤属性",
425
+ "parameters": [
426
+ {
427
+ "name": "processInfoStepId",
428
+ "in": "path",
429
+ "required": true,
430
+ "type": "string"
431
+ }
432
+ ],
433
+ "hasRequestBody": true
434
+ },
435
+ {
436
+ "module": "workflow",
437
+ "name": "updateProcessInfoStepField",
438
+ "aliases": [],
439
+ "exposure": "internal",
440
+ "method": "PUT",
441
+ "path": "/rsq/api/v1/workflow/process-info-steps/{processInfoStepId}/fields/{fieldId}",
442
+ "summary": "修改步骤表单中的字段值",
443
+ "parameters": [
444
+ {
445
+ "name": "processInfoStepId",
446
+ "in": "path",
447
+ "required": true,
448
+ "type": "string"
449
+ },
450
+ {
451
+ "name": "fieldId",
452
+ "in": "path",
453
+ "required": true,
454
+ "type": "string"
455
+ }
456
+ ],
457
+ "hasRequestBody": true
458
+ },
459
+ {
460
+ "module": "workflow",
461
+ "name": "updateProcessInfoStepStatus",
462
+ "aliases": [],
463
+ "exposure": "internal",
464
+ "method": "PUT",
465
+ "path": "/rsq/api/v1/workflow/process-info-steps/{processInfoStepId}/status",
466
+ "summary": "流转流程步骤状态",
467
+ "parameters": [
468
+ {
469
+ "name": "processInfoStepId",
470
+ "in": "path",
471
+ "required": true,
472
+ "type": "string"
473
+ }
474
+ ],
475
+ "hasRequestBody": true
476
+ },
477
+ {
478
+ "module": "workflow",
479
+ "name": "updateStepInfo",
480
+ "aliases": [],
481
+ "exposure": "public",
482
+ "method": "PUT",
483
+ "path": "/rsq/api/v1/workflow/step-infos/{stepInfoId}",
484
+ "summary": "更新步骤配置",
485
+ "parameters": [
486
+ {
487
+ "name": "stepInfoId",
488
+ "in": "path",
489
+ "required": true,
490
+ "type": "string"
491
+ }
492
+ ],
493
+ "hasRequestBody": true
494
+ },
495
+ {
496
+ "module": "contacts",
497
+ "name": "listAllUsers",
498
+ "aliases": [
499
+ "list-users"
500
+ ],
501
+ "exposure": "public",
502
+ "method": "GET",
503
+ "path": "/rsq/api/v1/contacts/list-all-user",
504
+ "summary": "列出公司所有用户",
505
+ "parameters": [],
506
+ "hasRequestBody": false
507
+ },
508
+ {
509
+ "module": "contacts",
510
+ "name": "resolveUser",
511
+ "aliases": [
512
+ "resolve-user"
513
+ ],
514
+ "exposure": "composed",
515
+ "method": "GET",
516
+ "path": "/rsq/api/v1/contacts/list-all-user",
517
+ "summary": "根据用户名称解析 userId",
518
+ "parameters": [
519
+ {
520
+ "name": "userName",
521
+ "in": "query",
522
+ "required": true,
523
+ "type": "string"
524
+ }
525
+ ],
526
+ "hasRequestBody": false
527
+ },
528
+ {
529
+ "module": "project",
530
+ "name": "createCard",
531
+ "aliases": [],
532
+ "exposure": "public",
533
+ "method": "POST",
534
+ "path": "/rsq/api/v1/projects/plans/{planId}/cards",
535
+ "summary": "创建卡片",
536
+ "parameters": [
537
+ {
538
+ "name": "planId",
539
+ "in": "path",
540
+ "required": true,
541
+ "type": "string"
542
+ }
543
+ ],
544
+ "hasRequestBody": true
545
+ },
546
+ {
547
+ "module": "project",
548
+ "name": "createPlan",
549
+ "aliases": [],
550
+ "exposure": "public",
551
+ "method": "POST",
552
+ "path": "/rsq/api/v1/projects/{projectId}/plans",
553
+ "summary": "创建模块",
554
+ "parameters": [
555
+ {
556
+ "name": "projectId",
557
+ "in": "path",
558
+ "required": true,
559
+ "type": "string"
560
+ }
561
+ ],
562
+ "hasRequestBody": true
563
+ },
564
+ {
565
+ "module": "project",
566
+ "name": "createProject",
567
+ "aliases": [
568
+ "create"
569
+ ],
570
+ "exposure": "public",
571
+ "method": "POST",
572
+ "path": "/rsq/api/v1/projects",
573
+ "summary": "创建项目",
574
+ "parameters": [],
575
+ "hasRequestBody": true
576
+ },
577
+ {
578
+ "module": "project",
579
+ "name": "getProjectById",
580
+ "aliases": [
581
+ "get"
582
+ ],
583
+ "exposure": "public",
584
+ "method": "GET",
585
+ "path": "/rsq/api/v1/projects/{projectId}",
586
+ "summary": "获取项目信息",
587
+ "parameters": [
588
+ {
589
+ "name": "projectId",
590
+ "in": "path",
591
+ "required": true,
592
+ "type": "string"
593
+ }
594
+ ],
595
+ "hasRequestBody": false
596
+ },
597
+ {
598
+ "module": "project",
599
+ "name": "listCardsByPlanIds",
600
+ "aliases": [],
601
+ "exposure": "public",
602
+ "method": "GET",
603
+ "path": "/rsq/api/v1/projects/cards",
604
+ "summary": "批量获取卡片列表",
605
+ "parameters": [
606
+ {
607
+ "name": "planIds",
608
+ "in": "query",
609
+ "required": true,
610
+ "type": "array"
611
+ }
612
+ ],
613
+ "hasRequestBody": false
614
+ },
615
+ {
616
+ "module": "project",
617
+ "name": "listPlansByProjectIds",
618
+ "aliases": [
619
+ "list-plans"
620
+ ],
621
+ "exposure": "public",
622
+ "method": "GET",
623
+ "path": "/rsq/api/v1/projects",
624
+ "summary": "获取项目列表",
625
+ "parameters": [],
626
+ "hasRequestBody": false
627
+ },
628
+ {
629
+ "module": "project",
630
+ "name": "listPlansByProjectIds",
631
+ "aliases": [
632
+ "list-plans"
633
+ ],
634
+ "exposure": "public",
635
+ "method": "GET",
636
+ "path": "/rsq/api/v1/projects/plans",
637
+ "summary": "批量获取模块列表",
638
+ "parameters": [
639
+ {
640
+ "name": "projectIds",
641
+ "in": "query",
642
+ "required": true,
643
+ "type": "array"
644
+ }
645
+ ],
646
+ "hasRequestBody": false
647
+ },
648
+ {
649
+ "module": "project",
650
+ "name": "setProjectMemberByName",
651
+ "aliases": [
652
+ "set-member-by-name"
653
+ ],
654
+ "exposure": "composed",
655
+ "method": "POST",
656
+ "path": "/rsq/api/v1/projects/{projectId}/members",
657
+ "summary": "根据人员名称设置项目成员",
658
+ "parameters": [
659
+ {
660
+ "name": "projectId",
661
+ "in": "path",
662
+ "required": true,
663
+ "type": "string"
664
+ },
665
+ {
666
+ "name": "userName",
667
+ "in": "query",
668
+ "required": true,
669
+ "type": "string"
670
+ }
671
+ ],
672
+ "hasRequestBody": false
673
+ },
674
+ {
675
+ "module": "project",
676
+ "name": "updateCard",
677
+ "aliases": [],
678
+ "exposure": "public",
679
+ "method": "PUT",
680
+ "path": "/rsq/api/v1/projects/cards/{cardId}",
681
+ "summary": "修改卡片信息",
682
+ "parameters": [
683
+ {
684
+ "name": "cardId",
685
+ "in": "path",
686
+ "required": true,
687
+ "type": "string"
688
+ }
689
+ ],
690
+ "hasRequestBody": true
691
+ },
692
+ {
693
+ "module": "project",
694
+ "name": "updatePlan",
695
+ "aliases": [],
696
+ "exposure": "public",
697
+ "method": "PUT",
698
+ "path": "/rsq/api/v1/projects/plans/{planId}",
699
+ "summary": "修改模块信息",
700
+ "parameters": [
701
+ {
702
+ "name": "planId",
703
+ "in": "path",
704
+ "required": true,
705
+ "type": "string"
706
+ }
707
+ ],
708
+ "hasRequestBody": true
709
+ },
710
+ {
711
+ "module": "project",
712
+ "name": "updateProject",
713
+ "aliases": [],
714
+ "exposure": "public",
715
+ "method": "PUT",
716
+ "path": "/rsq/api/v1/projects/{projectId}",
717
+ "summary": "修改项目信息",
718
+ "parameters": [
719
+ {
720
+ "name": "projectId",
721
+ "in": "path",
722
+ "required": true,
723
+ "type": "string"
724
+ }
725
+ ],
726
+ "hasRequestBody": true
727
+ },
728
+ {
729
+ "module": "project",
730
+ "name": "updateProjectMember",
731
+ "aliases": [],
732
+ "exposure": "internal",
733
+ "method": "POST",
734
+ "path": "/rsq/api/v1/projects/{projectId}/members",
735
+ "summary": "修改项目成员",
736
+ "parameters": [
737
+ {
738
+ "name": "projectId",
739
+ "in": "path",
740
+ "required": true,
741
+ "type": "string"
742
+ }
743
+ ],
744
+ "hasRequestBody": true
745
+ },
746
+ {
747
+ "module": "task",
748
+ "name": "addTaskParticipant",
749
+ "aliases": [],
750
+ "exposure": "composed",
751
+ "method": "POST",
752
+ "path": "/rsq/api/v1/tasks/{taskId}/participants",
753
+ "summary": "添加任务参与人",
754
+ "parameters": [
755
+ {
756
+ "name": "taskId",
757
+ "in": "path",
758
+ "required": true,
759
+ "type": "string"
760
+ }
761
+ ],
762
+ "hasRequestBody": true
763
+ },
764
+ {
765
+ "module": "task",
766
+ "name": "addTaskParticipantByName",
767
+ "aliases": [
768
+ "add-participant-by-name"
769
+ ],
770
+ "exposure": "composed",
771
+ "method": "POST",
772
+ "path": "/rsq/api/v1/tasks/{taskId}/participants",
773
+ "summary": "根据人员名称添加任务参与人",
774
+ "parameters": [
775
+ {
776
+ "name": "taskId",
777
+ "in": "path",
778
+ "required": true,
779
+ "type": "string"
780
+ },
781
+ {
782
+ "name": "userName",
783
+ "in": "query",
784
+ "required": true,
785
+ "type": "string"
786
+ }
787
+ ],
788
+ "hasRequestBody": false
789
+ },
790
+ {
791
+ "module": "task",
792
+ "name": "completeTask",
793
+ "aliases": [],
794
+ "exposure": "composed",
795
+ "method": "POST",
796
+ "path": "/rsq/api/v1/tasks/{taskId}/completion",
797
+ "summary": "完成任务",
798
+ "parameters": [
799
+ {
800
+ "name": "taskId",
801
+ "in": "path",
802
+ "required": true,
803
+ "type": "string"
804
+ }
805
+ ],
806
+ "hasRequestBody": false
807
+ },
808
+ {
809
+ "module": "task",
810
+ "name": "createTask",
811
+ "aliases": [
812
+ "create"
813
+ ],
814
+ "exposure": "public",
815
+ "method": "POST",
816
+ "path": "/rsq/api/v1/tasks",
817
+ "summary": "创建任务(日程任务、卡片中的任务)",
818
+ "parameters": [],
819
+ "hasRequestBody": true
820
+ },
821
+ {
822
+ "module": "task",
823
+ "name": "createTaskComment",
824
+ "aliases": [
825
+ "comment"
826
+ ],
827
+ "exposure": "public",
828
+ "method": "POST",
829
+ "path": "/rsq/api/v1/tasks/{taskId}/comments",
830
+ "summary": "提交任务评论",
831
+ "parameters": [
832
+ {
833
+ "name": "taskId",
834
+ "in": "path",
835
+ "required": true,
836
+ "type": "string"
837
+ }
838
+ ],
839
+ "hasRequestBody": true
840
+ },
841
+ {
842
+ "module": "task",
843
+ "name": "deleteTask",
844
+ "aliases": [
845
+ "delete"
846
+ ],
847
+ "exposure": "public",
848
+ "method": "DELETE",
849
+ "path": "/rsq/api/v1/tasks/{taskId}",
850
+ "summary": "删除任务",
851
+ "parameters": [
852
+ {
853
+ "name": "taskId",
854
+ "in": "path",
855
+ "required": true,
856
+ "type": "string"
857
+ }
858
+ ],
859
+ "hasRequestBody": false
860
+ },
861
+ {
862
+ "module": "task",
863
+ "name": "getTaskById",
864
+ "aliases": [
865
+ "get"
866
+ ],
867
+ "exposure": "public",
868
+ "method": "GET",
869
+ "path": "/rsq/api/v1/tasks/{taskId}",
870
+ "summary": "获取任务详情",
871
+ "parameters": [
872
+ {
873
+ "name": "taskId",
874
+ "in": "path",
875
+ "required": true,
876
+ "type": "string"
877
+ }
878
+ ],
879
+ "hasRequestBody": false
880
+ },
881
+ {
882
+ "module": "task",
883
+ "name": "getTaskComments",
884
+ "aliases": [
885
+ "comments"
886
+ ],
887
+ "exposure": "public",
888
+ "method": "GET",
889
+ "path": "/rsq/api/v1/tasks/{taskId}/comments",
890
+ "summary": "查询任务评论列表",
891
+ "parameters": [
892
+ {
893
+ "name": "taskId",
894
+ "in": "path",
895
+ "required": true,
896
+ "type": "string"
897
+ }
898
+ ],
899
+ "hasRequestBody": false
900
+ },
901
+ {
902
+ "module": "task",
903
+ "name": "setTaskExecutorByName",
904
+ "aliases": [
905
+ "set-executor-by-name"
906
+ ],
907
+ "exposure": "composed",
908
+ "method": "PUT",
909
+ "path": "/rsq/api/v1/tasks/{taskId}/executor",
910
+ "summary": "根据人员名称设置任务执行人",
911
+ "parameters": [
912
+ {
913
+ "name": "taskId",
914
+ "in": "path",
915
+ "required": true,
916
+ "type": "string"
917
+ },
918
+ {
919
+ "name": "userName",
920
+ "in": "query",
921
+ "required": true,
922
+ "type": "string"
923
+ }
924
+ ],
925
+ "hasRequestBody": false
926
+ },
927
+ {
928
+ "module": "task",
929
+ "name": "setTaskResponsibleByName",
930
+ "aliases": [
931
+ "set-responsible-by-name"
932
+ ],
933
+ "exposure": "composed",
934
+ "method": "PUT",
935
+ "path": "/rsq/api/v1/tasks/{taskId}/responsible",
936
+ "summary": "根据人员名称设置任务负责人",
937
+ "parameters": [
938
+ {
939
+ "name": "taskId",
940
+ "in": "path",
941
+ "required": true,
942
+ "type": "string"
943
+ },
944
+ {
945
+ "name": "userName",
946
+ "in": "query",
947
+ "required": true,
948
+ "type": "string"
949
+ }
950
+ ],
951
+ "hasRequestBody": false
952
+ },
953
+ {
954
+ "module": "task",
955
+ "name": "updateTask",
956
+ "aliases": [
957
+ "update"
958
+ ],
959
+ "exposure": "public",
960
+ "method": "PUT",
961
+ "path": "/rsq/api/v1/tasks/{taskId}",
962
+ "summary": "更新任务信息",
963
+ "parameters": [
964
+ {
965
+ "name": "taskId",
966
+ "in": "path",
967
+ "required": true,
968
+ "type": "string"
969
+ }
970
+ ],
971
+ "hasRequestBody": true
972
+ },
973
+ {
974
+ "module": "task",
975
+ "name": "updateTaskExecutor",
976
+ "aliases": [],
977
+ "exposure": "composed",
978
+ "method": "PUT",
979
+ "path": "/rsq/api/v1/tasks/{taskId}/executor",
980
+ "summary": "修改任务执行人",
981
+ "parameters": [
982
+ {
983
+ "name": "taskId",
984
+ "in": "path",
985
+ "required": true,
986
+ "type": "string"
987
+ }
988
+ ],
989
+ "hasRequestBody": true
990
+ },
991
+ {
992
+ "module": "task",
993
+ "name": "updateTaskResponsible",
994
+ "aliases": [],
995
+ "exposure": "composed",
996
+ "method": "PUT",
997
+ "path": "/rsq/api/v1/tasks/{taskId}/responsible",
998
+ "summary": "修改任务负责人",
999
+ "parameters": [
1000
+ {
1001
+ "name": "taskId",
1002
+ "in": "path",
1003
+ "required": true,
1004
+ "type": "string"
1005
+ }
1006
+ ],
1007
+ "hasRequestBody": true
1008
+ }
1009
+ ]
1010
+ }