...
|
...
|
@@ -789,6 +789,184 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/article_template": {
|
|
|
"post": {
|
|
|
"summary": "模板管理-保存",
|
|
|
"operationId": "miniArticleTemplateSave",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSaveResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSaveRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/article_template/search": {
|
|
|
"post": {
|
|
|
"summary": "模板搜索",
|
|
|
"operationId": "miniArticleTemplateSearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/article_template/search-mine": {
|
|
|
"post": {
|
|
|
"summary": "我的模板搜索",
|
|
|
"operationId": "miniArticleTemplateSearchMine",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/article_template/{id}": {
|
|
|
"delete": {
|
|
|
"summary": "模板管理-删除",
|
|
|
"operationId": "miniArticleTemplateDelete",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateDeleteResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateDeleteRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
},
|
|
|
"put": {
|
|
|
"summary": "模板管理-更新",
|
|
|
"operationId": "miniArticleTemplateUpdate",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateUpdateResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateUpdateRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/article_template_class/search": {
|
|
|
"post": {
|
|
|
"summary": "模板分类搜索",
|
|
|
"operationId": "miniArticleTemplateClassSearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateClassSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateClassSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/company/search": {
|
|
|
"post": {
|
|
|
"summary": "公司搜索(公开的)",
|
...
|
...
|
@@ -1013,6 +1191,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 +1897,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,41 +2905,44 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_tag": {
|
|
|
"v1/system/article_security/audit": {
|
|
|
"post": {
|
|
|
"summary": "后台创建文章标签",
|
|
|
"operationId": "CreateTag",
|
|
|
"summary": "内容安全-审核",
|
|
|
"operationId": "articleSecurityAudit",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagCreateResponse"
|
|
|
"$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/TagCreateRequest"
|
|
|
"$ref": "#/definitions/ArticleSecurityAuditRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"tags"
|
|
|
"secuirty"
|
|
|
]
|
|
|
},
|
|
|
"put": {
|
|
|
"summary": "后台编辑文章标签",
|
|
|
"operationId": "EditTag",
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_security/search": {
|
|
|
"post": {
|
|
|
"summary": "内容安全-搜索",
|
|
|
"operationId": "articleSecuritySearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagEditResponse"
|
|
|
"$ref": "#/definitions/ArticleSecuritySearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
...
|
...
|
@@ -2667,35 +2952,115 @@ |
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagEditRequest"
|
|
|
"$ref": "#/definitions/ArticleSecuritySearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"tags"
|
|
|
"secuirty"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_tag/options": {
|
|
|
"v1/system/article_security/{id}": {
|
|
|
"get": {
|
|
|
"summary": "后台标签下拉列表",
|
|
|
"operationId": "Options",
|
|
|
"summary": "详情",
|
|
|
"operationId": "articleSecurityGet",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagOptionsResponse"
|
|
|
"$ref": "#/definitions/ArticleSecurityGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"tags"
|
|
|
"secuirty"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_tag/search": {
|
|
|
"v1/system/article_tag": {
|
|
|
"post": {
|
|
|
"summary": "后台创建文章标签",
|
|
|
"operationId": "CreateTag",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagCreateResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagCreateRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"tags"
|
|
|
]
|
|
|
},
|
|
|
"put": {
|
|
|
"summary": "后台编辑文章标签",
|
|
|
"operationId": "EditTag",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagEditResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagEditRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"tags"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_tag/options": {
|
|
|
"get": {
|
|
|
"summary": "后台标签下拉列表",
|
|
|
"operationId": "Options",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/TagOptionsResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"tags"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_tag/search": {
|
|
|
"post": {
|
|
|
"summary": "后台搜索标签",
|
|
|
"operationId": "SearchTag",
|
...
|
...
|
@@ -2781,6 +3146,208 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_template": {
|
|
|
"post": {
|
|
|
"summary": "模板管理-保存",
|
|
|
"operationId": "systemArticleTemplateSave",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSaveResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSaveRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_template/batch_delete": {
|
|
|
"delete": {
|
|
|
"summary": "模板管理-批量删除",
|
|
|
"operationId": "systemArticleTemplateBatchDelete",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateBatchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateBatchDeleteRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_template/search": {
|
|
|
"post": {
|
|
|
"summary": "模板管理-搜索",
|
|
|
"operationId": "systemArticleTemplateSearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_template/{id}": {
|
|
|
"get": {
|
|
|
"summary": "模板管理-详情",
|
|
|
"operationId": "systemArticleTemplateGet",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
},
|
|
|
"delete": {
|
|
|
"summary": "模板管理-删除",
|
|
|
"operationId": "systemArticleTemplateDelete",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateDeleteResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateDeleteRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
},
|
|
|
"put": {
|
|
|
"summary": "模板管理-更新",
|
|
|
"operationId": "systemArticleTemplateUpdate",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateUpdateResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateUpdateRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/article_template_class/search": {
|
|
|
"post": {
|
|
|
"summary": "模板管理-分类搜索",
|
|
|
"operationId": "systemArticleTemplateClassSearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateClassSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateClassSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/company/positions/search": {
|
|
|
"post": {
|
|
|
"summary": "公司职位搜索",
|
...
|
...
|
@@ -3765,6 +4332,16 @@ |
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": "谁可查看"
|
|
|
},
|
|
|
"isDel": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": "是否删除 1-删除 0-否"
|
|
|
},
|
|
|
"deletedType": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": "类型 1-运营删除 2-用户删除"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSearchMe",
|
...
|
...
|
@@ -3778,7 +4355,9 @@ |
|
|
"countRead",
|
|
|
"show",
|
|
|
"targetUser",
|
|
|
"whoRead"
|
|
|
"whoRead",
|
|
|
"isDel",
|
|
|
"deletedType"
|
|
|
]
|
|
|
},
|
|
|
"ArticleSection": {
|
...
|
...
|
@@ -3812,19 +4391,213 @@ |
|
|
"totalComment"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTagCount": {
|
|
|
"ArticleSecurityAuditRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"tagCategory": {
|
|
|
"type": "string",
|
|
|
"description": " 标签分组"
|
|
|
},
|
|
|
"tagId": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 标签id"
|
|
|
"description": "id"
|
|
|
},
|
|
|
"tagImage": {
|
|
|
"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": "integer",
|
|
|
"format": "int64",
|
|
|
"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": {
|
|
|
"tagCategory": {
|
|
|
"type": "string",
|
|
|
"description": " 标签分组"
|
|
|
},
|
|
|
"tagId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 标签id"
|
|
|
},
|
|
|
"tagImage": {
|
|
|
"type": "string",
|
|
|
"description": " 对应的图标"
|
|
|
},
|
...
|
...
|
@@ -3877,42 +4650,328 @@ |
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTagGroup",
|
|
|
"title": "ArticleTagGroup",
|
|
|
"required": [
|
|
|
"category",
|
|
|
"tags"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTagItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"category": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"image": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"sortBy": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTagItem",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"category",
|
|
|
"name",
|
|
|
"image",
|
|
|
"sortBy"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateBatchDeleteRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"ids": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateBatchDeleteRequest",
|
|
|
"required": [
|
|
|
"ids"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateBatchResponse": {
|
|
|
"type": "object",
|
|
|
"title": "ArticleTemplateBatchResponse"
|
|
|
},
|
|
|
"ArticleTemplateClassItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 名称"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateClassItem",
|
|
|
"required": [
|
|
|
"name"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateClassSearchRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 模板名称"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateClassSearchRequest"
|
|
|
},
|
|
|
"ArticleTemplateClassSearchResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/ArticleTemplateClassItem"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateClassSearchResponse",
|
|
|
"required": [
|
|
|
"list",
|
|
|
"total"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateDeleteRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateDeleteRequest",
|
|
|
"required": [
|
|
|
"id"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateDeleteResponse": {
|
|
|
"type": "object",
|
|
|
"title": "ArticleTemplateDeleteResponse"
|
|
|
},
|
|
|
"ArticleTemplateGetRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateGetRequest",
|
|
|
"required": [
|
|
|
"id"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateGetResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"item": {
|
|
|
"$ref": "#/definitions/ArticleTemplateItem"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateGetResponse",
|
|
|
"required": [
|
|
|
"item"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 唯一标识"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 模板名称"
|
|
|
},
|
|
|
"templateClass": {
|
|
|
"type": "string",
|
|
|
"description": " 模板分类"
|
|
|
},
|
|
|
"paragraphs": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/Paragraph"
|
|
|
},
|
|
|
"description": " 段落列表"
|
|
|
},
|
|
|
"icon": {
|
|
|
"type": "string",
|
|
|
"description": " 图标地址"
|
|
|
},
|
|
|
"targetWhoRead": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 分发方式 0 分发给所有人 1 分发给指定的人"
|
|
|
},
|
|
|
"targetWhoReview": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 分发方式 0 分发给所有人 1 分发给指定的人"
|
|
|
},
|
|
|
"whoRead": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": " 谁可以看"
|
|
|
},
|
|
|
"whoReview": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": " 查看、评论人"
|
|
|
},
|
|
|
"whoReadInfo": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/TargetUser"
|
|
|
},
|
|
|
"description": " 谁可查看"
|
|
|
},
|
|
|
"whoReviewInfo": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/TargetUser"
|
|
|
},
|
|
|
"description": " 谁可评论"
|
|
|
},
|
|
|
"": {
|
|
|
"type": "string",
|
|
|
"description": " 操作人"
|
|
|
},
|
|
|
"": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 更新时间戳"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateItem",
|
|
|
"required": [
|
|
|
"name",
|
|
|
"templateClass",
|
|
|
"paragraphs",
|
|
|
""
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateSaveRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"AccessToken": {
|
|
|
"type": "string",
|
|
|
"description": " 授权token"
|
|
|
},
|
|
|
"item": {
|
|
|
"$ref": "#/definitions/ArticleTemplateItem"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateSaveRequest",
|
|
|
"required": [
|
|
|
"x-mmm-accesstoken",
|
|
|
"item"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateSaveResponse": {
|
|
|
"type": "object",
|
|
|
"title": "ArticleTemplateSaveResponse"
|
|
|
},
|
|
|
"ArticleTemplateSearchRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 模板名称"
|
|
|
},
|
|
|
"templateClass": {
|
|
|
"type": "string",
|
|
|
"description": " 模板分类"
|
|
|
},
|
|
|
"target": {
|
|
|
"$ref": "#/definitions/int",
|
|
|
"description": " 目标 0 全员 1 指定人"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateSearchRequest"
|
|
|
},
|
|
|
"ArticleTemplateSearchResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/ArticleTemplateItem"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTemplateSearchResponse",
|
|
|
"required": [
|
|
|
"category",
|
|
|
"tags"
|
|
|
"list",
|
|
|
"total"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTagItem": {
|
|
|
"ArticleTemplateUpdateRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"category": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"image": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"sortBy": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
"item": {
|
|
|
"$ref": "#/definitions/ArticleTemplateItem"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTagItem",
|
|
|
"title": "ArticleTemplateUpdateRequest",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"category",
|
|
|
"name",
|
|
|
"image",
|
|
|
"sortBy"
|
|
|
"item"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTemplateUpdateResponse": {
|
|
|
"type": "object",
|
|
|
"title": "ArticleTemplateUpdateResponse"
|
|
|
},
|
|
|
"Auth": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
@@ -3967,12 +5026,18 @@ |
|
|
"label": {
|
|
|
"type": "string",
|
|
|
"description": " 分组名称"
|
|
|
},
|
|
|
"enable": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 启用状态 1:启用"
|
|
|
}
|
|
|
},
|
|
|
"title": "CategoryOptions",
|
|
|
"required": [
|
|
|
"value",
|
|
|
"label"
|
|
|
"label",
|
|
|
"enable"
|
|
|
]
|
|
|
},
|
|
|
"CategoryOptionsRequest": {
|
...
|
...
|
@@ -4001,6 +5066,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 +5288,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 +5342,11 @@ |
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": " 部门下的用户"
|
|
|
},
|
|
|
"totalUser": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 累计用户"
|
|
|
}
|
|
|
},
|
|
|
"title": "Department",
|
...
|
...
|
@@ -4237,7 +5355,8 @@ |
|
|
"companyId",
|
|
|
"parentId",
|
|
|
"name",
|
|
|
"userIds"
|
|
|
"userIds",
|
|
|
"totalUser"
|
|
|
]
|
|
|
},
|
|
|
"DepartmentAddRequest": {
|
...
|
...
|
@@ -4297,6 +5416,16 @@ |
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"includeRootCompany": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 包含公司(把公司当作部门作为顶级节点 部门ID:0)"
|
|
|
},
|
|
|
"includeDefaultDepartment": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 包含默认分组"
|
|
|
}
|
|
|
},
|
|
|
"title": "DepartmentListRequest",
|
...
|
...
|
@@ -4497,6 +5626,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 +8187,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": {
|
...
|
...
|
@@ -7092,6 +8383,49 @@ |
|
|
"name"
|
|
|
]
|
|
|
},
|
|
|
"Paragraph": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "string",
|
|
|
"description": " 唯一标识"
|
|
|
},
|
|
|
"title": {
|
|
|
"type": "string",
|
|
|
"description": " 标题"
|
|
|
},
|
|
|
"prompt": {
|
|
|
"type": "string",
|
|
|
"description": " 文本提示"
|
|
|
},
|
|
|
"required": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 必填"
|
|
|
},
|
|
|
"type": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 段落类型 1:文本 2:图片"
|
|
|
},
|
|
|
"text": {
|
|
|
"type": "string",
|
|
|
"description": " 文本内容"
|
|
|
},
|
|
|
"images": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"description": " 图片地址列表"
|
|
|
}
|
|
|
},
|
|
|
"title": "Paragraph",
|
|
|
"required": [
|
|
|
"text",
|
|
|
"images"
|
|
|
]
|
|
|
},
|
|
|
"Position": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
@@ -7828,11 +9162,16 @@ |
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": "id"
|
|
|
},
|
|
|
"AccessToken": {
|
|
|
"type": "string",
|
|
|
"description": " 授权token"
|
|
|
}
|
|
|
},
|
|
|
"title": "SystemArticleDeleteRequest",
|
|
|
"required": [
|
|
|
"id"
|
|
|
"id",
|
|
|
"x-mmm-accesstoken"
|
|
|
]
|
|
|
},
|
|
|
"SystemArticleDeleteResponse": {
|
...
|
...
|
@@ -7866,11 +9205,16 @@ |
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": "ID"
|
|
|
},
|
|
|
"AccessToken": {
|
|
|
"type": "string",
|
|
|
"description": " 授权token"
|
|
|
}
|
|
|
},
|
|
|
"title": "SystemArticleDeletedRestoreRequest",
|
|
|
"required": [
|
|
|
"id"
|
|
|
"id",
|
|
|
"x-mmm-accesstoken"
|
|
|
]
|
|
|
},
|
|
|
"SystemArticleDeletedRestoreResponse": {
|
...
|
...
|
@@ -10180,6 +11524,10 @@ |
|
|
},
|
|
|
"code": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"companyVisible": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean"
|
|
|
}
|
|
|
},
|
|
|
"title": "SystemUserInfoResponse",
|
...
|
...
|
@@ -10189,7 +11537,8 @@ |
|
|
"avatar",
|
|
|
"companyId",
|
|
|
"companyName",
|
|
|
"code"
|
|
|
"code",
|
|
|
"companyVisible"
|
|
|
]
|
|
|
},
|
|
|
"SystemUserSearchRequest": {
|
...
|
...
|
@@ -10221,8 +11570,7 @@ |
|
|
"description": " 启用状态 1:启用 2:禁用"
|
|
|
},
|
|
|
"departmentId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"$ref": "#/definitions/int64",
|
|
|
"description": " 所属部门"
|
|
|
}
|
|
|
},
|
...
|
...
|
@@ -10666,6 +12014,23 @@ |
|
|
"options"
|
|
|
]
|
|
|
},
|
|
|
"TargetUser": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string"
|
|
|
}
|
|
|
},
|
|
|
"title": "TargetUser",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"name"
|
|
|
]
|
|
|
},
|
|
|
"UserFollowItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
...
|
...
|
|