...
|
...
|
@@ -1013,6 +1013,64 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/message/subscribe/add": {
|
|
|
"post": {
|
|
|
"summary": "增加订阅消息次数",
|
|
|
"operationId": "miniMessageSubscribeAdd",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageSubscribeAddResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"description": " 增加消息订阅次数",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageSubscribeAddRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"message"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/message/subscribe/list": {
|
|
|
"post": {
|
|
|
"summary": "获取订阅消息次数",
|
|
|
"operationId": "miniMessageSubscribeList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageSubscribeListResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"description": "订阅消息次数详情",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageSubscribeListRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"message"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/message/system": {
|
|
|
"post": {
|
|
|
"summary": "系统消息",
|
...
|
...
|
@@ -1661,6 +1719,52 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/wechat/bind": {
|
|
|
"post": {
|
|
|
"summary": "绑定微信",
|
|
|
"operationId": "miniWechatBind",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniWechatBindResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniWechatBindRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/wechat/info": {
|
|
|
"get": {
|
|
|
"summary": "检测是否绑定微信",
|
|
|
"operationId": "miniWechatInfo",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniWechatInfoResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/account": {
|
|
|
"post": {
|
|
|
"summary": "系统新增账号",
|
...
|
...
|
@@ -2623,6 +2727,89 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_security/audit": {
|
|
|
"post": {
|
|
|
"summary": "内容安全-审核",
|
|
|
"operationId": "articleSecurityAudit",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleSecurityAuditResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"description": " ArticleSecuritySaveRequest struct{, ArticleSecurity ArticleSecurityItem `json:\"article_security\"`, }, ArticleSecuritySaveResponse struct{},, ArticleSecurityDeleteRequest struct{, Id int64 `path:\"id\"`, }, ArticleSecurityDeleteResponse struct{},, ArticleSecurityUpdateRequest struct{, Id int64 `path:\"id\"`, ArticleSecurity ArticleSecurityItem `json:\"article_security\"`, }, ArticleSecurityUpdateResponse struct{}",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleSecurityAuditRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"secuirty"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_security/search": {
|
|
|
"post": {
|
|
|
"summary": "内容安全-搜索",
|
|
|
"operationId": "articleSecuritySearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleSecuritySearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleSecuritySearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"secuirty"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_security/{id}": {
|
|
|
"get": {
|
|
|
"summary": "详情",
|
|
|
"operationId": "articleSecurityGet",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleSecurityGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"secuirty"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_tag": {
|
|
|
"post": {
|
|
|
"summary": "后台创建文章标签",
|
...
|
...
|
@@ -3765,6 +3952,16 @@ |
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": "谁可查看"
|
|
|
},
|
|
|
"isDel": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": "是否删除 1-删除 0-否"
|
|
|
},
|
|
|
"deletedType": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": "类型 1-运营删除 2-用户删除"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSearchMe",
|
...
|
...
|
@@ -3778,7 +3975,9 @@ |
|
|
"countRead",
|
|
|
"show",
|
|
|
"targetUser",
|
|
|
"whoRead"
|
|
|
"whoRead",
|
|
|
"isDel",
|
|
|
"deletedType"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSection": {
|
...
|
...
|
@@ -3812,6 +4011,199 @@ |
|
|
"totalComment"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSecurityAuditRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": "id"
|
|
|
},
|
|
|
"status": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 1:成功 0:失败"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecurityAuditRequest",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"status"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSecurityAuditResponse": {
|
|
|
"type": "object",
|
|
|
"title": "ArticleSecurityAuditResponse"
|
|
|
},
|
|
|
"ArticleSecurityGetRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecurityGetRequest",
|
|
|
"required": [
|
|
|
"id"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSecurityGetResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"item": {
|
|
|
"$ref": "#/definitions/ArticleSecurityItem"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecurityGetResponse",
|
|
|
"required": [
|
|
|
"item"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSecurityItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 唯一标识"
|
|
|
},
|
|
|
"contentKeyWords": {
|
|
|
"type": "string",
|
|
|
"description": " 内容关键字"
|
|
|
},
|
|
|
"content": {
|
|
|
"$ref": "#/definitions/ContentDetailItem",
|
|
|
"description": " 内容详情"
|
|
|
},
|
|
|
"label": {
|
|
|
"type": "string",
|
|
|
"description": " 风控标签"
|
|
|
},
|
|
|
"prob": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 分值"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"type": "string",
|
|
|
"description": " 建议 通过、风险、人工审核"
|
|
|
},
|
|
|
"author": {
|
|
|
"type": "string",
|
|
|
"description": " 发布人"
|
|
|
},
|
|
|
"releaseAt": {
|
|
|
"type": "string",
|
|
|
"description": " 发布时间"
|
|
|
},
|
|
|
"reviewStatus": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 审核结果 1:待审核 2:通过 3:拒绝"
|
|
|
},
|
|
|
"reviewer": {
|
|
|
"type": "string",
|
|
|
"description": " 审核人"
|
|
|
},
|
|
|
"reviewAt": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 审核时间(人工处置时间)"
|
|
|
},
|
|
|
"checkList": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/CheckDetailItem"
|
|
|
},
|
|
|
"description": " 检查列表"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecurityItem",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"contentKeyWords",
|
|
|
"content",
|
|
|
"label",
|
|
|
"prob",
|
|
|
"suggest",
|
|
|
"author",
|
|
|
"releaseAt",
|
|
|
"reviewStatus",
|
|
|
"reviewer",
|
|
|
"reviewAt",
|
|
|
"checkList"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSecuritySearchRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"reviewStatus": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 审核结果 1:待审核 2:通过 3:拒绝"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"type": "string",
|
|
|
"description": " 建议 通过、风险、人工审核"
|
|
|
},
|
|
|
"contentType": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 内容类型 (1:文章 2:评论)"
|
|
|
},
|
|
|
"authorName": {
|
|
|
"type": "string",
|
|
|
"description": " 作者名称"
|
|
|
},
|
|
|
"beginTime": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 开始时间"
|
|
|
},
|
|
|
"endTime": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 结束时间"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecuritySearchRequest",
|
|
|
"required": [
|
|
|
"suggest",
|
|
|
"contentType",
|
|
|
"authorName",
|
|
|
"beginTime",
|
|
|
"endTime"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSecuritySearchResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/ArticleSecurityItem"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecuritySearchResponse",
|
|
|
"required": [
|
|
|
"list",
|
|
|
"total"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTagCount": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
@@ -3967,12 +4359,18 @@ |
|
|
"label": {
|
|
|
"type": "string",
|
|
|
"description": " 分组名称"
|
|
|
},
|
|
|
"enable": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 启用状态 1:启用"
|
|
|
}
|
|
|
},
|
|
|
"title": "CategoryOptions",
|
|
|
"required": [
|
|
|
"value",
|
|
|
"label"
|
|
|
"label",
|
|
|
"enable"
|
|
|
]
|
|
|
},
|
|
|
"CategoryOptionsRequest": {
|
...
|
...
|
@@ -4001,6 +4399,29 @@ |
|
|
"options"
|
|
|
]
|
|
|
},
|
|
|
"CheckDetailItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"label": {
|
|
|
"type": "string",
|
|
|
"description": " 命中标签"
|
|
|
},
|
|
|
"prob": {
|
|
|
"$ref": "#/definitions/uint",
|
|
|
"description": " 置信度。0-100,越高代表越有可能属于当前返回的标签(label)"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"type": "string",
|
|
|
"description": " 建议"
|
|
|
}
|
|
|
},
|
|
|
"title": "CheckDetailItem",
|
|
|
"required": [
|
|
|
"label",
|
|
|
"prob",
|
|
|
"suggest"
|
|
|
]
|
|
|
},
|
|
|
"CommentAtWho": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
@@ -4200,6 +4621,31 @@ |
|
|
"type": "object",
|
|
|
"title": "CompanyVisibleSwitchResponse"
|
|
|
},
|
|
|
"ContentDetailItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 内容ID"
|
|
|
},
|
|
|
"type": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 内容类型 (1:文章 2:评论)"
|
|
|
},
|
|
|
"text": {
|
|
|
"type": "string",
|
|
|
"description": " 内容文本"
|
|
|
}
|
|
|
},
|
|
|
"title": "ContentDetailItem",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"type",
|
|
|
"text"
|
|
|
]
|
|
|
},
|
|
|
"Department": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
@@ -4229,6 +4675,11 @@ |
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": " 部门下的用户"
|
|
|
},
|
|
|
"totalUser": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 累计用户"
|
|
|
}
|
|
|
},
|
|
|
"title": "Department",
|
...
|
...
|
@@ -4237,7 +4688,8 @@ |
|
|
"companyId",
|
|
|
"parentId",
|
|
|
"name",
|
|
|
"userIds"
|
|
|
"userIds",
|
|
|
"totalUser"
|
|
|
]
|
|
|
},
|
|
|
"DepartmentAddRequest": {
|
...
|
...
|
@@ -4297,6 +4749,16 @@ |
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"includeRootCompany": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 包含公司(把公司当作部门作为顶级节点 部门ID:0)"
|
|
|
},
|
|
|
"includeDefaultDepartment": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 包含默认分组"
|
|
|
}
|
|
|
},
|
|
|
"title": "DepartmentListRequest",
|
...
|
...
|
@@ -4497,6 +4959,89 @@ |
|
|
"size"
|
|
|
]
|
|
|
},
|
|
|
"MessageSubscribeAddRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"types": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"description": " 订阅消息类型"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageSubscribeAddRequest",
|
|
|
"required": [
|
|
|
"types"
|
|
|
]
|
|
|
},
|
|
|
"MessageSubscribeAddResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"items": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/MessageSubscribeItem"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageSubscribeAddResponse",
|
|
|
"required": [
|
|
|
"items"
|
|
|
]
|
|
|
},
|
|
|
"MessageSubscribeItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"type": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 订阅消息类型"
|
|
|
},
|
|
|
"count": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 订阅次数"
|
|
|
},
|
|
|
"userId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 用户ID"
|
|
|
},
|
|
|
"companyId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 公司ID"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageSubscribeItem",
|
|
|
"required": [
|
|
|
"type",
|
|
|
"count",
|
|
|
"userId",
|
|
|
"companyId"
|
|
|
]
|
|
|
},
|
|
|
"MessageSubscribeListRequest": {
|
|
|
"type": "object",
|
|
|
"title": "MessageSubscribeListRequest"
|
|
|
},
|
|
|
"MessageSubscribeListResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"items": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/MessageSubscribeItem"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageSubscribeListResponse",
|
|
|
"required": [
|
|
|
"items"
|
|
|
]
|
|
|
},
|
|
|
"MessageSystemItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
@@ -6975,10 +7520,89 @@ |
|
|
"keywords": {
|
|
|
"type": "string",
|
|
|
"description": " 按关键字搜索(名称)"
|
|
|
},
|
|
|
"departmentId": {
|
|
|
"$ref": "#/definitions/int64",
|
|
|
"description": " 按部门过滤"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniUsersListRequest"
|
|
|
},
|
|
|
"MiniWechatBindRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"wechatAuthcode": {
|
|
|
"type": "string",
|
|
|
"description": " 微信登录 授权码"
|
|
|
},
|
|
|
"wechatEncryptedData": {
|
|
|
"type": "string",
|
|
|
"description": " 微信登录 加密数据"
|
|
|
},
|
|
|
"wechatIV": {
|
|
|
"type": "string",
|
|
|
"description": " 微信登录 加密算法初始向量"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniWechatBindRequest",
|
|
|
"required": [
|
|
|
"wechatAuthcode",
|
|
|
"wechatEncryptedData",
|
|
|
"wechatIV"
|
|
|
]
|
|
|
},
|
|
|
"MiniWechatBindResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"bind": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 绑定结果 true-已绑定 false-未绑定"
|
|
|
},
|
|
|
"openId": {
|
|
|
"type": "string",
|
|
|
"description": " 绑定的微信openId"
|
|
|
},
|
|
|
"phone": {
|
|
|
"type": "string",
|
|
|
"description": " 绑定手机号"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniWechatBindResponse",
|
|
|
"required": [
|
|
|
"bind",
|
|
|
"openId",
|
|
|
"phone"
|
|
|
]
|
|
|
},
|
|
|
"MiniWechatInfoRequest": {
|
|
|
"type": "object",
|
|
|
"title": "MiniWechatInfoRequest"
|
|
|
},
|
|
|
"MiniWechatInfoResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"bind": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 绑定结果 true-已绑定 false-未绑定"
|
|
|
},
|
|
|
"openId": {
|
|
|
"type": "string",
|
|
|
"description": " 绑定的微信openId"
|
|
|
},
|
|
|
"phone": {
|
|
|
"type": "string",
|
|
|
"description": " 绑定手机号"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniWechatInfoResponse",
|
|
|
"required": [
|
|
|
"bind",
|
|
|
"openId",
|
|
|
"phone"
|
|
|
]
|
|
|
},
|
|
|
"MyBeLikedItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
@@ -7828,11 +8452,16 @@ |
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": "id"
|
|
|
},
|
|
|
"AccessToken": {
|
|
|
"type": "string",
|
|
|
"description": " 授权token"
|
|
|
}
|
|
|
},
|
|
|
"title": "SystemArticleDeleteRequest",
|
|
|
"required": [
|
|
|
"id"
|
|
|
"id",
|
|
|
"x-mmm-accesstoken"
|
|
|
]
|
|
|
},
|
|
|
"SystemArticleDeleteResponse": {
|
...
|
...
|
@@ -7866,11 +8495,16 @@ |
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": "ID"
|
|
|
},
|
|
|
"AccessToken": {
|
|
|
"type": "string",
|
|
|
"description": " 授权token"
|
|
|
}
|
|
|
},
|
|
|
"title": "SystemArticleDeletedRestoreRequest",
|
|
|
"required": [
|
|
|
"id"
|
|
|
"id",
|
|
|
"x-mmm-accesstoken"
|
|
|
]
|
|
|
},
|
|
|
"SystemArticleDeletedRestoreResponse": {
|
...
|
...
|
@@ -10180,6 +10814,10 @@ |
|
|
},
|
|
|
"code": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"companyVisible": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean"
|
|
|
}
|
|
|
},
|
|
|
"title": "SystemUserInfoResponse",
|
...
|
...
|
@@ -10189,7 +10827,8 @@ |
|
|
"avatar",
|
|
|
"companyId",
|
|
|
"companyName",
|
|
|
"code"
|
|
|
"code",
|
|
|
"companyVisible"
|
|
|
]
|
|
|
},
|
|
|
"SystemUserSearchRequest": {
|
...
|
...
|
@@ -10221,8 +10860,7 @@ |
|
|
"description": " 启用状态 1:启用 2:禁用"
|
|
|
},
|
|
|
"departmentId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"$ref": "#/definitions/int64",
|
|
|
"description": " 所属部门"
|
|
|
}
|
|
|
},
|
...
|
...
|
|