...
|
...
|
@@ -385,7 +385,7 @@ paths: |
|
|
type: integer
|
|
|
- name: notificationType
|
|
|
in: query
|
|
|
description: 通知类型
|
|
|
description: 通知类型(1.系统通知2.互动通知)
|
|
|
required: false
|
|
|
type: integer
|
|
|
- name: offset
|
...
|
...
|
@@ -429,8 +429,8 @@ paths: |
|
|
post:
|
|
|
tags:
|
|
|
- notification
|
|
|
summary: 读取全部为读取的发送出的通知
|
|
|
description: 读取全部为读取的发送出的通知
|
|
|
summary: 读取全部未读取的发送出的通知
|
|
|
description: 读取全部未读取的发送出的通知
|
|
|
operationId: notification#readAllUnReadSentNotification
|
|
|
parameters:
|
|
|
- name: ReadAllUnReadSentNotificationRequestBody
|
...
|
...
|
@@ -647,6 +647,26 @@ paths: |
|
|
$ref: '#/definitions/RejectTaskRecordSearchRejectTaskRecordResponseBody'
|
|
|
schemes:
|
|
|
- http
|
|
|
/statistics/person-notification:
|
|
|
post:
|
|
|
tags:
|
|
|
- statistics
|
|
|
summary: 获取个人消息通知统计
|
|
|
description: 获取个人消息通知统计
|
|
|
operationId: statistics#personNotificationStatistics
|
|
|
parameters:
|
|
|
- name: PersonNotificationStatisticsRequestBody
|
|
|
in: body
|
|
|
required: true
|
|
|
schema:
|
|
|
$ref: '#/definitions/StatisticsPersonNotificationStatisticsRequestBody'
|
|
|
responses:
|
|
|
"200":
|
|
|
description: OK response.
|
|
|
schema:
|
|
|
$ref: '#/definitions/StatisticsPersonNotificationStatisticsResponseBody'
|
|
|
schemes:
|
|
|
- http
|
|
|
/statistics/person-su-money:
|
|
|
post:
|
|
|
tags:
|
...
|
...
|
@@ -1766,6 +1786,27 @@ definitions: |
|
|
type: array
|
|
|
items:
|
|
|
$ref: '#/definitions/rejectTaskRecordResponseBody'
|
|
|
StatisticsPersonNotificationStatisticsRequestBody:
|
|
|
title: StatisticsPersonNotificationStatisticsRequestBody
|
|
|
type: object
|
|
|
properties:
|
|
|
uid:
|
|
|
type: integer
|
|
|
description: 统一用户UID
|
|
|
required:
|
|
|
- uid
|
|
|
StatisticsPersonNotificationStatisticsResponseBody:
|
|
|
title: 'Mediatype identifier: StatisticsPersonNotificationStatisticsResponseBody'
|
|
|
type: object
|
|
|
properties:
|
|
|
unReadInteractionNotification:
|
|
|
type: integer
|
|
|
description: 未读互动消息条数
|
|
|
format: int64
|
|
|
unReadSystemNotification:
|
|
|
type: integer
|
|
|
description: 未读系统消息条数
|
|
|
format: int64
|
|
|
StatisticsPersonSuMoneyStatisticsRequestBody:
|
|
|
title: StatisticsPersonSuMoneyStatisticsRequestBody
|
|
|
type: object
|
...
|
...
|
@@ -2498,6 +2539,12 @@ definitions: |
|
|
type: integer
|
|
|
description: 任务类型
|
|
|
format: int64
|
|
|
taskTypes:
|
|
|
type: array
|
|
|
items:
|
|
|
type: integer
|
|
|
format: int64
|
|
|
description: 任务类型列表
|
|
|
TaskSearchTaskResponseBody:
|
|
|
title: 'Mediatype identifier: TaskSearchTaskResponseBody'
|
|
|
type: object
|
...
|
...
|
@@ -2767,10 +2814,15 @@ definitions: |
|
|
type: object
|
|
|
properties:
|
|
|
externalResource:
|
|
|
type: string
|
|
|
type: integer
|
|
|
description: 外部资源引用
|
|
|
required:
|
|
|
- externalResource
|
|
|
externalResourceType:
|
|
|
type: integer
|
|
|
description: 外部资源引用类型(1任务2驳回任务记录)
|
|
|
required:
|
|
|
- externalResourceType
|
|
|
notificationContent:
|
|
|
type: string
|
|
|
description: 通知内容
|
...
|
...
|
@@ -2793,7 +2845,7 @@ definitions: |
|
|
- notificationTitle
|
|
|
notificationType:
|
|
|
type: integer
|
|
|
description: 通知类型
|
|
|
description: 通知类型(1.系统通知2.互动通知)
|
|
|
required:
|
|
|
- notificationType
|
|
|
description: 通知
|
...
|
...
|
|