正在显示
2 个修改的文件
包含
3285 行增加
和
0 行删除
document/openapi/swagger.json
0 → 100644
此 diff 太大无法显示。
document/openapi/swagger.yaml
0 → 100644
1 | +swagger: "2.0" | ||
2 | +info: | ||
3 | + title: "" | ||
4 | + description: 买买买价值系统 | ||
5 | + contact: | ||
6 | + name: linmadan | ||
7 | + email: 772181827@qq.com | ||
8 | + version: 0.0.1 | ||
9 | +consumes: | ||
10 | + - application/json | ||
11 | + - application/xml | ||
12 | +produces: | ||
13 | + - application/json | ||
14 | + - application/xml | ||
15 | +paths: | ||
16 | + /api/business/index: | ||
17 | + post: | ||
18 | + tags: | ||
19 | + - unifiedUserCenter | ||
20 | + summary: 同步企业员工回调 | ||
21 | + description: 同步企业员工回调 | ||
22 | + operationId: unifiedUserCenter#syncEmployeeCallback | ||
23 | + parameters: | ||
24 | + - name: SyncEmployeeCallbackRequestBody | ||
25 | + in: body | ||
26 | + required: true | ||
27 | + schema: | ||
28 | + $ref: '#/definitions/UnifiedUserCenterSyncEmployeeCallbackRequestBody' | ||
29 | + responses: | ||
30 | + "200": | ||
31 | + description: OK response. | ||
32 | + schema: | ||
33 | + $ref: '#/definitions/UnifiedUserCenterSyncEmployeeCallbackResponseBody' | ||
34 | + schemes: | ||
35 | + - http | ||
36 | + /config/bid-time-matchs: | ||
37 | + get: | ||
38 | + tags: | ||
39 | + - config | ||
40 | + summary: 返回竞标时间字典列表(1全部,2已截止,3未截止) | ||
41 | + description: 返回竞标时间字典列表(1全部,2已截止,3未截止) | ||
42 | + operationId: config#listBidTimeMatch | ||
43 | + responses: | ||
44 | + "200": | ||
45 | + description: OK response. | ||
46 | + schema: | ||
47 | + $ref: '#/definitions/ConfigListBidTimeMatchResponseBody' | ||
48 | + schemes: | ||
49 | + - http | ||
50 | + /config/customer-values: | ||
51 | + get: | ||
52 | + tags: | ||
53 | + - config | ||
54 | + summary: 返回客户价值字典列表 | ||
55 | + description: 返回客户价值字典列表 | ||
56 | + operationId: config#listCustomerValue | ||
57 | + responses: | ||
58 | + "200": | ||
59 | + description: OK response. | ||
60 | + schema: | ||
61 | + $ref: '#/definitions/ConfigListCustomerValueResponseBody' | ||
62 | + schemes: | ||
63 | + - http | ||
64 | + /config/employee-permissions: | ||
65 | + get: | ||
66 | + tags: | ||
67 | + - config | ||
68 | + summary: 返回员工权限字典列表(1任务管理,2素币管理,3成员管理,4标签管理) | ||
69 | + description: 返回员工权限字典列表(1任务管理,2素币管理,3成员管理,4标签管理) | ||
70 | + operationId: config#listEmployeePermission | ||
71 | + responses: | ||
72 | + "200": | ||
73 | + description: OK response. | ||
74 | + schema: | ||
75 | + $ref: '#/definitions/ConfigListEmployeePermissionResponseBody' | ||
76 | + schemes: | ||
77 | + - http | ||
78 | + /config/reference-resource-types: | ||
79 | + get: | ||
80 | + tags: | ||
81 | + - config | ||
82 | + summary: 返回任务引用资源类型字典列表 | ||
83 | + description: 返回任务引用资源类型字典列表 | ||
84 | + operationId: config#listReferenceResourceType | ||
85 | + responses: | ||
86 | + "200": | ||
87 | + description: OK response. | ||
88 | + schema: | ||
89 | + $ref: '#/definitions/ConfigListReferenceResourceTypeResponseBody' | ||
90 | + schemes: | ||
91 | + - http | ||
92 | + /config/task-natures: | ||
93 | + get: | ||
94 | + tags: | ||
95 | + - config | ||
96 | + summary: 返回任务性质字典列表 | ||
97 | + description: 返回任务性质字典列表 | ||
98 | + operationId: config#listTaskNature | ||
99 | + responses: | ||
100 | + "200": | ||
101 | + description: OK response. | ||
102 | + schema: | ||
103 | + $ref: '#/definitions/ConfigListTaskNatureResponseBody' | ||
104 | + schemes: | ||
105 | + - http | ||
106 | + /config/task-statuses: | ||
107 | + get: | ||
108 | + tags: | ||
109 | + - config | ||
110 | + summary: 返回任务状态字典列表(1待发布,2待领取,3进行中,4待验收,5已完成,7待确认) | ||
111 | + description: 返回任务状态字典列表(1待发布,2待领取,3进行中,4待验收,5已完成,7待确认) | ||
112 | + operationId: config#listTaskStatus | ||
113 | + responses: | ||
114 | + "200": | ||
115 | + description: OK response. | ||
116 | + schema: | ||
117 | + $ref: '#/definitions/ConfigListTaskStatusResponseBody' | ||
118 | + schemes: | ||
119 | + - http | ||
120 | + /config/task-types: | ||
121 | + get: | ||
122 | + tags: | ||
123 | + - config | ||
124 | + summary: 返回任务类型字典列表(1抢单任务,2竞标任务,3指派任务) | ||
125 | + description: 返回任务类型字典列表(1抢单任务,2竞标任务,3指派任务) | ||
126 | + operationId: config#listTaskType | ||
127 | + responses: | ||
128 | + "200": | ||
129 | + description: OK response. | ||
130 | + schema: | ||
131 | + $ref: '#/definitions/ConfigListTaskTypeResponseBody' | ||
132 | + schemes: | ||
133 | + - http | ||
134 | + /customer-values: | ||
135 | + get: | ||
136 | + tags: | ||
137 | + - customerValue | ||
138 | + summary: 返回客户价值列表 | ||
139 | + description: 返回客户价值列表 | ||
140 | + operationId: customerValue#listCustomerValue | ||
141 | + parameters: | ||
142 | + - name: companyId | ||
143 | + in: query | ||
144 | + description: 公司ID | ||
145 | + required: false | ||
146 | + type: integer | ||
147 | + - name: customerValueName | ||
148 | + in: query | ||
149 | + description: 客户价值名称 | ||
150 | + required: false | ||
151 | + type: string | ||
152 | + - name: customerValueNameMatch | ||
153 | + in: query | ||
154 | + description: 客户价值名称匹配 | ||
155 | + required: false | ||
156 | + type: string | ||
157 | + - name: offset | ||
158 | + in: query | ||
159 | + description: 查询偏离量 | ||
160 | + required: false | ||
161 | + type: integer | ||
162 | + - name: limit | ||
163 | + in: query | ||
164 | + description: 查询限制 | ||
165 | + required: false | ||
166 | + type: integer | ||
167 | + responses: | ||
168 | + "200": | ||
169 | + description: OK response. | ||
170 | + schema: | ||
171 | + $ref: '#/definitions/CustomerValueListCustomerValueResponseBody' | ||
172 | + schemes: | ||
173 | + - http | ||
174 | + post: | ||
175 | + tags: | ||
176 | + - customerValue | ||
177 | + summary: 创建客户价值 | ||
178 | + description: 创建客户价值 | ||
179 | + operationId: customerValue#createCustomerValue | ||
180 | + parameters: | ||
181 | + - name: CreateCustomerValueRequestBody | ||
182 | + in: body | ||
183 | + required: true | ||
184 | + schema: | ||
185 | + $ref: '#/definitions/CustomerValueCreateCustomerValueRequestBody' | ||
186 | + responses: | ||
187 | + "200": | ||
188 | + description: OK response. | ||
189 | + schema: | ||
190 | + $ref: '#/definitions/CustomerValueCreateCustomerValueResponseBody' | ||
191 | + schemes: | ||
192 | + - http | ||
193 | + /customer-values/{customerValueId}: | ||
194 | + get: | ||
195 | + tags: | ||
196 | + - customerValue | ||
197 | + summary: 返回客户价值 | ||
198 | + description: 返回客户价值 | ||
199 | + operationId: customerValue#getCustomerValue | ||
200 | + parameters: | ||
201 | + - name: customerValueId | ||
202 | + in: path | ||
203 | + description: 客户价值ID | ||
204 | + required: true | ||
205 | + type: integer | ||
206 | + responses: | ||
207 | + "200": | ||
208 | + description: OK response. | ||
209 | + schema: | ||
210 | + $ref: '#/definitions/CustomerValueGetCustomerValueResponseBody' | ||
211 | + schemes: | ||
212 | + - http | ||
213 | + put: | ||
214 | + tags: | ||
215 | + - customerValue | ||
216 | + summary: 更新客户价值 | ||
217 | + description: 更新客户价值 | ||
218 | + operationId: customerValue#updateCustomerValue | ||
219 | + parameters: | ||
220 | + - name: customerValueId | ||
221 | + in: path | ||
222 | + description: 客户价值ID | ||
223 | + required: true | ||
224 | + type: integer | ||
225 | + - name: UpdateCustomerValueRequestBody | ||
226 | + in: body | ||
227 | + required: true | ||
228 | + schema: | ||
229 | + $ref: '#/definitions/CustomerValueUpdateCustomerValueRequestBody' | ||
230 | + responses: | ||
231 | + "200": | ||
232 | + description: OK response. | ||
233 | + schema: | ||
234 | + $ref: '#/definitions/CustomerValueUpdateCustomerValueResponseBody' | ||
235 | + schemes: | ||
236 | + - http | ||
237 | + delete: | ||
238 | + tags: | ||
239 | + - customerValue | ||
240 | + summary: 移除客户价值 | ||
241 | + description: 移除客户价值 | ||
242 | + operationId: customerValue#removeCustomerValue | ||
243 | + parameters: | ||
244 | + - name: customerValueId | ||
245 | + in: path | ||
246 | + description: 客户价值ID | ||
247 | + required: true | ||
248 | + type: integer | ||
249 | + responses: | ||
250 | + "200": | ||
251 | + description: OK response. | ||
252 | + schema: | ||
253 | + $ref: '#/definitions/CustomerValueRemoveCustomerValueResponseBody' | ||
254 | + schemes: | ||
255 | + - http | ||
256 | + /employees: | ||
257 | + get: | ||
258 | + tags: | ||
259 | + - employee | ||
260 | + summary: 返回员工列表 | ||
261 | + description: 返回员工列表 | ||
262 | + operationId: employee#listEmployee | ||
263 | + parameters: | ||
264 | + - name: companyId | ||
265 | + in: query | ||
266 | + description: 公司ID | ||
267 | + required: false | ||
268 | + type: integer | ||
269 | + - name: employeeNameMatch | ||
270 | + in: query | ||
271 | + description: 员工姓名匹配 | ||
272 | + required: false | ||
273 | + type: string | ||
274 | + - name: offset | ||
275 | + in: query | ||
276 | + description: 查询偏离量 | ||
277 | + required: false | ||
278 | + type: integer | ||
279 | + - name: limit | ||
280 | + in: query | ||
281 | + description: 查询限制 | ||
282 | + required: false | ||
283 | + type: integer | ||
284 | + responses: | ||
285 | + "200": | ||
286 | + description: OK response. | ||
287 | + schema: | ||
288 | + $ref: '#/definitions/EmployeeListEmployeeResponseBody' | ||
289 | + schemes: | ||
290 | + - http | ||
291 | + post: | ||
292 | + tags: | ||
293 | + - employee | ||
294 | + summary: 创建新员工 | ||
295 | + description: 创建新员工 | ||
296 | + operationId: employee#createEmployee | ||
297 | + parameters: | ||
298 | + - name: CreateEmployeeRequestBody | ||
299 | + in: body | ||
300 | + required: true | ||
301 | + schema: | ||
302 | + $ref: '#/definitions/EmployeeCreateEmployeeRequestBody' | ||
303 | + responses: | ||
304 | + "200": | ||
305 | + description: OK response. | ||
306 | + schema: | ||
307 | + $ref: '#/definitions/EmployeeCreateEmployeeResponseBody' | ||
308 | + schemes: | ||
309 | + - http | ||
310 | + /employees/{uid}: | ||
311 | + get: | ||
312 | + tags: | ||
313 | + - employee | ||
314 | + summary: 返回员工 | ||
315 | + description: 返回员工 | ||
316 | + operationId: employee#getEmployee | ||
317 | + parameters: | ||
318 | + - name: uid | ||
319 | + in: path | ||
320 | + description: 统一用户UID | ||
321 | + required: true | ||
322 | + type: integer | ||
323 | + responses: | ||
324 | + "200": | ||
325 | + description: OK response. | ||
326 | + schema: | ||
327 | + $ref: '#/definitions/EmployeeGetEmployeeResponseBody' | ||
328 | + schemes: | ||
329 | + - http | ||
330 | + put: | ||
331 | + tags: | ||
332 | + - employee | ||
333 | + summary: 更新员工 | ||
334 | + description: 更新员工 | ||
335 | + operationId: employee#updateEmployee | ||
336 | + parameters: | ||
337 | + - name: uid | ||
338 | + in: path | ||
339 | + description: 统一用户UID | ||
340 | + required: true | ||
341 | + type: integer | ||
342 | + - name: UpdateEmployeeRequestBody | ||
343 | + in: body | ||
344 | + required: true | ||
345 | + schema: | ||
346 | + $ref: '#/definitions/EmployeeUpdateEmployeeRequestBody' | ||
347 | + responses: | ||
348 | + "200": | ||
349 | + description: OK response. | ||
350 | + schema: | ||
351 | + $ref: '#/definitions/EmployeeUpdateEmployeeResponseBody' | ||
352 | + schemes: | ||
353 | + - http | ||
354 | + delete: | ||
355 | + tags: | ||
356 | + - employee | ||
357 | + summary: 移除员工 | ||
358 | + description: 移除员工 | ||
359 | + operationId: employee#removeEmployee | ||
360 | + parameters: | ||
361 | + - name: uid | ||
362 | + in: path | ||
363 | + description: 统一用户UID | ||
364 | + required: true | ||
365 | + type: integer | ||
366 | + responses: | ||
367 | + "200": | ||
368 | + description: OK response. | ||
369 | + schema: | ||
370 | + $ref: '#/definitions/EmployeeRemoveEmployeeResponseBody' | ||
371 | + schemes: | ||
372 | + - http | ||
373 | + /notifications: | ||
374 | + get: | ||
375 | + tags: | ||
376 | + - notification | ||
377 | + summary: 返回发送出的通知列表 | ||
378 | + description: 返回发送出的通知列表 | ||
379 | + operationId: notification#listSentNotification | ||
380 | + parameters: | ||
381 | + - name: receiverId | ||
382 | + in: query | ||
383 | + description: 通知接收者Uid | ||
384 | + required: false | ||
385 | + type: integer | ||
386 | + - name: notificationType | ||
387 | + in: query | ||
388 | + description: 通知类型 | ||
389 | + required: false | ||
390 | + type: integer | ||
391 | + - name: offset | ||
392 | + in: query | ||
393 | + description: 查询偏离量 | ||
394 | + required: false | ||
395 | + type: integer | ||
396 | + - name: limit | ||
397 | + in: query | ||
398 | + description: 查询限制 | ||
399 | + required: false | ||
400 | + type: integer | ||
401 | + responses: | ||
402 | + "200": | ||
403 | + description: OK response. | ||
404 | + schema: | ||
405 | + $ref: '#/definitions/NotificationListSentNotificationResponseBody' | ||
406 | + schemes: | ||
407 | + - http | ||
408 | + /notifications/read: | ||
409 | + post: | ||
410 | + tags: | ||
411 | + - notification | ||
412 | + summary: 读取发送出的通知 | ||
413 | + description: 读取发送出的通知 | ||
414 | + operationId: notification#readSentNotification | ||
415 | + parameters: | ||
416 | + - name: ReadSentNotificationRequestBody | ||
417 | + in: body | ||
418 | + required: true | ||
419 | + schema: | ||
420 | + $ref: '#/definitions/NotificationReadSentNotificationRequestBody' | ||
421 | + responses: | ||
422 | + "200": | ||
423 | + description: OK response. | ||
424 | + schema: | ||
425 | + $ref: '#/definitions/NotificationReadSentNotificationResponseBody' | ||
426 | + schemes: | ||
427 | + - http | ||
428 | + /notifications/read-all: | ||
429 | + post: | ||
430 | + tags: | ||
431 | + - notification | ||
432 | + summary: 读取全部为读取的发送出的通知 | ||
433 | + description: 读取全部为读取的发送出的通知 | ||
434 | + operationId: notification#readAllUnReadSentNotification | ||
435 | + parameters: | ||
436 | + - name: ReadAllUnReadSentNotificationRequestBody | ||
437 | + in: body | ||
438 | + required: true | ||
439 | + schema: | ||
440 | + $ref: '#/definitions/NotificationReadAllUnReadSentNotificationRequestBody' | ||
441 | + responses: | ||
442 | + "200": | ||
443 | + description: OK response. | ||
444 | + schema: | ||
445 | + $ref: '#/definitions/NotificationReadAllUnReadSentNotificationResponseBody' | ||
446 | + schemes: | ||
447 | + - http | ||
448 | + /off-task-records/{offTaskRecordId}: | ||
449 | + get: | ||
450 | + tags: | ||
451 | + - offTaskRecord | ||
452 | + summary: 返回关闭任务记录 | ||
453 | + description: 返回关闭任务记录 | ||
454 | + operationId: offTaskRecord#getOffTaskRecord | ||
455 | + parameters: | ||
456 | + - name: offTaskRecordId | ||
457 | + in: path | ||
458 | + description: 关闭任务记录ID | ||
459 | + required: true | ||
460 | + type: integer | ||
461 | + responses: | ||
462 | + "200": | ||
463 | + description: OK response. | ||
464 | + schema: | ||
465 | + $ref: '#/definitions/OffTaskRecordGetOffTaskRecordResponseBody' | ||
466 | + schemes: | ||
467 | + - http | ||
468 | + /off-task-records/search-off-task-record: | ||
469 | + post: | ||
470 | + tags: | ||
471 | + - offTaskRecord | ||
472 | + summary: 搜索关闭任务记录 | ||
473 | + description: 搜索关闭任务记录 | ||
474 | + operationId: offTaskRecord#searchOffTaskRecord | ||
475 | + parameters: | ||
476 | + - name: SearchOffTaskRecordRequestBody | ||
477 | + in: body | ||
478 | + required: true | ||
479 | + schema: | ||
480 | + $ref: '#/definitions/OffTaskRecordSearchOffTaskRecordRequestBody' | ||
481 | + responses: | ||
482 | + "200": | ||
483 | + description: OK response. | ||
484 | + schema: | ||
485 | + $ref: '#/definitions/OffTaskRecordSearchOffTaskRecordResponseBody' | ||
486 | + schemes: | ||
487 | + - http | ||
488 | + /project-belongs: | ||
489 | + get: | ||
490 | + tags: | ||
491 | + - projectBelong | ||
492 | + summary: 返回项目归属列表 | ||
493 | + description: 返回项目归属列表 | ||
494 | + operationId: projectBelong#listProjectBelong | ||
495 | + parameters: | ||
496 | + - name: companyId | ||
497 | + in: query | ||
498 | + description: 公司ID | ||
499 | + required: false | ||
500 | + type: integer | ||
501 | + - name: projectBelongName | ||
502 | + in: query | ||
503 | + description: 项目归属名称 | ||
504 | + required: false | ||
505 | + type: string | ||
506 | + - name: projectBelongNameMatch | ||
507 | + in: query | ||
508 | + description: 项目归属名称匹配 | ||
509 | + required: false | ||
510 | + type: string | ||
511 | + - name: offset | ||
512 | + in: query | ||
513 | + description: 查询偏离量 | ||
514 | + required: false | ||
515 | + type: integer | ||
516 | + - name: limit | ||
517 | + in: query | ||
518 | + description: 查询限制 | ||
519 | + required: false | ||
520 | + type: integer | ||
521 | + responses: | ||
522 | + "200": | ||
523 | + description: OK response. | ||
524 | + schema: | ||
525 | + $ref: '#/definitions/ProjectBelongListProjectBelongResponseBody' | ||
526 | + schemes: | ||
527 | + - http | ||
528 | + post: | ||
529 | + tags: | ||
530 | + - projectBelong | ||
531 | + summary: 创建项目归属 | ||
532 | + description: 创建项目归属 | ||
533 | + operationId: projectBelong#createProjectBelong | ||
534 | + parameters: | ||
535 | + - name: CreateProjectBelongRequestBody | ||
536 | + in: body | ||
537 | + required: true | ||
538 | + schema: | ||
539 | + $ref: '#/definitions/ProjectBelongCreateProjectBelongRequestBody' | ||
540 | + responses: | ||
541 | + "200": | ||
542 | + description: OK response. | ||
543 | + schema: | ||
544 | + $ref: '#/definitions/ProjectBelongCreateProjectBelongResponseBody' | ||
545 | + schemes: | ||
546 | + - http | ||
547 | + /project-belongs/{projectBelongId}: | ||
548 | + get: | ||
549 | + tags: | ||
550 | + - projectBelong | ||
551 | + summary: 返回项目归属 | ||
552 | + description: 返回项目归属 | ||
553 | + operationId: projectBelong#getProjectBelong | ||
554 | + parameters: | ||
555 | + - name: projectBelongId | ||
556 | + in: path | ||
557 | + description: 项目归属ID | ||
558 | + required: true | ||
559 | + type: integer | ||
560 | + responses: | ||
561 | + "200": | ||
562 | + description: OK response. | ||
563 | + schema: | ||
564 | + $ref: '#/definitions/ProjectBelongGetProjectBelongResponseBody' | ||
565 | + schemes: | ||
566 | + - http | ||
567 | + put: | ||
568 | + tags: | ||
569 | + - projectBelong | ||
570 | + summary: 更新项目归属 | ||
571 | + description: 更新项目归属 | ||
572 | + operationId: projectBelong#updateProjectBelong | ||
573 | + parameters: | ||
574 | + - name: projectBelongId | ||
575 | + in: path | ||
576 | + description: 项目归属ID | ||
577 | + required: true | ||
578 | + type: integer | ||
579 | + - name: UpdateProjectBelongRequestBody | ||
580 | + in: body | ||
581 | + required: true | ||
582 | + schema: | ||
583 | + $ref: '#/definitions/ProjectBelongUpdateProjectBelongRequestBody' | ||
584 | + responses: | ||
585 | + "200": | ||
586 | + description: OK response. | ||
587 | + schema: | ||
588 | + $ref: '#/definitions/ProjectBelongUpdateProjectBelongResponseBody' | ||
589 | + schemes: | ||
590 | + - http | ||
591 | + delete: | ||
592 | + tags: | ||
593 | + - projectBelong | ||
594 | + summary: 移除项目归属 | ||
595 | + description: 移除项目归属 | ||
596 | + operationId: projectBelong#removeProjectBelong | ||
597 | + parameters: | ||
598 | + - name: projectBelongId | ||
599 | + in: path | ||
600 | + description: 项目归属ID | ||
601 | + required: true | ||
602 | + type: integer | ||
603 | + responses: | ||
604 | + "200": | ||
605 | + description: OK response. | ||
606 | + schema: | ||
607 | + $ref: '#/definitions/ProjectBelongRemoveProjectBelongResponseBody' | ||
608 | + schemes: | ||
609 | + - http | ||
610 | + /reject-task-records/{rejectTaskRecordId}: | ||
611 | + get: | ||
612 | + tags: | ||
613 | + - rejectTaskRecord | ||
614 | + summary: 返回驳回任务记录 | ||
615 | + description: 返回驳回任务记录 | ||
616 | + operationId: rejectTaskRecord#getRejectTaskRecord | ||
617 | + parameters: | ||
618 | + - name: rejectTaskRecordId | ||
619 | + in: path | ||
620 | + description: 驳回任务记录ID | ||
621 | + required: true | ||
622 | + type: integer | ||
623 | + responses: | ||
624 | + "200": | ||
625 | + description: OK response. | ||
626 | + schema: | ||
627 | + $ref: '#/definitions/RejectTaskRecordGetRejectTaskRecordResponseBody' | ||
628 | + schemes: | ||
629 | + - http | ||
630 | + /reject-task-records/search-reject-task-record: | ||
631 | + post: | ||
632 | + tags: | ||
633 | + - rejectTaskRecord | ||
634 | + summary: 搜索驳回任务记录 | ||
635 | + description: 搜索驳回任务记录 | ||
636 | + operationId: rejectTaskRecord#searchRejectTaskRecord | ||
637 | + parameters: | ||
638 | + - name: SearchRejectTaskRecordRequestBody | ||
639 | + in: body | ||
640 | + required: true | ||
641 | + schema: | ||
642 | + $ref: '#/definitions/RejectTaskRecordSearchRejectTaskRecordRequestBody' | ||
643 | + responses: | ||
644 | + "200": | ||
645 | + description: OK response. | ||
646 | + schema: | ||
647 | + $ref: '#/definitions/RejectTaskRecordSearchRejectTaskRecordResponseBody' | ||
648 | + schemes: | ||
649 | + - http | ||
650 | + /statistics/person-su-money: | ||
651 | + post: | ||
652 | + tags: | ||
653 | + - statistics | ||
654 | + summary: 获取个人素币统计 | ||
655 | + description: 获取个人素币统计 | ||
656 | + operationId: statistics#personSuMoneyStatistics | ||
657 | + parameters: | ||
658 | + - name: PersonSuMoneyStatisticsRequestBody | ||
659 | + in: body | ||
660 | + required: true | ||
661 | + schema: | ||
662 | + $ref: '#/definitions/StatisticsPersonSuMoneyStatisticsRequestBody' | ||
663 | + responses: | ||
664 | + "200": | ||
665 | + description: OK response. | ||
666 | + schema: | ||
667 | + $ref: '#/definitions/StatisticsPersonSuMoneyStatisticsResponseBody' | ||
668 | + schemes: | ||
669 | + - http | ||
670 | + /statistics/person-task: | ||
671 | + post: | ||
672 | + tags: | ||
673 | + - statistics | ||
674 | + summary: 获取个人任务统计 | ||
675 | + description: 获取个人任务统计 | ||
676 | + operationId: statistics#personTaskStatistics | ||
677 | + parameters: | ||
678 | + - name: PersonTaskStatisticsRequestBody | ||
679 | + in: body | ||
680 | + required: true | ||
681 | + schema: | ||
682 | + $ref: '#/definitions/StatisticsPersonTaskStatisticsRequestBody' | ||
683 | + responses: | ||
684 | + "200": | ||
685 | + description: OK response. | ||
686 | + schema: | ||
687 | + $ref: '#/definitions/StatisticsPersonTaskStatisticsResponseBody' | ||
688 | + schemes: | ||
689 | + - http | ||
690 | + /statistics/system-task: | ||
691 | + post: | ||
692 | + tags: | ||
693 | + - statistics | ||
694 | + summary: 获取系统任务统计 | ||
695 | + description: 获取系统任务统计 | ||
696 | + operationId: statistics#systemTaskStatistics | ||
697 | + parameters: | ||
698 | + - name: SystemTaskStatisticsRequestBody | ||
699 | + in: body | ||
700 | + required: true | ||
701 | + schema: | ||
702 | + $ref: '#/definitions/StatisticsSystemTaskStatisticsRequestBody' | ||
703 | + responses: | ||
704 | + "200": | ||
705 | + description: OK response. | ||
706 | + schema: | ||
707 | + $ref: '#/definitions/StatisticsSystemTaskStatisticsResponseBody' | ||
708 | + schemes: | ||
709 | + - http | ||
710 | + /su-money/exchange: | ||
711 | + post: | ||
712 | + tags: | ||
713 | + - suMoney | ||
714 | + summary: 素币兑换 | ||
715 | + description: 素币兑换 | ||
716 | + operationId: suMoney#exchangeSuMoney | ||
717 | + parameters: | ||
718 | + - name: ExchangeSuMoneyRequestBody | ||
719 | + in: body | ||
720 | + required: true | ||
721 | + schema: | ||
722 | + $ref: '#/definitions/SuMoneyExchangeSuMoneyRequestBody' | ||
723 | + responses: | ||
724 | + "200": | ||
725 | + description: OK response. | ||
726 | + schema: | ||
727 | + $ref: '#/definitions/SuMoneyExchangeSuMoneyResponseBody' | ||
728 | + schemes: | ||
729 | + - http | ||
730 | + /su-money/operation: | ||
731 | + post: | ||
732 | + tags: | ||
733 | + - suMoney | ||
734 | + summary: 操作素币 | ||
735 | + description: 操作素币 | ||
736 | + operationId: suMoney#operationSuMoney | ||
737 | + parameters: | ||
738 | + - name: OperationSuMoneyRequestBody | ||
739 | + in: body | ||
740 | + required: true | ||
741 | + schema: | ||
742 | + $ref: '#/definitions/SuMoneyOperationSuMoneyRequestBody' | ||
743 | + responses: | ||
744 | + "200": | ||
745 | + description: OK response. | ||
746 | + schema: | ||
747 | + $ref: '#/definitions/SuMoneyOperationSuMoneyResponseBody' | ||
748 | + schemes: | ||
749 | + - http | ||
750 | + /su-money/search-su-money-transaction-record: | ||
751 | + post: | ||
752 | + tags: | ||
753 | + - suMoney | ||
754 | + summary: 搜索素币事务记录 | ||
755 | + description: 搜索素币事务记录 | ||
756 | + operationId: suMoney#searchSuMoneyTransactionRecord | ||
757 | + parameters: | ||
758 | + - name: SearchSuMoneyTransactionRecordRequestBody | ||
759 | + in: body | ||
760 | + required: true | ||
761 | + schema: | ||
762 | + $ref: '#/definitions/SuMoneySearchSuMoneyTransactionRecordRequestBody' | ||
763 | + responses: | ||
764 | + "200": | ||
765 | + description: OK response. | ||
766 | + schema: | ||
767 | + $ref: '#/definitions/SuMoneySearchSuMoneyTransactionRecordResponseBody' | ||
768 | + schemes: | ||
769 | + - http | ||
770 | + /su-money/su-money-transaction-record-statistics: | ||
771 | + post: | ||
772 | + tags: | ||
773 | + - suMoney | ||
774 | + summary: 素币事务记录统计 | ||
775 | + description: 素币事务记录统计 | ||
776 | + operationId: suMoney#suMoneyTransactionRecordStatistics | ||
777 | + parameters: | ||
778 | + - name: SuMoneyTransactionRecordStatisticsRequestBody | ||
779 | + in: body | ||
780 | + required: true | ||
781 | + schema: | ||
782 | + $ref: '#/definitions/SuMoneySuMoneyTransactionRecordStatisticsRequestBody' | ||
783 | + responses: | ||
784 | + "200": | ||
785 | + description: OK response. | ||
786 | + schema: | ||
787 | + $ref: '#/definitions/SuMoneySuMoneyTransactionRecordStatisticsResponseBody' | ||
788 | + schemes: | ||
789 | + - http | ||
790 | + /su-money/su-money-transaction-records/{suMoneyTransactionRecordId}: | ||
791 | + get: | ||
792 | + tags: | ||
793 | + - suMoney | ||
794 | + summary: 返回素币事务记录 | ||
795 | + description: 返回素币事务记录 | ||
796 | + operationId: suMoney#getSuMoneyTransactionRecord | ||
797 | + parameters: | ||
798 | + - name: suMoneyTransactionRecordId | ||
799 | + in: path | ||
800 | + description: 素币事务记录ID | ||
801 | + required: true | ||
802 | + type: integer | ||
803 | + responses: | ||
804 | + "200": | ||
805 | + description: OK response. | ||
806 | + schema: | ||
807 | + $ref: '#/definitions/SuMoneyGetSuMoneyTransactionRecordResponseBody' | ||
808 | + schemes: | ||
809 | + - http | ||
810 | + /task-natures: | ||
811 | + get: | ||
812 | + tags: | ||
813 | + - taskNature | ||
814 | + summary: 返回任务性质列表 | ||
815 | + description: 返回任务性质列表 | ||
816 | + operationId: taskNature#listTaskNature | ||
817 | + parameters: | ||
818 | + - name: companyId | ||
819 | + in: query | ||
820 | + description: 公司ID | ||
821 | + required: false | ||
822 | + type: integer | ||
823 | + - name: taskNatureName | ||
824 | + in: query | ||
825 | + description: 任务性质名称 | ||
826 | + required: false | ||
827 | + type: string | ||
828 | + - name: taskNatureNameMatch | ||
829 | + in: query | ||
830 | + description: 任务性质名称匹配 | ||
831 | + required: false | ||
832 | + type: string | ||
833 | + - name: offset | ||
834 | + in: query | ||
835 | + description: 查询偏离量 | ||
836 | + required: false | ||
837 | + type: integer | ||
838 | + - name: limit | ||
839 | + in: query | ||
840 | + description: 查询限制 | ||
841 | + required: false | ||
842 | + type: integer | ||
843 | + responses: | ||
844 | + "200": | ||
845 | + description: OK response. | ||
846 | + schema: | ||
847 | + $ref: '#/definitions/TaskNatureListTaskNatureResponseBody' | ||
848 | + schemes: | ||
849 | + - http | ||
850 | + post: | ||
851 | + tags: | ||
852 | + - taskNature | ||
853 | + summary: 创建任务性质 | ||
854 | + description: 创建任务性质 | ||
855 | + operationId: taskNature#createTaskNature | ||
856 | + parameters: | ||
857 | + - name: CreateTaskNatureRequestBody | ||
858 | + in: body | ||
859 | + required: true | ||
860 | + schema: | ||
861 | + $ref: '#/definitions/TaskNatureCreateTaskNatureRequestBody' | ||
862 | + responses: | ||
863 | + "200": | ||
864 | + description: OK response. | ||
865 | + schema: | ||
866 | + $ref: '#/definitions/TaskNatureCreateTaskNatureResponseBody' | ||
867 | + schemes: | ||
868 | + - http | ||
869 | + /task-natures/{taskNatureId}: | ||
870 | + get: | ||
871 | + tags: | ||
872 | + - taskNature | ||
873 | + summary: 返回任务性质 | ||
874 | + description: 返回任务性质 | ||
875 | + operationId: taskNature#getTaskNature | ||
876 | + parameters: | ||
877 | + - name: taskNatureId | ||
878 | + in: path | ||
879 | + description: 任务性质ID | ||
880 | + required: true | ||
881 | + type: integer | ||
882 | + responses: | ||
883 | + "200": | ||
884 | + description: OK response. | ||
885 | + schema: | ||
886 | + $ref: '#/definitions/TaskNatureGetTaskNatureResponseBody' | ||
887 | + schemes: | ||
888 | + - http | ||
889 | + put: | ||
890 | + tags: | ||
891 | + - taskNature | ||
892 | + summary: 更新任务性质 | ||
893 | + description: 更新任务性质 | ||
894 | + operationId: taskNature#updateTaskNature | ||
895 | + parameters: | ||
896 | + - name: taskNatureId | ||
897 | + in: path | ||
898 | + description: 任务性质ID | ||
899 | + required: true | ||
900 | + type: integer | ||
901 | + - name: UpdateTaskNatureRequestBody | ||
902 | + in: body | ||
903 | + required: true | ||
904 | + schema: | ||
905 | + $ref: '#/definitions/TaskNatureUpdateTaskNatureRequestBody' | ||
906 | + responses: | ||
907 | + "200": | ||
908 | + description: OK response. | ||
909 | + schema: | ||
910 | + $ref: '#/definitions/TaskNatureUpdateTaskNatureResponseBody' | ||
911 | + schemes: | ||
912 | + - http | ||
913 | + delete: | ||
914 | + tags: | ||
915 | + - taskNature | ||
916 | + summary: 移除任务性质 | ||
917 | + description: 移除任务性质 | ||
918 | + operationId: taskNature#removeTaskNature | ||
919 | + parameters: | ||
920 | + - name: taskNatureId | ||
921 | + in: path | ||
922 | + description: 任务性质ID | ||
923 | + required: true | ||
924 | + type: integer | ||
925 | + responses: | ||
926 | + "200": | ||
927 | + description: OK response. | ||
928 | + schema: | ||
929 | + $ref: '#/definitions/TaskNatureRemoveTaskNatureResponseBody' | ||
930 | + schemes: | ||
931 | + - http | ||
932 | + /tasks: | ||
933 | + get: | ||
934 | + tags: | ||
935 | + - task | ||
936 | + summary: 返回任务列表 | ||
937 | + description: 返回任务列表 | ||
938 | + operationId: task#listTask | ||
939 | + parameters: | ||
940 | + - name: companyId | ||
941 | + in: query | ||
942 | + description: 公司ID | ||
943 | + required: false | ||
944 | + type: integer | ||
945 | + - name: sponsor | ||
946 | + in: query | ||
947 | + description: 任务发起者UID | ||
948 | + required: false | ||
949 | + type: integer | ||
950 | + format: int64 | ||
951 | + - name: taskContentMatch | ||
952 | + in: query | ||
953 | + description: 任务内容匹配 | ||
954 | + required: false | ||
955 | + type: string | ||
956 | + - name: taskType | ||
957 | + in: query | ||
958 | + description: 任务类型 | ||
959 | + required: false | ||
960 | + type: integer | ||
961 | + - name: taskStatus | ||
962 | + in: query | ||
963 | + description: 任务状态 | ||
964 | + required: false | ||
965 | + type: integer | ||
966 | + - name: customerValue | ||
967 | + in: query | ||
968 | + description: 客户价值 | ||
969 | + required: false | ||
970 | + type: array | ||
971 | + items: | ||
972 | + type: string | ||
973 | + collectionFormat: multi | ||
974 | + - name: taskNature | ||
975 | + in: query | ||
976 | + description: 任务性质 | ||
977 | + required: false | ||
978 | + type: string | ||
979 | + - name: isRewardTake | ||
980 | + in: query | ||
981 | + description: 是否悬赏任务 | ||
982 | + required: false | ||
983 | + type: boolean | ||
984 | + - name: bidTimeMatch | ||
985 | + in: query | ||
986 | + description: 竞标时间(1全部,2已截止,3未截止) | ||
987 | + required: false | ||
988 | + type: integer | ||
989 | + - name: receiver | ||
990 | + in: query | ||
991 | + description: 任务领取人UID | ||
992 | + required: false | ||
993 | + type: integer | ||
994 | + format: int64 | ||
995 | + - name: participator | ||
996 | + in: query | ||
997 | + description: 任务参与者UID | ||
998 | + required: false | ||
999 | + type: integer | ||
1000 | + format: int64 | ||
1001 | + - name: offset | ||
1002 | + in: query | ||
1003 | + description: 查询偏离量 | ||
1004 | + required: false | ||
1005 | + type: integer | ||
1006 | + - name: limit | ||
1007 | + in: query | ||
1008 | + description: 查询限制 | ||
1009 | + required: false | ||
1010 | + type: integer | ||
1011 | + responses: | ||
1012 | + "200": | ||
1013 | + description: OK response. | ||
1014 | + schema: | ||
1015 | + $ref: '#/definitions/TaskListTaskResponseBody' | ||
1016 | + schemes: | ||
1017 | + - http | ||
1018 | + post: | ||
1019 | + tags: | ||
1020 | + - task | ||
1021 | + summary: 创建新任务 | ||
1022 | + description: 创建新任务 | ||
1023 | + operationId: task#createTask | ||
1024 | + parameters: | ||
1025 | + - name: CreateTaskRequestBody | ||
1026 | + in: body | ||
1027 | + required: true | ||
1028 | + schema: | ||
1029 | + $ref: '#/definitions/TaskCreateTaskRequestBody' | ||
1030 | + responses: | ||
1031 | + "200": | ||
1032 | + description: OK response. | ||
1033 | + schema: | ||
1034 | + $ref: '#/definitions/TaskCreateTaskResponseBody' | ||
1035 | + schemes: | ||
1036 | + - http | ||
1037 | + /tasks/{taskId}: | ||
1038 | + get: | ||
1039 | + tags: | ||
1040 | + - task | ||
1041 | + summary: 返回任务 | ||
1042 | + description: 返回任务 | ||
1043 | + operationId: task#getTask | ||
1044 | + parameters: | ||
1045 | + - name: taskId | ||
1046 | + in: path | ||
1047 | + description: 任务ID | ||
1048 | + required: true | ||
1049 | + type: integer | ||
1050 | + responses: | ||
1051 | + "200": | ||
1052 | + description: OK response. | ||
1053 | + schema: | ||
1054 | + $ref: '#/definitions/TaskGetTaskResponseBody' | ||
1055 | + schemes: | ||
1056 | + - http | ||
1057 | + put: | ||
1058 | + tags: | ||
1059 | + - task | ||
1060 | + summary: 更新任务 | ||
1061 | + description: 更新任务 | ||
1062 | + operationId: task#updateTask | ||
1063 | + parameters: | ||
1064 | + - name: taskId | ||
1065 | + in: path | ||
1066 | + description: 任务ID | ||
1067 | + required: true | ||
1068 | + type: integer | ||
1069 | + - name: UpdateTaskRequestBody | ||
1070 | + in: body | ||
1071 | + required: true | ||
1072 | + schema: | ||
1073 | + $ref: '#/definitions/TaskUpdateTaskRequestBody' | ||
1074 | + responses: | ||
1075 | + "200": | ||
1076 | + description: OK response. | ||
1077 | + schema: | ||
1078 | + $ref: '#/definitions/TaskUpdateTaskResponseBody' | ||
1079 | + schemes: | ||
1080 | + - http | ||
1081 | + delete: | ||
1082 | + tags: | ||
1083 | + - task | ||
1084 | + summary: 移除任务 | ||
1085 | + description: 移除任务 | ||
1086 | + operationId: task#removeTask | ||
1087 | + parameters: | ||
1088 | + - name: taskId | ||
1089 | + in: path | ||
1090 | + description: 任务ID | ||
1091 | + required: true | ||
1092 | + type: integer | ||
1093 | + responses: | ||
1094 | + "200": | ||
1095 | + description: OK response. | ||
1096 | + schema: | ||
1097 | + $ref: '#/definitions/TaskRemoveTaskResponseBody' | ||
1098 | + schemes: | ||
1099 | + - http | ||
1100 | + /tasks/{taskId}/acceptance: | ||
1101 | + post: | ||
1102 | + tags: | ||
1103 | + - task | ||
1104 | + summary: 验收任务 | ||
1105 | + description: 验收任务 | ||
1106 | + operationId: task#acceptanceTask | ||
1107 | + parameters: | ||
1108 | + - name: taskId | ||
1109 | + in: path | ||
1110 | + description: 任务ID | ||
1111 | + required: true | ||
1112 | + type: integer | ||
1113 | + - name: AcceptanceTaskRequestBody | ||
1114 | + in: body | ||
1115 | + required: true | ||
1116 | + schema: | ||
1117 | + $ref: '#/definitions/TaskAcceptanceTaskRequestBody' | ||
1118 | + responses: | ||
1119 | + "200": | ||
1120 | + description: OK response. | ||
1121 | + schema: | ||
1122 | + $ref: '#/definitions/TaskAcceptanceTaskResponseBody' | ||
1123 | + schemes: | ||
1124 | + - http | ||
1125 | + /tasks/{taskId}/apply-complete: | ||
1126 | + post: | ||
1127 | + tags: | ||
1128 | + - task | ||
1129 | + summary: 申请完成任务 | ||
1130 | + description: 申请完成任务 | ||
1131 | + operationId: task#applyCompleteTask | ||
1132 | + parameters: | ||
1133 | + - name: taskId | ||
1134 | + in: path | ||
1135 | + description: 任务ID | ||
1136 | + required: true | ||
1137 | + type: integer | ||
1138 | + - name: ApplyCompleteTaskRequestBody | ||
1139 | + in: body | ||
1140 | + required: true | ||
1141 | + schema: | ||
1142 | + $ref: '#/definitions/TaskApplyCompleteTaskRequestBody' | ||
1143 | + responses: | ||
1144 | + "200": | ||
1145 | + description: OK response. | ||
1146 | + schema: | ||
1147 | + $ref: '#/definitions/TaskApplyCompleteTaskResponseBody' | ||
1148 | + schemes: | ||
1149 | + - http | ||
1150 | + /tasks/{taskId}/bid: | ||
1151 | + post: | ||
1152 | + tags: | ||
1153 | + - task | ||
1154 | + summary: 对任务进行竞标 | ||
1155 | + description: 对任务进行竞标 | ||
1156 | + operationId: task#bidTask | ||
1157 | + parameters: | ||
1158 | + - name: taskId | ||
1159 | + in: path | ||
1160 | + description: 任务ID | ||
1161 | + required: true | ||
1162 | + type: integer | ||
1163 | + - name: BidTaskRequestBody | ||
1164 | + in: body | ||
1165 | + required: true | ||
1166 | + schema: | ||
1167 | + $ref: '#/definitions/TaskBidTaskRequestBody' | ||
1168 | + responses: | ||
1169 | + "200": | ||
1170 | + description: OK response. | ||
1171 | + schema: | ||
1172 | + $ref: '#/definitions/TaskBidTaskResponseBody' | ||
1173 | + schemes: | ||
1174 | + - http | ||
1175 | + /tasks/{taskId}/choose-successful-bidder: | ||
1176 | + post: | ||
1177 | + tags: | ||
1178 | + - task | ||
1179 | + summary: 选择竞标任务的中标人 | ||
1180 | + description: 选择竞标任务的中标人 | ||
1181 | + operationId: task#chooseSuccessfulBidder | ||
1182 | + parameters: | ||
1183 | + - name: taskId | ||
1184 | + in: path | ||
1185 | + description: 任务ID | ||
1186 | + required: true | ||
1187 | + type: integer | ||
1188 | + - name: ChooseSuccessfulBidderRequestBody | ||
1189 | + in: body | ||
1190 | + required: true | ||
1191 | + schema: | ||
1192 | + $ref: '#/definitions/TaskChooseSuccessfulBidderRequestBody' | ||
1193 | + responses: | ||
1194 | + "200": | ||
1195 | + description: OK response. | ||
1196 | + schema: | ||
1197 | + $ref: '#/definitions/TaskChooseSuccessfulBidderResponseBody' | ||
1198 | + schemes: | ||
1199 | + - http | ||
1200 | + /tasks/{taskId}/confirm-rob-task: | ||
1201 | + post: | ||
1202 | + tags: | ||
1203 | + - task | ||
1204 | + summary: 对抢单任务进行确认 | ||
1205 | + description: 对抢单任务进行确认 | ||
1206 | + operationId: task#confirmRobTask | ||
1207 | + parameters: | ||
1208 | + - name: taskId | ||
1209 | + in: path | ||
1210 | + description: 任务ID | ||
1211 | + required: true | ||
1212 | + type: integer | ||
1213 | + - name: ConfirmRobTaskRequestBody | ||
1214 | + in: body | ||
1215 | + required: true | ||
1216 | + schema: | ||
1217 | + $ref: '#/definitions/TaskConfirmRobTaskRequestBody' | ||
1218 | + responses: | ||
1219 | + "200": | ||
1220 | + description: OK response. | ||
1221 | + schema: | ||
1222 | + $ref: '#/definitions/TaskConfirmRobTaskResponseBody' | ||
1223 | + schemes: | ||
1224 | + - http | ||
1225 | + /tasks/{taskId}/dff: | ||
1226 | + post: | ||
1227 | + tags: | ||
1228 | + - task | ||
1229 | + summary: 关闭任务 | ||
1230 | + description: 关闭任务 | ||
1231 | + operationId: task#offTask | ||
1232 | + parameters: | ||
1233 | + - name: taskId | ||
1234 | + in: path | ||
1235 | + description: 任务ID | ||
1236 | + required: true | ||
1237 | + type: integer | ||
1238 | + - name: OffTaskRequestBody | ||
1239 | + in: body | ||
1240 | + required: true | ||
1241 | + schema: | ||
1242 | + $ref: '#/definitions/TaskOffTaskRequestBody' | ||
1243 | + responses: | ||
1244 | + "200": | ||
1245 | + description: OK response. | ||
1246 | + schema: | ||
1247 | + $ref: '#/definitions/TaskOffTaskResponseBody' | ||
1248 | + schemes: | ||
1249 | + - http | ||
1250 | + /tasks/{taskId}/reject-task-receiver: | ||
1251 | + post: | ||
1252 | + tags: | ||
1253 | + - task | ||
1254 | + summary: 驳回任务领取人 | ||
1255 | + description: 驳回任务领取人 | ||
1256 | + operationId: task#rejectTaskReceiver | ||
1257 | + parameters: | ||
1258 | + - name: taskId | ||
1259 | + in: path | ||
1260 | + description: 任务ID | ||
1261 | + required: true | ||
1262 | + type: integer | ||
1263 | + - name: RejectTaskReceiverRequestBody | ||
1264 | + in: body | ||
1265 | + required: true | ||
1266 | + schema: | ||
1267 | + $ref: '#/definitions/TaskRejectTaskReceiverRequestBody' | ||
1268 | + responses: | ||
1269 | + "200": | ||
1270 | + description: OK response. | ||
1271 | + schema: | ||
1272 | + $ref: '#/definitions/TaskRejectTaskReceiverResponseBody' | ||
1273 | + schemes: | ||
1274 | + - http | ||
1275 | + /tasks/{taskId}/release: | ||
1276 | + post: | ||
1277 | + tags: | ||
1278 | + - task | ||
1279 | + summary: 发布任务 | ||
1280 | + description: 发布任务 | ||
1281 | + operationId: task#releaseTask | ||
1282 | + parameters: | ||
1283 | + - name: taskId | ||
1284 | + in: path | ||
1285 | + description: 任务ID | ||
1286 | + required: true | ||
1287 | + type: integer | ||
1288 | + - name: ReleaseTaskRequestBody | ||
1289 | + in: body | ||
1290 | + required: true | ||
1291 | + schema: | ||
1292 | + $ref: '#/definitions/TaskReleaseTaskRequestBody' | ||
1293 | + responses: | ||
1294 | + "200": | ||
1295 | + description: OK response. | ||
1296 | + schema: | ||
1297 | + $ref: '#/definitions/TaskReleaseTaskResponseBody' | ||
1298 | + schemes: | ||
1299 | + - http | ||
1300 | + /tasks/{taskId}/rob: | ||
1301 | + post: | ||
1302 | + tags: | ||
1303 | + - task | ||
1304 | + summary: 对任务进行抢单 | ||
1305 | + description: 对任务进行抢单 | ||
1306 | + operationId: task#robTask | ||
1307 | + parameters: | ||
1308 | + - name: taskId | ||
1309 | + in: path | ||
1310 | + description: 任务ID | ||
1311 | + required: true | ||
1312 | + type: integer | ||
1313 | + - name: RobTaskRequestBody | ||
1314 | + in: body | ||
1315 | + required: true | ||
1316 | + schema: | ||
1317 | + $ref: '#/definitions/TaskRobTaskRequestBody' | ||
1318 | + responses: | ||
1319 | + "200": | ||
1320 | + description: OK response. | ||
1321 | + schema: | ||
1322 | + $ref: '#/definitions/TaskRobTaskResponseBody' | ||
1323 | + schemes: | ||
1324 | + - http | ||
1325 | + /tasks/search: | ||
1326 | + post: | ||
1327 | + tags: | ||
1328 | + - task | ||
1329 | + summary: 搜索任务 | ||
1330 | + description: 搜索任务 | ||
1331 | + operationId: task#searchTask | ||
1332 | + parameters: | ||
1333 | + - name: SearchTaskRequestBody | ||
1334 | + in: body | ||
1335 | + required: true | ||
1336 | + schema: | ||
1337 | + $ref: '#/definitions/TaskSearchTaskRequestBody' | ||
1338 | + responses: | ||
1339 | + "200": | ||
1340 | + description: OK response. | ||
1341 | + schema: | ||
1342 | + $ref: '#/definitions/TaskSearchTaskResponseBody' | ||
1343 | + schemes: | ||
1344 | + - http | ||
1345 | +definitions: | ||
1346 | + ConfigListBidTimeMatchResponseBody: | ||
1347 | + title: 'Mediatype identifier: ConfigListBidTimeMatchResponseBody' | ||
1348 | + type: object | ||
1349 | + properties: | ||
1350 | + bidTimeMatchs: | ||
1351 | + type: array | ||
1352 | + items: | ||
1353 | + $ref: '#/definitions/configResponseBody' | ||
1354 | + ConfigListCustomerValueResponseBody: | ||
1355 | + title: 'Mediatype identifier: ConfigListCustomerValueResponseBody' | ||
1356 | + type: object | ||
1357 | + properties: | ||
1358 | + customerValues: | ||
1359 | + type: array | ||
1360 | + items: | ||
1361 | + $ref: '#/definitions/configResponseBody' | ||
1362 | + ConfigListEmployeePermissionResponseBody: | ||
1363 | + title: 'Mediatype identifier: ConfigListEmployeePermissionResponseBody' | ||
1364 | + type: object | ||
1365 | + properties: | ||
1366 | + employeePermissions: | ||
1367 | + type: array | ||
1368 | + items: | ||
1369 | + $ref: '#/definitions/configResponseBody' | ||
1370 | + ConfigListReferenceResourceTypeResponseBody: | ||
1371 | + title: 'Mediatype identifier: ConfigListReferenceResourceTypeResponseBody' | ||
1372 | + type: object | ||
1373 | + properties: | ||
1374 | + referenceResourceTypes: | ||
1375 | + type: array | ||
1376 | + items: | ||
1377 | + $ref: '#/definitions/configResponseBody' | ||
1378 | + ConfigListTaskNatureResponseBody: | ||
1379 | + title: 'Mediatype identifier: ConfigListTaskNatureResponseBody' | ||
1380 | + type: object | ||
1381 | + properties: | ||
1382 | + taskNatures: | ||
1383 | + type: array | ||
1384 | + items: | ||
1385 | + $ref: '#/definitions/configResponseBody' | ||
1386 | + ConfigListTaskStatusResponseBody: | ||
1387 | + title: 'Mediatype identifier: ConfigListTaskStatusResponseBody' | ||
1388 | + type: object | ||
1389 | + properties: | ||
1390 | + taskStatuses: | ||
1391 | + type: array | ||
1392 | + items: | ||
1393 | + $ref: '#/definitions/configResponseBody' | ||
1394 | + ConfigListTaskTypeResponseBody: | ||
1395 | + title: 'Mediatype identifier: ConfigListTaskTypeResponseBody' | ||
1396 | + type: object | ||
1397 | + properties: | ||
1398 | + taskTypes: | ||
1399 | + type: array | ||
1400 | + items: | ||
1401 | + $ref: '#/definitions/configResponseBody' | ||
1402 | + CustomerValueCreateCustomerValueRequestBody: | ||
1403 | + title: CustomerValueCreateCustomerValueRequestBody | ||
1404 | + type: object | ||
1405 | + properties: | ||
1406 | + companyId: | ||
1407 | + type: integer | ||
1408 | + description: 公司ID | ||
1409 | + required: | ||
1410 | + - companyId | ||
1411 | + customerValueName: | ||
1412 | + type: string | ||
1413 | + description: 客户价值名称 | ||
1414 | + required: | ||
1415 | + - customerValueName | ||
1416 | + CustomerValueCreateCustomerValueResponseBody: | ||
1417 | + title: 'Mediatype identifier: CustomerValueCreateCustomerValueResponseBody' | ||
1418 | + type: object | ||
1419 | + properties: | ||
1420 | + customerValue: | ||
1421 | + $ref: '#/definitions/customerValueResponseBody' | ||
1422 | + CustomerValueGetCustomerValueResponseBody: | ||
1423 | + title: 'Mediatype identifier: CustomerValueGetCustomerValueResponseBody' | ||
1424 | + type: object | ||
1425 | + properties: | ||
1426 | + customerValue: | ||
1427 | + $ref: '#/definitions/customerValueResponseBody' | ||
1428 | + CustomerValueListCustomerValueResponseBody: | ||
1429 | + title: 'Mediatype identifier: CustomerValueListCustomerValueResponseBody' | ||
1430 | + type: object | ||
1431 | + properties: | ||
1432 | + count: | ||
1433 | + type: integer | ||
1434 | + description: 结果总数 | ||
1435 | + format: int64 | ||
1436 | + customerValues: | ||
1437 | + type: array | ||
1438 | + items: | ||
1439 | + $ref: '#/definitions/customerValueResponseBody' | ||
1440 | + CustomerValueRemoveCustomerValueResponseBody: | ||
1441 | + title: 'Mediatype identifier: CustomerValueRemoveCustomerValueResponseBody' | ||
1442 | + type: object | ||
1443 | + properties: | ||
1444 | + customerValue: | ||
1445 | + $ref: '#/definitions/customerValueResponseBody' | ||
1446 | + CustomerValueUpdateCustomerValueRequestBody: | ||
1447 | + title: CustomerValueUpdateCustomerValueRequestBody | ||
1448 | + type: object | ||
1449 | + properties: | ||
1450 | + customerValueName: | ||
1451 | + type: string | ||
1452 | + description: 客户价值名称 | ||
1453 | + CustomerValueUpdateCustomerValueResponseBody: | ||
1454 | + title: 'Mediatype identifier: CustomerValueUpdateCustomerValueResponseBody' | ||
1455 | + type: object | ||
1456 | + properties: | ||
1457 | + customerValue: | ||
1458 | + $ref: '#/definitions/customerValueResponseBody' | ||
1459 | + EmployeeCreateEmployeeRequestBody: | ||
1460 | + title: EmployeeCreateEmployeeRequestBody | ||
1461 | + type: object | ||
1462 | + properties: | ||
1463 | + employeeAccount: | ||
1464 | + type: string | ||
1465 | + description: 员工账号 | ||
1466 | + employeeAvatarUrl: | ||
1467 | + type: string | ||
1468 | + description: 员工头像URL | ||
1469 | + employeeName: | ||
1470 | + type: string | ||
1471 | + description: 员工姓名 | ||
1472 | + uid: | ||
1473 | + type: integer | ||
1474 | + description: 统一用户UID | ||
1475 | + required: | ||
1476 | + - uid | ||
1477 | + EmployeeCreateEmployeeResponseBody: | ||
1478 | + title: 'Mediatype identifier: EmployeeCreateEmployeeResponseBody' | ||
1479 | + type: object | ||
1480 | + properties: | ||
1481 | + employee: | ||
1482 | + $ref: '#/definitions/employeeResponseBody' | ||
1483 | + EmployeeGetEmployeeResponseBody: | ||
1484 | + title: 'Mediatype identifier: EmployeeGetEmployeeResponseBody' | ||
1485 | + type: object | ||
1486 | + properties: | ||
1487 | + employee: | ||
1488 | + $ref: '#/definitions/employeeResponseBody' | ||
1489 | + EmployeeListEmployeeResponseBody: | ||
1490 | + title: 'Mediatype identifier: EmployeeListEmployeeResponseBody' | ||
1491 | + type: object | ||
1492 | + properties: | ||
1493 | + count: | ||
1494 | + type: integer | ||
1495 | + description: 结果总数 | ||
1496 | + format: int64 | ||
1497 | + employees: | ||
1498 | + type: array | ||
1499 | + items: | ||
1500 | + $ref: '#/definitions/employeeResponseBody' | ||
1501 | + EmployeeRemoveEmployeeResponseBody: | ||
1502 | + title: 'Mediatype identifier: EmployeeRemoveEmployeeResponseBody' | ||
1503 | + type: object | ||
1504 | + properties: | ||
1505 | + employee: | ||
1506 | + $ref: '#/definitions/employeeResponseBody' | ||
1507 | + EmployeeUpdateEmployeeRequestBody: | ||
1508 | + title: EmployeeUpdateEmployeeRequestBody | ||
1509 | + type: object | ||
1510 | + properties: | ||
1511 | + employeeAccount: | ||
1512 | + type: string | ||
1513 | + description: 员工账号 | ||
1514 | + employeeAvatarUrl: | ||
1515 | + type: string | ||
1516 | + description: 员工头像URL | ||
1517 | + employeeName: | ||
1518 | + type: string | ||
1519 | + description: 员工姓名 | ||
1520 | + permissions: | ||
1521 | + type: array | ||
1522 | + items: | ||
1523 | + type: integer | ||
1524 | + format: int64 | ||
1525 | + description: 员工权限集合 | ||
1526 | + EmployeeUpdateEmployeeResponseBody: | ||
1527 | + title: 'Mediatype identifier: EmployeeUpdateEmployeeResponseBody' | ||
1528 | + type: object | ||
1529 | + properties: | ||
1530 | + employee: | ||
1531 | + $ref: '#/definitions/employeeResponseBody' | ||
1532 | + NotificationListSentNotificationResponseBody: | ||
1533 | + title: 'Mediatype identifier: NotificationListSentNotificationResponseBody' | ||
1534 | + type: object | ||
1535 | + properties: | ||
1536 | + count: | ||
1537 | + type: integer | ||
1538 | + description: 结果总数 | ||
1539 | + format: int64 | ||
1540 | + sentNotifications: | ||
1541 | + type: array | ||
1542 | + items: | ||
1543 | + $ref: '#/definitions/sentNotificationResponseBody' | ||
1544 | + NotificationReadAllUnReadSentNotificationRequestBody: | ||
1545 | + title: NotificationReadAllUnReadSentNotificationRequestBody | ||
1546 | + type: object | ||
1547 | + properties: | ||
1548 | + receiverId: | ||
1549 | + type: integer | ||
1550 | + description: 通知接收者Uid | ||
1551 | + required: | ||
1552 | + - receiverId | ||
1553 | + NotificationReadAllUnReadSentNotificationResponseBody: | ||
1554 | + title: 'Mediatype identifier: NotificationReadAllUnReadSentNotificationResponseBody' | ||
1555 | + type: object | ||
1556 | + properties: | ||
1557 | + readCount: | ||
1558 | + type: integer | ||
1559 | + description: 读取消息数 | ||
1560 | + format: int64 | ||
1561 | + NotificationReadSentNotificationRequestBody: | ||
1562 | + title: NotificationReadSentNotificationRequestBody | ||
1563 | + type: object | ||
1564 | + properties: | ||
1565 | + sentNotificationId: | ||
1566 | + type: integer | ||
1567 | + description: 发送出的通知ID | ||
1568 | + required: | ||
1569 | + - sentNotificationId | ||
1570 | + NotificationReadSentNotificationResponseBody: | ||
1571 | + title: 'Mediatype identifier: NotificationReadSentNotificationResponseBody' | ||
1572 | + type: object | ||
1573 | + properties: | ||
1574 | + sentNotification: | ||
1575 | + $ref: '#/definitions/sentNotificationResponseBody' | ||
1576 | + OffTaskRecordGetOffTaskRecordResponseBody: | ||
1577 | + title: 'Mediatype identifier: OffTaskRecordGetOffTaskRecordResponseBody' | ||
1578 | + type: object | ||
1579 | + properties: | ||
1580 | + offTaskRecord: | ||
1581 | + $ref: '#/definitions/offTaskRecordResponseBody' | ||
1582 | + OffTaskRecordSearchOffTaskRecordRequestBody: | ||
1583 | + title: OffTaskRecordSearchOffTaskRecordRequestBody | ||
1584 | + type: object | ||
1585 | + properties: | ||
1586 | + companyId: | ||
1587 | + type: integer | ||
1588 | + description: 公司ID | ||
1589 | + required: | ||
1590 | + - companyId | ||
1591 | + customerValues: | ||
1592 | + type: array | ||
1593 | + items: | ||
1594 | + type: integer | ||
1595 | + format: int64 | ||
1596 | + description: 客户价值 | ||
1597 | + limit: | ||
1598 | + type: integer | ||
1599 | + description: 查询限制 | ||
1600 | + format: int64 | ||
1601 | + offEndTime: | ||
1602 | + type: string | ||
1603 | + description: 关闭任务时间区间-截止时间 | ||
1604 | + format: datetime | ||
1605 | + offStartTime: | ||
1606 | + type: string | ||
1607 | + description: 关闭任务时间区间-开始时间 | ||
1608 | + format: datetime | ||
1609 | + offset: | ||
1610 | + type: integer | ||
1611 | + description: 查询偏离量 | ||
1612 | + format: int64 | ||
1613 | + projectBelongs: | ||
1614 | + type: array | ||
1615 | + items: | ||
1616 | + type: integer | ||
1617 | + format: int64 | ||
1618 | + description: 项目归属 | ||
1619 | + taskContentMatch: | ||
1620 | + type: string | ||
1621 | + description: 任务内容匹配 | ||
1622 | + taskNatures: | ||
1623 | + type: array | ||
1624 | + items: | ||
1625 | + type: integer | ||
1626 | + format: int64 | ||
1627 | + description: 任务性质 | ||
1628 | + taskType: | ||
1629 | + type: integer | ||
1630 | + description: 任务类型 | ||
1631 | + format: int64 | ||
1632 | + OffTaskRecordSearchOffTaskRecordResponseBody: | ||
1633 | + title: 'Mediatype identifier: OffTaskRecordSearchOffTaskRecordResponseBody' | ||
1634 | + type: object | ||
1635 | + properties: | ||
1636 | + count: | ||
1637 | + type: integer | ||
1638 | + description: 结果总数 | ||
1639 | + format: int64 | ||
1640 | + offTaskRecords: | ||
1641 | + type: array | ||
1642 | + items: | ||
1643 | + $ref: '#/definitions/offTaskRecordResponseBody' | ||
1644 | + ProjectBelongCreateProjectBelongRequestBody: | ||
1645 | + title: ProjectBelongCreateProjectBelongRequestBody | ||
1646 | + type: object | ||
1647 | + properties: | ||
1648 | + companyId: | ||
1649 | + type: integer | ||
1650 | + description: 公司ID | ||
1651 | + required: | ||
1652 | + - companyId | ||
1653 | + projectBelongName: | ||
1654 | + type: string | ||
1655 | + description: 项目归属名称 | ||
1656 | + required: | ||
1657 | + - projectBelongName | ||
1658 | + ProjectBelongCreateProjectBelongResponseBody: | ||
1659 | + title: 'Mediatype identifier: ProjectBelongCreateProjectBelongResponseBody' | ||
1660 | + type: object | ||
1661 | + properties: | ||
1662 | + projectBelong: | ||
1663 | + $ref: '#/definitions/projectBelongResponseBody' | ||
1664 | + ProjectBelongGetProjectBelongResponseBody: | ||
1665 | + title: 'Mediatype identifier: ProjectBelongGetProjectBelongResponseBody' | ||
1666 | + type: object | ||
1667 | + properties: | ||
1668 | + projectBelong: | ||
1669 | + $ref: '#/definitions/projectBelongResponseBody' | ||
1670 | + ProjectBelongListProjectBelongResponseBody: | ||
1671 | + title: 'Mediatype identifier: ProjectBelongListProjectBelongResponseBody' | ||
1672 | + type: object | ||
1673 | + properties: | ||
1674 | + count: | ||
1675 | + type: integer | ||
1676 | + description: 结果总数 | ||
1677 | + format: int64 | ||
1678 | + projectBelongs: | ||
1679 | + type: array | ||
1680 | + items: | ||
1681 | + $ref: '#/definitions/projectBelongResponseBody' | ||
1682 | + ProjectBelongRemoveProjectBelongResponseBody: | ||
1683 | + title: 'Mediatype identifier: ProjectBelongRemoveProjectBelongResponseBody' | ||
1684 | + type: object | ||
1685 | + properties: | ||
1686 | + projectBelong: | ||
1687 | + $ref: '#/definitions/projectBelongResponseBody' | ||
1688 | + ProjectBelongUpdateProjectBelongRequestBody: | ||
1689 | + title: ProjectBelongUpdateProjectBelongRequestBody | ||
1690 | + type: object | ||
1691 | + properties: | ||
1692 | + projectBelongName: | ||
1693 | + type: string | ||
1694 | + description: 项目归属名称 | ||
1695 | + ProjectBelongUpdateProjectBelongResponseBody: | ||
1696 | + title: 'Mediatype identifier: ProjectBelongUpdateProjectBelongResponseBody' | ||
1697 | + type: object | ||
1698 | + properties: | ||
1699 | + projectBelong: | ||
1700 | + $ref: '#/definitions/projectBelongResponseBody' | ||
1701 | + RejectTaskRecordGetRejectTaskRecordResponseBody: | ||
1702 | + title: 'Mediatype identifier: RejectTaskRecordGetRejectTaskRecordResponseBody' | ||
1703 | + type: object | ||
1704 | + properties: | ||
1705 | + rejectTaskRecord: | ||
1706 | + $ref: '#/definitions/rejectTaskRecordResponseBody' | ||
1707 | + RejectTaskRecordSearchRejectTaskRecordRequestBody: | ||
1708 | + title: RejectTaskRecordSearchRejectTaskRecordRequestBody | ||
1709 | + type: object | ||
1710 | + properties: | ||
1711 | + companyId: | ||
1712 | + type: integer | ||
1713 | + description: 公司ID | ||
1714 | + required: | ||
1715 | + - companyId | ||
1716 | + customerValues: | ||
1717 | + type: array | ||
1718 | + items: | ||
1719 | + type: integer | ||
1720 | + format: int64 | ||
1721 | + description: 客户价值 | ||
1722 | + limit: | ||
1723 | + type: integer | ||
1724 | + description: 查询限制 | ||
1725 | + format: int64 | ||
1726 | + offset: | ||
1727 | + type: integer | ||
1728 | + description: 查询偏离量 | ||
1729 | + format: int64 | ||
1730 | + projectBelongs: | ||
1731 | + type: array | ||
1732 | + items: | ||
1733 | + type: integer | ||
1734 | + format: int64 | ||
1735 | + description: 项目归属 | ||
1736 | + rejectEndTime: | ||
1737 | + type: string | ||
1738 | + description: 驳回任务时间区间-截止时间 | ||
1739 | + format: datetime | ||
1740 | + rejectStartTime: | ||
1741 | + type: string | ||
1742 | + description: 驳回任务时间区间-开始时间 | ||
1743 | + format: datetime | ||
1744 | + taskContentMatch: | ||
1745 | + type: string | ||
1746 | + description: 任务内容匹配 | ||
1747 | + taskNatures: | ||
1748 | + type: array | ||
1749 | + items: | ||
1750 | + type: integer | ||
1751 | + format: int64 | ||
1752 | + description: 任务性质 | ||
1753 | + taskType: | ||
1754 | + type: integer | ||
1755 | + description: 任务类型 | ||
1756 | + format: int64 | ||
1757 | + RejectTaskRecordSearchRejectTaskRecordResponseBody: | ||
1758 | + title: 'Mediatype identifier: RejectTaskRecordSearchRejectTaskRecordResponseBody' | ||
1759 | + type: object | ||
1760 | + properties: | ||
1761 | + count: | ||
1762 | + type: integer | ||
1763 | + description: 结果总数 | ||
1764 | + format: int64 | ||
1765 | + rejectTaskRecords: | ||
1766 | + type: array | ||
1767 | + items: | ||
1768 | + $ref: '#/definitions/rejectTaskRecordResponseBody' | ||
1769 | + StatisticsPersonSuMoneyStatisticsRequestBody: | ||
1770 | + title: StatisticsPersonSuMoneyStatisticsRequestBody | ||
1771 | + type: object | ||
1772 | + properties: | ||
1773 | + uid: | ||
1774 | + type: integer | ||
1775 | + description: 统一用户UID | ||
1776 | + required: | ||
1777 | + - uid | ||
1778 | + StatisticsPersonSuMoneyStatisticsResponseBody: | ||
1779 | + title: 'Mediatype identifier: StatisticsPersonSuMoneyStatisticsResponseBody' | ||
1780 | + type: object | ||
1781 | + properties: | ||
1782 | + currentSuMoney: | ||
1783 | + type: number | ||
1784 | + description: 当前素币数 | ||
1785 | + format: double | ||
1786 | + incomeSuMoney: | ||
1787 | + type: number | ||
1788 | + description: 任务奖励素币总数 | ||
1789 | + format: double | ||
1790 | + incomeSuMoneyOfYesterday: | ||
1791 | + type: number | ||
1792 | + description: 昨日任务奖励素币数 | ||
1793 | + format: double | ||
1794 | + StatisticsPersonTaskStatisticsRequestBody: | ||
1795 | + title: StatisticsPersonTaskStatisticsRequestBody | ||
1796 | + type: object | ||
1797 | + properties: | ||
1798 | + uid: | ||
1799 | + type: integer | ||
1800 | + description: 统一用户UID | ||
1801 | + required: | ||
1802 | + - uid | ||
1803 | + StatisticsPersonTaskStatisticsResponseBody: | ||
1804 | + title: 'Mediatype identifier: StatisticsPersonTaskStatisticsResponseBody' | ||
1805 | + type: object | ||
1806 | + properties: | ||
1807 | + bidAsParticipator: | ||
1808 | + type: integer | ||
1809 | + description: 个人参与的竞标中任务 | ||
1810 | + required: | ||
1811 | + - bidAsParticipator | ||
1812 | + completedAsAssignedPerson: | ||
1813 | + type: integer | ||
1814 | + description: 指派我的已完成任务 | ||
1815 | + required: | ||
1816 | + - completedAsAssignedPerson | ||
1817 | + completedAsParticipator: | ||
1818 | + type: integer | ||
1819 | + description: 个人参与的已完成任务 | ||
1820 | + required: | ||
1821 | + - completedAsParticipator | ||
1822 | + completedAsReceiver: | ||
1823 | + type: integer | ||
1824 | + description: 个人领取的已完成任务 | ||
1825 | + required: | ||
1826 | + - completedAsReceiver | ||
1827 | + completedAsSponsor: | ||
1828 | + type: integer | ||
1829 | + description: 个人发起的已完成任务 | ||
1830 | + required: | ||
1831 | + - completedAsSponsor | ||
1832 | + unAcceptanceAsAssignedPerson: | ||
1833 | + type: integer | ||
1834 | + description: 指派我的待验收任务 | ||
1835 | + required: | ||
1836 | + - unAcceptanceAsAssignedPerson | ||
1837 | + unAcceptanceAsReceiver: | ||
1838 | + type: integer | ||
1839 | + description: 个人领取的待验收任务 | ||
1840 | + required: | ||
1841 | + - unAcceptanceAsReceiver | ||
1842 | + unAcceptanceAsSponsor: | ||
1843 | + type: integer | ||
1844 | + description: 个人发起的待验收任务 | ||
1845 | + required: | ||
1846 | + - unAcceptanceAsSponsor | ||
1847 | + unClaimedAsSponsor: | ||
1848 | + type: integer | ||
1849 | + description: 个人发起的待领取任务 | ||
1850 | + required: | ||
1851 | + - unClaimedAsSponsor | ||
1852 | + unConfirmedAsReceiver: | ||
1853 | + type: integer | ||
1854 | + description: 个人领取的待确认任务 | ||
1855 | + required: | ||
1856 | + - unConfirmedAsReceiver | ||
1857 | + unConfirmedAsSponsor: | ||
1858 | + type: integer | ||
1859 | + description: 个人发起的待确认任务 | ||
1860 | + required: | ||
1861 | + - unConfirmedAsSponsor | ||
1862 | + unReleasedAsSponsor: | ||
1863 | + type: integer | ||
1864 | + description: 个人发起的待发布任务 | ||
1865 | + required: | ||
1866 | + - unReleasedAsSponsor | ||
1867 | + underwayAsAssignedPerson: | ||
1868 | + type: integer | ||
1869 | + description: 指派我的进行中任务 | ||
1870 | + required: | ||
1871 | + - underwayAsAssignedPerson | ||
1872 | + underwayAsReceiver: | ||
1873 | + type: integer | ||
1874 | + description: 个人领取的进行中任务 | ||
1875 | + required: | ||
1876 | + - underwayAsReceiver | ||
1877 | + underwayAsSponsor: | ||
1878 | + type: integer | ||
1879 | + description: 个人发起的进行中任务 | ||
1880 | + required: | ||
1881 | + - underwayAsSponsor | ||
1882 | + StatisticsSystemTaskStatisticsRequestBody: | ||
1883 | + title: StatisticsSystemTaskStatisticsRequestBody | ||
1884 | + type: object | ||
1885 | + properties: | ||
1886 | + companyId: | ||
1887 | + type: integer | ||
1888 | + description: 公司ID | ||
1889 | + required: | ||
1890 | + - companyId | ||
1891 | + StatisticsSystemTaskStatisticsResponseBody: | ||
1892 | + title: 'Mediatype identifier: StatisticsSystemTaskStatisticsResponseBody' | ||
1893 | + type: object | ||
1894 | + properties: | ||
1895 | + completed: | ||
1896 | + type: integer | ||
1897 | + description: 已完成的任务数 | ||
1898 | + format: int64 | ||
1899 | + released: | ||
1900 | + type: integer | ||
1901 | + description: 发布的任务数 | ||
1902 | + format: int64 | ||
1903 | + underway: | ||
1904 | + type: integer | ||
1905 | + description: 进行中的任务数 | ||
1906 | + format: int64 | ||
1907 | + SuMoneyExchangeSuMoneyRequestBody: | ||
1908 | + title: SuMoneyExchangeSuMoneyRequestBody | ||
1909 | + type: object | ||
1910 | + properties: | ||
1911 | + exchangeDescription: | ||
1912 | + type: string | ||
1913 | + description: 兑换描述 | ||
1914 | + required: | ||
1915 | + - exchangeDescription | ||
1916 | + operator: | ||
1917 | + type: integer | ||
1918 | + description: 操作人UID | ||
1919 | + format: int64 | ||
1920 | + suMoney: | ||
1921 | + type: number | ||
1922 | + description: 素币值 | ||
1923 | + required: | ||
1924 | + - suMoney | ||
1925 | + uid: | ||
1926 | + type: integer | ||
1927 | + description: 兑换人UID | ||
1928 | + required: | ||
1929 | + - uid | ||
1930 | + SuMoneyExchangeSuMoneyResponseBody: | ||
1931 | + title: 'Mediatype identifier: SuMoneyExchangeSuMoneyResponseBody' | ||
1932 | + type: object | ||
1933 | + properties: | ||
1934 | + suMoneyTransactionRecord: | ||
1935 | + $ref: '#/definitions/suMoneyTransactionRecordResponseBody' | ||
1936 | + SuMoneyGetSuMoneyTransactionRecordResponseBody: | ||
1937 | + title: 'Mediatype identifier: SuMoneyGetSuMoneyTransactionRecordResponseBody' | ||
1938 | + type: object | ||
1939 | + properties: | ||
1940 | + suMoneyTransactionRecord: | ||
1941 | + $ref: '#/definitions/suMoneyTransactionRecordResponseBody' | ||
1942 | + SuMoneyOperationSuMoneyRequestBody: | ||
1943 | + title: SuMoneyOperationSuMoneyRequestBody | ||
1944 | + type: object | ||
1945 | + properties: | ||
1946 | + operationDescription: | ||
1947 | + type: string | ||
1948 | + description: 理由描述 | ||
1949 | + required: | ||
1950 | + - operationDescription | ||
1951 | + operationType: | ||
1952 | + type: integer | ||
1953 | + description: 操作类型(1增加,2扣除) | ||
1954 | + required: | ||
1955 | + - operationType | ||
1956 | + operator: | ||
1957 | + type: integer | ||
1958 | + description: 操作人UID | ||
1959 | + format: int64 | ||
1960 | + suMoney: | ||
1961 | + type: number | ||
1962 | + description: 素币值 | ||
1963 | + required: | ||
1964 | + - suMoney | ||
1965 | + uid: | ||
1966 | + type: integer | ||
1967 | + description: 素币拥有者UID | ||
1968 | + required: | ||
1969 | + - uid | ||
1970 | + SuMoneyOperationSuMoneyResponseBody: | ||
1971 | + title: 'Mediatype identifier: SuMoneyOperationSuMoneyResponseBody' | ||
1972 | + type: object | ||
1973 | + properties: | ||
1974 | + suMoneyTransactionRecord: | ||
1975 | + $ref: '#/definitions/suMoneyTransactionRecordResponseBody' | ||
1976 | + SuMoneySearchSuMoneyTransactionRecordRequestBody: | ||
1977 | + title: SuMoneySearchSuMoneyTransactionRecordRequestBody | ||
1978 | + type: object | ||
1979 | + properties: | ||
1980 | + limit: | ||
1981 | + type: integer | ||
1982 | + description: 查询限制 | ||
1983 | + format: int64 | ||
1984 | + offset: | ||
1985 | + type: integer | ||
1986 | + description: 查询偏离量 | ||
1987 | + format: int64 | ||
1988 | + operator: | ||
1989 | + type: integer | ||
1990 | + description: 操作人UID | ||
1991 | + format: int64 | ||
1992 | + recordType: | ||
1993 | + type: integer | ||
1994 | + description: 记录类型(1兑换,2任务奖励,3增加,4扣除) | ||
1995 | + required: | ||
1996 | + - recordType | ||
1997 | + transactionEndTime: | ||
1998 | + type: string | ||
1999 | + description: 事务时间区间-截止时间 | ||
2000 | + format: datetime | ||
2001 | + transactionStartTime: | ||
2002 | + type: string | ||
2003 | + description: 事务时间区间-开始时间 | ||
2004 | + format: datetime | ||
2005 | + uid: | ||
2006 | + type: integer | ||
2007 | + description: 统一用户UID | ||
2008 | + required: | ||
2009 | + - uid | ||
2010 | + SuMoneySearchSuMoneyTransactionRecordResponseBody: | ||
2011 | + title: 'Mediatype identifier: SuMoneySearchSuMoneyTransactionRecordResponseBody' | ||
2012 | + type: object | ||
2013 | + properties: | ||
2014 | + count: | ||
2015 | + type: integer | ||
2016 | + description: 结果总数 | ||
2017 | + format: int64 | ||
2018 | + suMoneyTransactionRecords: | ||
2019 | + type: array | ||
2020 | + items: | ||
2021 | + $ref: '#/definitions/suMoneyTransactionRecordResponseBody' | ||
2022 | + SuMoneySuMoneyTransactionRecordStatisticsRequestBody: | ||
2023 | + title: SuMoneySuMoneyTransactionRecordStatisticsRequestBody | ||
2024 | + type: object | ||
2025 | + properties: | ||
2026 | + transactionEndTime: | ||
2027 | + type: string | ||
2028 | + description: 事务时间区间-截止时间 | ||
2029 | + format: datetime | ||
2030 | + transactionStartTime: | ||
2031 | + type: string | ||
2032 | + description: 事务时间区间-开始时间 | ||
2033 | + format: datetime | ||
2034 | + uid: | ||
2035 | + type: integer | ||
2036 | + description: 统一用户UID | ||
2037 | + required: | ||
2038 | + - uid | ||
2039 | + SuMoneySuMoneyTransactionRecordStatisticsResponseBody: | ||
2040 | + title: 'Mediatype identifier: SuMoneySuMoneyTransactionRecordStatisticsResponseBody' | ||
2041 | + type: object | ||
2042 | + properties: | ||
2043 | + expendSuMoney: | ||
2044 | + type: number | ||
2045 | + description: 支出素币 | ||
2046 | + required: | ||
2047 | + - expendSuMoney | ||
2048 | + incomeSuMoney: | ||
2049 | + type: number | ||
2050 | + description: 收入素币 | ||
2051 | + required: | ||
2052 | + - incomeSuMoney | ||
2053 | + TaskAcceptanceTaskRequestBody: | ||
2054 | + title: TaskAcceptanceTaskRequestBody | ||
2055 | + type: object | ||
2056 | + properties: | ||
2057 | + actualCompletionTime: | ||
2058 | + type: string | ||
2059 | + description: 实际完成时间 | ||
2060 | + required: | ||
2061 | + - actualCompletionTime | ||
2062 | + operator: | ||
2063 | + type: integer | ||
2064 | + description: 操作人uid | ||
2065 | + required: | ||
2066 | + - operator | ||
2067 | + participators: | ||
2068 | + type: array | ||
2069 | + items: | ||
2070 | + type: integer | ||
2071 | + format: int64 | ||
2072 | + description: 任务参与者UID列表 | ||
2073 | + referenceResourceScore: | ||
2074 | + type: array | ||
2075 | + items: | ||
2076 | + $ref: '#/definitions/referenceResourceItemRequestBody' | ||
2077 | + description: 引用资源解决分 | ||
2078 | + solvePictureUrls: | ||
2079 | + type: array | ||
2080 | + items: | ||
2081 | + type: string | ||
2082 | + description: 解决图片URL列表 | ||
2083 | + solveReport: | ||
2084 | + type: string | ||
2085 | + description: 解决报告 | ||
2086 | + taskPercentage: | ||
2087 | + type: array | ||
2088 | + items: | ||
2089 | + $ref: '#/definitions/taskPercentageItemRequestBody' | ||
2090 | + description: 任务贡献占比 | ||
2091 | + required: | ||
2092 | + - taskPercentage | ||
2093 | + TaskAcceptanceTaskResponseBody: | ||
2094 | + title: 'Mediatype identifier: TaskAcceptanceTaskResponseBody' | ||
2095 | + type: object | ||
2096 | + properties: | ||
2097 | + task: | ||
2098 | + $ref: '#/definitions/taskResponseBody' | ||
2099 | + TaskApplyCompleteTaskRequestBody: | ||
2100 | + title: TaskApplyCompleteTaskRequestBody | ||
2101 | + type: object | ||
2102 | + properties: | ||
2103 | + receiver: | ||
2104 | + type: integer | ||
2105 | + description: 领取人或者中标人uid | ||
2106 | + required: | ||
2107 | + - receiver | ||
2108 | + TaskApplyCompleteTaskResponseBody: | ||
2109 | + title: 'Mediatype identifier: TaskApplyCompleteTaskResponseBody' | ||
2110 | + type: object | ||
2111 | + properties: | ||
2112 | + task: | ||
2113 | + $ref: '#/definitions/taskResponseBody' | ||
2114 | + TaskBidTaskRequestBody: | ||
2115 | + title: TaskBidTaskRequestBody | ||
2116 | + type: object | ||
2117 | + properties: | ||
2118 | + bidder: | ||
2119 | + type: integer | ||
2120 | + description: 竞标人uid | ||
2121 | + required: | ||
2122 | + - bidder | ||
2123 | + TaskBidTaskResponseBody: | ||
2124 | + title: 'Mediatype identifier: TaskBidTaskResponseBody' | ||
2125 | + type: object | ||
2126 | + properties: | ||
2127 | + task: | ||
2128 | + $ref: '#/definitions/taskResponseBody' | ||
2129 | + TaskChooseSuccessfulBidderRequestBody: | ||
2130 | + title: TaskChooseSuccessfulBidderRequestBody | ||
2131 | + type: object | ||
2132 | + properties: | ||
2133 | + operator: | ||
2134 | + type: integer | ||
2135 | + description: 操作人uid | ||
2136 | + required: | ||
2137 | + - operator | ||
2138 | + plannedCompletionTime: | ||
2139 | + type: string | ||
2140 | + description: 计划完成时间 | ||
2141 | + required: | ||
2142 | + - plannedCompletionTime | ||
2143 | + successfulBidder: | ||
2144 | + type: integer | ||
2145 | + description: 中标者uid | ||
2146 | + required: | ||
2147 | + - successfulBidder | ||
2148 | + TaskChooseSuccessfulBidderResponseBody: | ||
2149 | + title: 'Mediatype identifier: TaskChooseSuccessfulBidderResponseBody' | ||
2150 | + type: object | ||
2151 | + properties: | ||
2152 | + task: | ||
2153 | + $ref: '#/definitions/taskResponseBody' | ||
2154 | + TaskConfirmRobTaskRequestBody: | ||
2155 | + title: TaskConfirmRobTaskRequestBody | ||
2156 | + type: object | ||
2157 | + properties: | ||
2158 | + operator: | ||
2159 | + type: integer | ||
2160 | + description: 操作人uid | ||
2161 | + required: | ||
2162 | + - operator | ||
2163 | + plannedCompletionTime: | ||
2164 | + type: string | ||
2165 | + description: 计划完成时间 | ||
2166 | + required: | ||
2167 | + - plannedCompletionTime | ||
2168 | + TaskConfirmRobTaskResponseBody: | ||
2169 | + title: 'Mediatype identifier: TaskConfirmRobTaskResponseBody' | ||
2170 | + type: object | ||
2171 | + properties: | ||
2172 | + task: | ||
2173 | + $ref: '#/definitions/taskResponseBody' | ||
2174 | + TaskCreateTaskRequestBody: | ||
2175 | + title: TaskCreateTaskRequestBody | ||
2176 | + type: object | ||
2177 | + properties: | ||
2178 | + acceptanceStandard: | ||
2179 | + type: string | ||
2180 | + description: 验收标准 | ||
2181 | + assignedPerson: | ||
2182 | + type: integer | ||
2183 | + description: 指派人员uid | ||
2184 | + format: int64 | ||
2185 | + bidEndTime: | ||
2186 | + type: string | ||
2187 | + description: 竞标结束时间 | ||
2188 | + format: datetime | ||
2189 | + bidStartTime: | ||
2190 | + type: string | ||
2191 | + description: 竞标开始时间 | ||
2192 | + format: datetime | ||
2193 | + companyId: | ||
2194 | + type: integer | ||
2195 | + description: 公司ID | ||
2196 | + required: | ||
2197 | + - companyId | ||
2198 | + customerValues: | ||
2199 | + type: array | ||
2200 | + items: | ||
2201 | + type: integer | ||
2202 | + format: int64 | ||
2203 | + description: 客户价值列表 | ||
2204 | + isRemind: | ||
2205 | + type: boolean | ||
2206 | + description: 是否截止时间前一天提醒 | ||
2207 | + isRewardTake: | ||
2208 | + type: boolean | ||
2209 | + description: 是否悬赏任务 | ||
2210 | + plannedCompletionTime: | ||
2211 | + type: string | ||
2212 | + description: 计划完成时间 | ||
2213 | + format: datetime | ||
2214 | + projectBelong: | ||
2215 | + type: integer | ||
2216 | + description: 项目归属 | ||
2217 | + format: int64 | ||
2218 | + referenceResource: | ||
2219 | + $ref: '#/definitions/referenceResourceRequestBody' | ||
2220 | + sponsor: | ||
2221 | + type: integer | ||
2222 | + description: 任务发起者uid | ||
2223 | + required: | ||
2224 | + - sponsor | ||
2225 | + suMoney: | ||
2226 | + type: number | ||
2227 | + description: 奖励素币 | ||
2228 | + format: double | ||
2229 | + taskDescription: | ||
2230 | + type: string | ||
2231 | + description: 任务描述 | ||
2232 | + taskName: | ||
2233 | + type: string | ||
2234 | + description: 任务名称 | ||
2235 | + required: | ||
2236 | + - taskName | ||
2237 | + taskNature: | ||
2238 | + type: integer | ||
2239 | + description: 任务性质 | ||
2240 | + format: int64 | ||
2241 | + taskPictureUrls: | ||
2242 | + type: array | ||
2243 | + items: | ||
2244 | + type: string | ||
2245 | + description: 任务图片URL列表 | ||
2246 | + taskType: | ||
2247 | + type: integer | ||
2248 | + description: 任务类型 | ||
2249 | + format: int64 | ||
2250 | + TaskCreateTaskResponseBody: | ||
2251 | + title: 'Mediatype identifier: TaskCreateTaskResponseBody' | ||
2252 | + type: object | ||
2253 | + properties: | ||
2254 | + task: | ||
2255 | + $ref: '#/definitions/taskResponseBody' | ||
2256 | + TaskGetTaskResponseBody: | ||
2257 | + title: 'Mediatype identifier: TaskGetTaskResponseBody' | ||
2258 | + type: object | ||
2259 | + properties: | ||
2260 | + task: | ||
2261 | + $ref: '#/definitions/taskResponseBody' | ||
2262 | + TaskListTaskResponseBody: | ||
2263 | + title: 'Mediatype identifier: TaskListTaskResponseBody' | ||
2264 | + type: object | ||
2265 | + properties: | ||
2266 | + count: | ||
2267 | + type: integer | ||
2268 | + description: 结果总数 | ||
2269 | + format: int64 | ||
2270 | + tasks: | ||
2271 | + type: array | ||
2272 | + items: | ||
2273 | + $ref: '#/definitions/taskResponseBody' | ||
2274 | + TaskNatureCreateTaskNatureRequestBody: | ||
2275 | + title: TaskNatureCreateTaskNatureRequestBody | ||
2276 | + type: object | ||
2277 | + properties: | ||
2278 | + companyId: | ||
2279 | + type: integer | ||
2280 | + description: 公司ID | ||
2281 | + required: | ||
2282 | + - companyId | ||
2283 | + taskNatureName: | ||
2284 | + type: string | ||
2285 | + description: 任务性质名称 | ||
2286 | + required: | ||
2287 | + - taskNatureName | ||
2288 | + TaskNatureCreateTaskNatureResponseBody: | ||
2289 | + title: 'Mediatype identifier: TaskNatureCreateTaskNatureResponseBody' | ||
2290 | + type: object | ||
2291 | + properties: | ||
2292 | + taskNature: | ||
2293 | + $ref: '#/definitions/taskNatureResponseBody' | ||
2294 | + TaskNatureGetTaskNatureResponseBody: | ||
2295 | + title: 'Mediatype identifier: TaskNatureGetTaskNatureResponseBody' | ||
2296 | + type: object | ||
2297 | + properties: | ||
2298 | + taskNature: | ||
2299 | + $ref: '#/definitions/taskNatureResponseBody' | ||
2300 | + TaskNatureListTaskNatureResponseBody: | ||
2301 | + title: 'Mediatype identifier: TaskNatureListTaskNatureResponseBody' | ||
2302 | + type: object | ||
2303 | + properties: | ||
2304 | + count: | ||
2305 | + type: integer | ||
2306 | + description: 结果总数 | ||
2307 | + format: int64 | ||
2308 | + taskNatures: | ||
2309 | + type: array | ||
2310 | + items: | ||
2311 | + $ref: '#/definitions/taskNatureResponseBody' | ||
2312 | + TaskNatureRemoveTaskNatureResponseBody: | ||
2313 | + title: 'Mediatype identifier: TaskNatureRemoveTaskNatureResponseBody' | ||
2314 | + type: object | ||
2315 | + properties: | ||
2316 | + taskNature: | ||
2317 | + $ref: '#/definitions/taskNatureResponseBody' | ||
2318 | + TaskNatureUpdateTaskNatureRequestBody: | ||
2319 | + title: TaskNatureUpdateTaskNatureRequestBody | ||
2320 | + type: object | ||
2321 | + properties: | ||
2322 | + taskNatureName: | ||
2323 | + type: string | ||
2324 | + description: 任务性质名称 | ||
2325 | + TaskNatureUpdateTaskNatureResponseBody: | ||
2326 | + title: 'Mediatype identifier: TaskNatureUpdateTaskNatureResponseBody' | ||
2327 | + type: object | ||
2328 | + properties: | ||
2329 | + taskNature: | ||
2330 | + $ref: '#/definitions/taskNatureResponseBody' | ||
2331 | + TaskOffTaskRequestBody: | ||
2332 | + title: TaskOffTaskRequestBody | ||
2333 | + type: object | ||
2334 | + properties: | ||
2335 | + offReason: | ||
2336 | + type: string | ||
2337 | + description: 关闭理由 | ||
2338 | + required: | ||
2339 | + - offReason | ||
2340 | + operator: | ||
2341 | + type: integer | ||
2342 | + description: 操作人uid | ||
2343 | + required: | ||
2344 | + - operator | ||
2345 | + TaskOffTaskResponseBody: | ||
2346 | + title: 'Mediatype identifier: TaskOffTaskResponseBody' | ||
2347 | + type: object | ||
2348 | + properties: | ||
2349 | + task: | ||
2350 | + $ref: '#/definitions/taskResponseBody' | ||
2351 | + TaskRejectTaskReceiverRequestBody: | ||
2352 | + title: TaskRejectTaskReceiverRequestBody | ||
2353 | + type: object | ||
2354 | + properties: | ||
2355 | + operator: | ||
2356 | + type: integer | ||
2357 | + description: 操作人uid | ||
2358 | + required: | ||
2359 | + - operator | ||
2360 | + rejectReason: | ||
2361 | + type: string | ||
2362 | + description: 驳回理由 | ||
2363 | + required: | ||
2364 | + - rejectReason | ||
2365 | + TaskRejectTaskReceiverResponseBody: | ||
2366 | + title: 'Mediatype identifier: TaskRejectTaskReceiverResponseBody' | ||
2367 | + type: object | ||
2368 | + properties: | ||
2369 | + task: | ||
2370 | + $ref: '#/definitions/taskResponseBody' | ||
2371 | + TaskReleaseTaskRequestBody: | ||
2372 | + title: TaskReleaseTaskRequestBody | ||
2373 | + type: object | ||
2374 | + properties: | ||
2375 | + operator: | ||
2376 | + type: integer | ||
2377 | + description: 操作人uid | ||
2378 | + required: | ||
2379 | + - operator | ||
2380 | + TaskReleaseTaskResponseBody: | ||
2381 | + title: 'Mediatype identifier: TaskReleaseTaskResponseBody' | ||
2382 | + type: object | ||
2383 | + properties: | ||
2384 | + task: | ||
2385 | + $ref: '#/definitions/taskResponseBody' | ||
2386 | + TaskRemoveTaskResponseBody: | ||
2387 | + title: 'Mediatype identifier: TaskRemoveTaskResponseBody' | ||
2388 | + type: object | ||
2389 | + properties: | ||
2390 | + task: | ||
2391 | + $ref: '#/definitions/taskResponseBody' | ||
2392 | + TaskRobTaskRequestBody: | ||
2393 | + title: TaskRobTaskRequestBody | ||
2394 | + type: object | ||
2395 | + properties: | ||
2396 | + receiver: | ||
2397 | + type: integer | ||
2398 | + description: 领取人uid | ||
2399 | + required: | ||
2400 | + - receiver | ||
2401 | + TaskRobTaskResponseBody: | ||
2402 | + title: 'Mediatype identifier: TaskRobTaskResponseBody' | ||
2403 | + type: object | ||
2404 | + properties: | ||
2405 | + task: | ||
2406 | + $ref: '#/definitions/taskResponseBody' | ||
2407 | + TaskSearchTaskRequestBody: | ||
2408 | + title: TaskSearchTaskRequestBody | ||
2409 | + type: object | ||
2410 | + properties: | ||
2411 | + assignedPerson: | ||
2412 | + type: integer | ||
2413 | + description: 指派人员UID | ||
2414 | + format: int64 | ||
2415 | + bidTimeMatch: | ||
2416 | + type: integer | ||
2417 | + description: 竞标时间(1全部,2已截止,3未截止) | ||
2418 | + format: int64 | ||
2419 | + bidder: | ||
2420 | + type: integer | ||
2421 | + description: 竞标参与者UID | ||
2422 | + format: int64 | ||
2423 | + companyId: | ||
2424 | + type: integer | ||
2425 | + description: 公司ID | ||
2426 | + required: | ||
2427 | + - companyId | ||
2428 | + customerValues: | ||
2429 | + type: array | ||
2430 | + items: | ||
2431 | + type: integer | ||
2432 | + format: int64 | ||
2433 | + description: 客户价值 | ||
2434 | + isFilterCloseStatus: | ||
2435 | + type: boolean | ||
2436 | + description: 是否过滤关闭状态任务 | ||
2437 | + isFilterUnReleasedStatus: | ||
2438 | + type: boolean | ||
2439 | + description: 是否过滤待发布状态任务 | ||
2440 | + isRewardTake: | ||
2441 | + type: boolean | ||
2442 | + description: 是否悬赏任务 | ||
2443 | + limit: | ||
2444 | + type: integer | ||
2445 | + description: 查询限制 | ||
2446 | + format: int64 | ||
2447 | + offset: | ||
2448 | + type: integer | ||
2449 | + description: 查询偏离量 | ||
2450 | + format: int64 | ||
2451 | + participator: | ||
2452 | + type: integer | ||
2453 | + description: 任务参与者UID | ||
2454 | + format: int64 | ||
2455 | + projectBelongs: | ||
2456 | + type: array | ||
2457 | + items: | ||
2458 | + type: integer | ||
2459 | + format: int64 | ||
2460 | + description: 项目归属 | ||
2461 | + receiver: | ||
2462 | + type: integer | ||
2463 | + description: 任务领取人UID | ||
2464 | + format: int64 | ||
2465 | + sortByAcceptanceTime: | ||
2466 | + type: string | ||
2467 | + description: 按验收方验收时间排序(ASC,DESC) | ||
2468 | + sortByCompleteTime: | ||
2469 | + type: string | ||
2470 | + description: 按完成任务操作时间排序(ASC,DESC) | ||
2471 | + sortByCreateTime: | ||
2472 | + type: string | ||
2473 | + description: 按创建任务时间排序(ASC,DESC) | ||
2474 | + sortByReceiveTime: | ||
2475 | + type: string | ||
2476 | + description: 按领取任务时间排序(ASC,DESC) | ||
2477 | + sortByReleaseTime: | ||
2478 | + type: string | ||
2479 | + description: 按发布任务时间排序(ASC,DESC) | ||
2480 | + sponsor: | ||
2481 | + type: integer | ||
2482 | + description: 任务发起者UID | ||
2483 | + format: int64 | ||
2484 | + taskContentMatch: | ||
2485 | + type: string | ||
2486 | + description: 任务内容匹配 | ||
2487 | + taskNatures: | ||
2488 | + type: array | ||
2489 | + items: | ||
2490 | + type: integer | ||
2491 | + format: int64 | ||
2492 | + description: 任务性质 | ||
2493 | + taskStatus: | ||
2494 | + type: integer | ||
2495 | + description: 任务状态 | ||
2496 | + format: int64 | ||
2497 | + taskType: | ||
2498 | + type: integer | ||
2499 | + description: 任务类型 | ||
2500 | + format: int64 | ||
2501 | + TaskSearchTaskResponseBody: | ||
2502 | + title: 'Mediatype identifier: TaskSearchTaskResponseBody' | ||
2503 | + type: object | ||
2504 | + properties: | ||
2505 | + count: | ||
2506 | + type: integer | ||
2507 | + description: 结果总数 | ||
2508 | + format: int64 | ||
2509 | + tasks: | ||
2510 | + type: array | ||
2511 | + items: | ||
2512 | + $ref: '#/definitions/taskResponseBody' | ||
2513 | + TaskUpdateTaskRequestBody: | ||
2514 | + title: TaskUpdateTaskRequestBody | ||
2515 | + type: object | ||
2516 | + properties: | ||
2517 | + acceptanceStandard: | ||
2518 | + type: string | ||
2519 | + description: 验收标准 | ||
2520 | + assignedPerson: | ||
2521 | + type: integer | ||
2522 | + description: 指派人员uid | ||
2523 | + format: int64 | ||
2524 | + bidEndTime: | ||
2525 | + type: string | ||
2526 | + description: 竞标结束时间 | ||
2527 | + format: datetime | ||
2528 | + bidStartTime: | ||
2529 | + type: string | ||
2530 | + description: 竞标开始时间 | ||
2531 | + format: datetime | ||
2532 | + customerValues: | ||
2533 | + type: array | ||
2534 | + items: | ||
2535 | + type: integer | ||
2536 | + format: int64 | ||
2537 | + description: 客户价值列表 | ||
2538 | + isRemind: | ||
2539 | + type: boolean | ||
2540 | + description: 是否截止时间前一天提醒 | ||
2541 | + isRewardTake: | ||
2542 | + type: boolean | ||
2543 | + description: 是否悬赏任务 | ||
2544 | + plannedCompletionTime: | ||
2545 | + type: string | ||
2546 | + description: 计划完成时间 | ||
2547 | + format: datetime | ||
2548 | + projectBelong: | ||
2549 | + type: array | ||
2550 | + items: | ||
2551 | + type: integer | ||
2552 | + format: int64 | ||
2553 | + description: 项目归属 | ||
2554 | + referenceResource: | ||
2555 | + $ref: '#/definitions/referenceResourceRequestBody' | ||
2556 | + suMoney: | ||
2557 | + type: number | ||
2558 | + description: 奖励素币 | ||
2559 | + format: double | ||
2560 | + taskDescription: | ||
2561 | + type: string | ||
2562 | + description: 任务描述 | ||
2563 | + taskName: | ||
2564 | + type: string | ||
2565 | + description: 任务名称 | ||
2566 | + taskNature: | ||
2567 | + type: integer | ||
2568 | + description: 任务性质 | ||
2569 | + format: int64 | ||
2570 | + taskPictureUrls: | ||
2571 | + type: array | ||
2572 | + items: | ||
2573 | + type: string | ||
2574 | + description: 任务图片URL列表 | ||
2575 | + TaskUpdateTaskResponseBody: | ||
2576 | + title: 'Mediatype identifier: TaskUpdateTaskResponseBody' | ||
2577 | + type: object | ||
2578 | + properties: | ||
2579 | + task: | ||
2580 | + $ref: '#/definitions/taskResponseBody' | ||
2581 | + UnifiedUserCenterSyncEmployeeCallbackRequestBody: | ||
2582 | + title: UnifiedUserCenterSyncEmployeeCallbackRequestBody | ||
2583 | + type: object | ||
2584 | + properties: | ||
2585 | + action: | ||
2586 | + type: string | ||
2587 | + description: add:添加,edit:编辑,delete删除,batchDelete:批量删除,setCompanyCharge:更改公司主管,batchForbid:批量禁用用户,batchRemove:批量更改用户部门,changeAdmin换管理员 | ||
2588 | + required: | ||
2589 | + - action | ||
2590 | + data: | ||
2591 | + type: string | ||
2592 | + description: 具体的对象JSON数据 | ||
2593 | + required: | ||
2594 | + - data | ||
2595 | + module: | ||
2596 | + type: string | ||
2597 | + description: position:职位,department:部门,employee:员工,company:公司,profile员工档案 | ||
2598 | + required: | ||
2599 | + - module | ||
2600 | + UnifiedUserCenterSyncEmployeeCallbackResponseBody: | ||
2601 | + title: 'Mediatype identifier: UnifiedUserCenterSyncEmployeeCallbackResponseBody' | ||
2602 | + type: object | ||
2603 | + properties: | ||
2604 | + employee: | ||
2605 | + $ref: '#/definitions/employeeResponseBody' | ||
2606 | + bidInfoResponseBody: | ||
2607 | + title: bidInfoResponseBody | ||
2608 | + type: object | ||
2609 | + properties: | ||
2610 | + bidEndTime: | ||
2611 | + type: string | ||
2612 | + description: 竞标结束时间 | ||
2613 | + required: | ||
2614 | + - bidEndTime | ||
2615 | + bidStartTime: | ||
2616 | + type: string | ||
2617 | + description: 竞标开始时间 | ||
2618 | + required: | ||
2619 | + - bidStartTime | ||
2620 | + bidderInfos: | ||
2621 | + type: array | ||
2622 | + items: | ||
2623 | + $ref: '#/definitions/bidderInfoResponseBody' | ||
2624 | + description: 竞标人员列表 | ||
2625 | + isRemind: | ||
2626 | + type: boolean | ||
2627 | + description: 是否截止时间前一天提醒 | ||
2628 | + successfulBidder: | ||
2629 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
2630 | + winBidTime: | ||
2631 | + type: string | ||
2632 | + description: 中标时间 | ||
2633 | + required: | ||
2634 | + - winBidTime | ||
2635 | + description: 竞标任务信息 | ||
2636 | + bidderInfoResponseBody: | ||
2637 | + title: bidderInfoResponseBody | ||
2638 | + type: object | ||
2639 | + properties: | ||
2640 | + bidTime: | ||
2641 | + type: string | ||
2642 | + description: 竞标时间 | ||
2643 | + required: | ||
2644 | + - bidTime | ||
2645 | + bidder: | ||
2646 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
2647 | + description: 竞标人员信息 | ||
2648 | + configResponseBody: | ||
2649 | + title: configResponseBody | ||
2650 | + type: object | ||
2651 | + properties: | ||
2652 | + id: | ||
2653 | + type: integer | ||
2654 | + description: ID | ||
2655 | + required: | ||
2656 | + - id | ||
2657 | + name: | ||
2658 | + type: string | ||
2659 | + description: 名称 | ||
2660 | + required: | ||
2661 | + - name | ||
2662 | + description: 配置字典 | ||
2663 | + customerValueResponseBody: | ||
2664 | + title: customerValueResponseBody | ||
2665 | + type: object | ||
2666 | + properties: | ||
2667 | + companyId: | ||
2668 | + type: integer | ||
2669 | + description: 公司ID | ||
2670 | + required: | ||
2671 | + - companyId | ||
2672 | + customerValueId: | ||
2673 | + type: integer | ||
2674 | + description: 客户价值ID | ||
2675 | + required: | ||
2676 | + - customerValueId | ||
2677 | + customerValueName: | ||
2678 | + type: string | ||
2679 | + description: 客户价值名称 | ||
2680 | + required: | ||
2681 | + - customerValueName | ||
2682 | + description: 客户价值 | ||
2683 | + employeeInfoRequestBody: | ||
2684 | + title: employeeInfoRequestBody | ||
2685 | + type: object | ||
2686 | + properties: | ||
2687 | + employeeAccount: | ||
2688 | + type: string | ||
2689 | + description: 员工账号 | ||
2690 | + employeeAvatarUrl: | ||
2691 | + type: string | ||
2692 | + description: 员工头像URL | ||
2693 | + employeeName: | ||
2694 | + type: string | ||
2695 | + description: 员工姓名 | ||
2696 | + required: | ||
2697 | + - employeeName | ||
2698 | + isPrincipal: | ||
2699 | + type: boolean | ||
2700 | + description: 是否公司负责人 | ||
2701 | + uid: | ||
2702 | + type: integer | ||
2703 | + description: 统一用户UID | ||
2704 | + required: | ||
2705 | + - uid | ||
2706 | + description: 员工信息 | ||
2707 | + employeeInfoResponseBody: | ||
2708 | + title: employeeInfoResponseBody | ||
2709 | + type: object | ||
2710 | + properties: | ||
2711 | + employeeAccount: | ||
2712 | + type: string | ||
2713 | + description: 员工账号 | ||
2714 | + employeeAvatarUrl: | ||
2715 | + type: string | ||
2716 | + description: 员工头像URL | ||
2717 | + employeeName: | ||
2718 | + type: string | ||
2719 | + description: 员工姓名 | ||
2720 | + required: | ||
2721 | + - employeeName | ||
2722 | + isPrincipal: | ||
2723 | + type: boolean | ||
2724 | + description: 是否公司负责人 | ||
2725 | + uid: | ||
2726 | + type: integer | ||
2727 | + description: 统一用户UID | ||
2728 | + required: | ||
2729 | + - uid | ||
2730 | + description: 员工信息 | ||
2731 | + employeeResponseBody: | ||
2732 | + title: employeeResponseBody | ||
2733 | + type: object | ||
2734 | + properties: | ||
2735 | + companyId: | ||
2736 | + type: integer | ||
2737 | + description: 公司ID | ||
2738 | + required: | ||
2739 | + - companyId | ||
2740 | + employeeId: | ||
2741 | + type: integer | ||
2742 | + description: 员工ID | ||
2743 | + required: | ||
2744 | + - employeeId | ||
2745 | + employeeInfo: | ||
2746 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
2747 | + permissions: | ||
2748 | + type: array | ||
2749 | + items: | ||
2750 | + type: integer | ||
2751 | + format: int64 | ||
2752 | + description: 员工权限集合 | ||
2753 | + required: | ||
2754 | + - permissions | ||
2755 | + status: | ||
2756 | + type: integer | ||
2757 | + description: 员工状态(启用或者禁用) | ||
2758 | + format: int64 | ||
2759 | + suMoney: | ||
2760 | + type: number | ||
2761 | + description: 当前素币 | ||
2762 | + required: | ||
2763 | + - suMoney | ||
2764 | + description: 员工 | ||
2765 | + notificationResponseBody: | ||
2766 | + title: notificationResponseBody | ||
2767 | + type: object | ||
2768 | + properties: | ||
2769 | + externalResource: | ||
2770 | + type: string | ||
2771 | + description: 外部资源引用 | ||
2772 | + required: | ||
2773 | + - externalResource | ||
2774 | + notificationContent: | ||
2775 | + type: string | ||
2776 | + description: 通知内容 | ||
2777 | + required: | ||
2778 | + - notificationContent | ||
2779 | + notificationId: | ||
2780 | + type: integer | ||
2781 | + description: 通知ID | ||
2782 | + required: | ||
2783 | + - notificationId | ||
2784 | + notificationTime: | ||
2785 | + type: string | ||
2786 | + description: 通知时间 | ||
2787 | + required: | ||
2788 | + - notificationTime | ||
2789 | + notificationTitle: | ||
2790 | + type: string | ||
2791 | + description: 通知标题 | ||
2792 | + required: | ||
2793 | + - notificationTitle | ||
2794 | + notificationType: | ||
2795 | + type: integer | ||
2796 | + description: 通知类型 | ||
2797 | + required: | ||
2798 | + - notificationType | ||
2799 | + description: 通知 | ||
2800 | + offTaskRecordResponseBody: | ||
2801 | + title: offTaskRecordResponseBody | ||
2802 | + type: object | ||
2803 | + properties: | ||
2804 | + createTime: | ||
2805 | + type: string | ||
2806 | + description: 创建时间 | ||
2807 | + required: | ||
2808 | + - createTime | ||
2809 | + offReason: | ||
2810 | + type: string | ||
2811 | + description: 关闭理由 | ||
2812 | + required: | ||
2813 | + - offReason | ||
2814 | + offTaskRecordId: | ||
2815 | + type: integer | ||
2816 | + description: 关闭任务记录ID | ||
2817 | + required: | ||
2818 | + - offTaskRecordId | ||
2819 | + operator: | ||
2820 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
2821 | + task: | ||
2822 | + $ref: '#/definitions/taskResponseBody' | ||
2823 | + description: 关闭任务记录 | ||
2824 | + projectBelongResponseBody: | ||
2825 | + title: projectBelongResponseBody | ||
2826 | + type: object | ||
2827 | + properties: | ||
2828 | + companyId: | ||
2829 | + type: integer | ||
2830 | + description: 公司ID | ||
2831 | + required: | ||
2832 | + - companyId | ||
2833 | + projectBelongId: | ||
2834 | + type: integer | ||
2835 | + description: 项目归属ID | ||
2836 | + required: | ||
2837 | + - projectBelongId | ||
2838 | + projectBelongName: | ||
2839 | + type: string | ||
2840 | + description: 项目归属名称 | ||
2841 | + required: | ||
2842 | + - projectBelongName | ||
2843 | + description: 项目归属 | ||
2844 | + referenceResourceItemRequestBody: | ||
2845 | + title: referenceResourceItemRequestBody | ||
2846 | + type: object | ||
2847 | + properties: | ||
2848 | + content: | ||
2849 | + type: string | ||
2850 | + description: 内容 | ||
2851 | + required: | ||
2852 | + - content | ||
2853 | + issueScore: | ||
2854 | + type: number | ||
2855 | + description: 问题总分 | ||
2856 | + format: double | ||
2857 | + referenceResourceId: | ||
2858 | + type: integer | ||
2859 | + description: 引用资源ID | ||
2860 | + required: | ||
2861 | + - referenceResourceId | ||
2862 | + serialNumber: | ||
2863 | + type: integer | ||
2864 | + description: 编号 | ||
2865 | + required: | ||
2866 | + - serialNumber | ||
2867 | + solveScore: | ||
2868 | + type: array | ||
2869 | + items: | ||
2870 | + $ref: '#/definitions/solveScoreItemRequestBody' | ||
2871 | + description: 解决评分明细 | ||
2872 | + title: | ||
2873 | + type: string | ||
2874 | + description: 标题 | ||
2875 | + required: | ||
2876 | + - title | ||
2877 | + description: 引用资源项 | ||
2878 | + referenceResourceItemResponseBody: | ||
2879 | + title: referenceResourceItemResponseBody | ||
2880 | + type: object | ||
2881 | + properties: | ||
2882 | + content: | ||
2883 | + type: string | ||
2884 | + description: 内容 | ||
2885 | + required: | ||
2886 | + - content | ||
2887 | + issueScore: | ||
2888 | + type: number | ||
2889 | + description: 问题总分 | ||
2890 | + format: double | ||
2891 | + referenceResourceId: | ||
2892 | + type: integer | ||
2893 | + description: 引用资源ID | ||
2894 | + required: | ||
2895 | + - referenceResourceId | ||
2896 | + serialNumber: | ||
2897 | + type: integer | ||
2898 | + description: 编号 | ||
2899 | + required: | ||
2900 | + - serialNumber | ||
2901 | + solveScore: | ||
2902 | + type: array | ||
2903 | + items: | ||
2904 | + $ref: '#/definitions/solveScoreItemResponseBody' | ||
2905 | + description: 解决评分明细 | ||
2906 | + title: | ||
2907 | + type: string | ||
2908 | + description: 标题 | ||
2909 | + required: | ||
2910 | + - title | ||
2911 | + description: 引用资源项 | ||
2912 | + referenceResourceRequestBody: | ||
2913 | + title: referenceResourceRequestBody | ||
2914 | + type: object | ||
2915 | + properties: | ||
2916 | + referenceResourceItems: | ||
2917 | + type: array | ||
2918 | + items: | ||
2919 | + $ref: '#/definitions/referenceResourceItemRequestBody' | ||
2920 | + description: 引用资源项列表 | ||
2921 | + required: | ||
2922 | + - referenceResourceItems | ||
2923 | + referenceResourceType: | ||
2924 | + type: integer | ||
2925 | + description: 引用类型 | ||
2926 | + required: | ||
2927 | + - referenceResourceType | ||
2928 | + description: 引用资源 | ||
2929 | + referenceResourceResponseBody: | ||
2930 | + title: referenceResourceResponseBody | ||
2931 | + type: object | ||
2932 | + properties: | ||
2933 | + referenceResourceItems: | ||
2934 | + type: array | ||
2935 | + items: | ||
2936 | + $ref: '#/definitions/referenceResourceItemResponseBody' | ||
2937 | + description: 引用资源项列表 | ||
2938 | + required: | ||
2939 | + - referenceResourceItems | ||
2940 | + referenceResourceType: | ||
2941 | + type: integer | ||
2942 | + description: 引用类型 | ||
2943 | + required: | ||
2944 | + - referenceResourceType | ||
2945 | + description: 引用资源 | ||
2946 | + rejectTaskRecordResponseBody: | ||
2947 | + title: rejectTaskRecordResponseBody | ||
2948 | + type: object | ||
2949 | + properties: | ||
2950 | + createTime: | ||
2951 | + type: string | ||
2952 | + description: 创建时间 | ||
2953 | + required: | ||
2954 | + - createTime | ||
2955 | + operator: | ||
2956 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
2957 | + rejectReason: | ||
2958 | + type: string | ||
2959 | + description: 驳回理由 | ||
2960 | + required: | ||
2961 | + - rejectReason | ||
2962 | + rejectTaskRecordId: | ||
2963 | + type: integer | ||
2964 | + description: 驳回任务记录ID | ||
2965 | + required: | ||
2966 | + - rejectTaskRecordId | ||
2967 | + task: | ||
2968 | + $ref: '#/definitions/taskResponseBody' | ||
2969 | + description: 驳回任务记录 | ||
2970 | + robInfoResponseBody: | ||
2971 | + title: robInfoResponseBody | ||
2972 | + type: object | ||
2973 | + properties: | ||
2974 | + receiveTime: | ||
2975 | + type: string | ||
2976 | + description: 领取时间 | ||
2977 | + required: | ||
2978 | + - receiveTime | ||
2979 | + receiver: | ||
2980 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
2981 | + description: 抢单任务信息 | ||
2982 | + sentNotificationResponseBody: | ||
2983 | + title: sentNotificationResponseBody | ||
2984 | + type: object | ||
2985 | + properties: | ||
2986 | + isRead: | ||
2987 | + type: boolean | ||
2988 | + description: 是否已读 | ||
2989 | + required: | ||
2990 | + - isRead | ||
2991 | + notification: | ||
2992 | + $ref: '#/definitions/notificationResponseBody' | ||
2993 | + readTime: | ||
2994 | + type: string | ||
2995 | + description: 通知读取时间 | ||
2996 | + required: | ||
2997 | + - readTime | ||
2998 | + receiver: | ||
2999 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3000 | + sentNotificationId: | ||
3001 | + type: integer | ||
3002 | + description: 发送出的通知ID | ||
3003 | + required: | ||
3004 | + - sentNotificationId | ||
3005 | + description: 发送出的通知 | ||
3006 | + solveScoreItemRequestBody: | ||
3007 | + title: solveScoreItemRequestBody | ||
3008 | + type: object | ||
3009 | + properties: | ||
3010 | + contributor: | ||
3011 | + $ref: '#/definitions/employeeInfoRequestBody' | ||
3012 | + isReceiver: | ||
3013 | + type: boolean | ||
3014 | + description: 是否领取人 | ||
3015 | + required: | ||
3016 | + - isReceiver | ||
3017 | + percentage: | ||
3018 | + type: integer | ||
3019 | + description: 解决占比 | ||
3020 | + required: | ||
3021 | + - percentage | ||
3022 | + score: | ||
3023 | + type: number | ||
3024 | + description: 解决评分 | ||
3025 | + required: | ||
3026 | + - score | ||
3027 | + description: 解决评分项 | ||
3028 | + solveScoreItemResponseBody: | ||
3029 | + title: solveScoreItemResponseBody | ||
3030 | + type: object | ||
3031 | + properties: | ||
3032 | + contributor: | ||
3033 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3034 | + isReceiver: | ||
3035 | + type: boolean | ||
3036 | + description: 是否领取人 | ||
3037 | + required: | ||
3038 | + - isReceiver | ||
3039 | + percentage: | ||
3040 | + type: integer | ||
3041 | + description: 解决占比 | ||
3042 | + required: | ||
3043 | + - percentage | ||
3044 | + score: | ||
3045 | + type: number | ||
3046 | + description: 解决评分 | ||
3047 | + required: | ||
3048 | + - score | ||
3049 | + description: 解决评分项 | ||
3050 | + suMoneyTransactionRecordResponseBody: | ||
3051 | + title: suMoneyTransactionRecordResponseBody | ||
3052 | + type: object | ||
3053 | + properties: | ||
3054 | + createTime: | ||
3055 | + type: string | ||
3056 | + description: 创建时间 | ||
3057 | + required: | ||
3058 | + - createTime | ||
3059 | + currentSuMoney: | ||
3060 | + type: number | ||
3061 | + description: 当前素币值 | ||
3062 | + required: | ||
3063 | + - currentSuMoney | ||
3064 | + employee: | ||
3065 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3066 | + operator: | ||
3067 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3068 | + recordDescription: | ||
3069 | + type: string | ||
3070 | + description: 素币事务记录描述 | ||
3071 | + required: | ||
3072 | + - recordDescription | ||
3073 | + recordType: | ||
3074 | + type: integer | ||
3075 | + description: 记录类型(1兑换,2任务奖励,3增加,4扣除) | ||
3076 | + required: | ||
3077 | + - recordType | ||
3078 | + suMoney: | ||
3079 | + type: number | ||
3080 | + description: 事务素币值 | ||
3081 | + required: | ||
3082 | + - suMoney | ||
3083 | + suMoneyBeforeTransaction: | ||
3084 | + type: number | ||
3085 | + description: 事务处理前素币值 | ||
3086 | + required: | ||
3087 | + - suMoneyBeforeTransaction | ||
3088 | + suMoneyTransactionRecordId: | ||
3089 | + type: integer | ||
3090 | + description: 素币事务记录ID | ||
3091 | + required: | ||
3092 | + - suMoneyTransactionRecordId | ||
3093 | + description: 素币事务记录 | ||
3094 | + taskNatureResponseBody: | ||
3095 | + title: taskNatureResponseBody | ||
3096 | + type: object | ||
3097 | + properties: | ||
3098 | + companyId: | ||
3099 | + type: integer | ||
3100 | + description: 公司ID | ||
3101 | + required: | ||
3102 | + - companyId | ||
3103 | + taskNatureId: | ||
3104 | + type: integer | ||
3105 | + description: 任务性质ID | ||
3106 | + required: | ||
3107 | + - taskNatureId | ||
3108 | + taskNatureName: | ||
3109 | + type: string | ||
3110 | + description: 任务性质名称 | ||
3111 | + required: | ||
3112 | + - taskNatureName | ||
3113 | + description: 任务性质 | ||
3114 | + taskPercentageItemRequestBody: | ||
3115 | + title: taskPercentageItemRequestBody | ||
3116 | + type: object | ||
3117 | + properties: | ||
3118 | + contributor: | ||
3119 | + $ref: '#/definitions/employeeInfoRequestBody' | ||
3120 | + isReceiver: | ||
3121 | + type: boolean | ||
3122 | + description: 是否领取人 | ||
3123 | + required: | ||
3124 | + - isReceiver | ||
3125 | + percentage: | ||
3126 | + type: integer | ||
3127 | + description: 任务贡献占比 | ||
3128 | + required: | ||
3129 | + - percentage | ||
3130 | + suMoney: | ||
3131 | + type: number | ||
3132 | + description: 分配到的奖励素币 | ||
3133 | + required: | ||
3134 | + - suMoney | ||
3135 | + description: 任务贡献占比项 | ||
3136 | + taskPercentageItemResponseBody: | ||
3137 | + title: taskPercentageItemResponseBody | ||
3138 | + type: object | ||
3139 | + properties: | ||
3140 | + contributor: | ||
3141 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3142 | + isReceiver: | ||
3143 | + type: boolean | ||
3144 | + description: 是否领取人 | ||
3145 | + required: | ||
3146 | + - isReceiver | ||
3147 | + percentage: | ||
3148 | + type: integer | ||
3149 | + description: 任务贡献占比 | ||
3150 | + required: | ||
3151 | + - percentage | ||
3152 | + suMoney: | ||
3153 | + type: number | ||
3154 | + description: 分配到的奖励素币 | ||
3155 | + required: | ||
3156 | + - suMoney | ||
3157 | + description: 任务贡献占比项 | ||
3158 | + taskResponseBody: | ||
3159 | + title: taskResponseBody | ||
3160 | + type: object | ||
3161 | + properties: | ||
3162 | + acceptanceStandard: | ||
3163 | + type: string | ||
3164 | + description: 验收标准 | ||
3165 | + required: | ||
3166 | + - acceptanceStandard | ||
3167 | + acceptanceTime: | ||
3168 | + type: string | ||
3169 | + description: 验收方验收时间 | ||
3170 | + format: datetime | ||
3171 | + actualCompletionTime: | ||
3172 | + type: string | ||
3173 | + description: 实际完成时间 | ||
3174 | + format: datetime | ||
3175 | + assignedPerson: | ||
3176 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3177 | + bidInfo: | ||
3178 | + $ref: '#/definitions/bidInfoResponseBody' | ||
3179 | + companyId: | ||
3180 | + type: integer | ||
3181 | + description: 公司ID | ||
3182 | + required: | ||
3183 | + - companyId | ||
3184 | + completeTime: | ||
3185 | + type: string | ||
3186 | + description: 完成任务操作时间 | ||
3187 | + format: datetime | ||
3188 | + createTime: | ||
3189 | + type: string | ||
3190 | + description: 创建时间 | ||
3191 | + required: | ||
3192 | + - createTime | ||
3193 | + customerValues: | ||
3194 | + type: array | ||
3195 | + items: | ||
3196 | + type: integer | ||
3197 | + format: int64 | ||
3198 | + description: 客户价值列表 | ||
3199 | + required: | ||
3200 | + - customerValues | ||
3201 | + isRewardTake: | ||
3202 | + type: boolean | ||
3203 | + description: 是否悬赏任务 | ||
3204 | + participators: | ||
3205 | + type: array | ||
3206 | + items: | ||
3207 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3208 | + description: 任务参与者列表 | ||
3209 | + plannedCompletionTime: | ||
3210 | + type: string | ||
3211 | + description: 计划完成时间 | ||
3212 | + format: datetime | ||
3213 | + projectBelong: | ||
3214 | + type: integer | ||
3215 | + description: 项目归属 | ||
3216 | + required: | ||
3217 | + - projectBelong | ||
3218 | + receiveTime: | ||
3219 | + type: string | ||
3220 | + description: 领取任务时间 | ||
3221 | + format: datetime | ||
3222 | + referenceResource: | ||
3223 | + $ref: '#/definitions/referenceResourceResponseBody' | ||
3224 | + releaseTime: | ||
3225 | + type: string | ||
3226 | + description: 发布任务时间 | ||
3227 | + format: datetime | ||
3228 | + robInfo: | ||
3229 | + $ref: '#/definitions/robInfoResponseBody' | ||
3230 | + solvePictureUrls: | ||
3231 | + type: array | ||
3232 | + items: | ||
3233 | + type: string | ||
3234 | + description: 解决图片URL列表 | ||
3235 | + solveReport: | ||
3236 | + type: string | ||
3237 | + description: 解决报告 | ||
3238 | + sponsor: | ||
3239 | + $ref: '#/definitions/employeeInfoResponseBody' | ||
3240 | + suMoney: | ||
3241 | + type: number | ||
3242 | + description: 奖励素币 | ||
3243 | + required: | ||
3244 | + - suMoney | ||
3245 | + taskDescription: | ||
3246 | + type: string | ||
3247 | + description: 任务描述 | ||
3248 | + required: | ||
3249 | + - taskDescription | ||
3250 | + taskId: | ||
3251 | + type: integer | ||
3252 | + description: 任务ID | ||
3253 | + required: | ||
3254 | + - taskId | ||
3255 | + taskName: | ||
3256 | + type: string | ||
3257 | + description: 任务名称 | ||
3258 | + required: | ||
3259 | + - taskName | ||
3260 | + taskNature: | ||
3261 | + type: integer | ||
3262 | + description: 任务性质 | ||
3263 | + required: | ||
3264 | + - taskNature | ||
3265 | + taskPercentage: | ||
3266 | + type: array | ||
3267 | + items: | ||
3268 | + $ref: '#/definitions/taskPercentageItemResponseBody' | ||
3269 | + description: 任务贡献占比 | ||
3270 | + taskPictureUrls: | ||
3271 | + type: array | ||
3272 | + items: | ||
3273 | + type: string | ||
3274 | + description: 任务图片URL列表 | ||
3275 | + taskStatus: | ||
3276 | + type: integer | ||
3277 | + description: 任务状态(1.待发布2.待领取3.进行中4.待验收5.已完成6.关闭7.待确认) | ||
3278 | + required: | ||
3279 | + - taskStatus | ||
3280 | + taskType: | ||
3281 | + type: integer | ||
3282 | + description: 任务类型(1.抢单任务2.竞标任务3.指派任务) | ||
3283 | + required: | ||
3284 | + - taskType | ||
3285 | + description: 任务 |
-
请 注册 或 登录 后发表评论