...
|
...
|
@@ -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": "公司搜索(公开的)",
|
...
|
...
|
@@ -2968,15 +3146,15 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/company/positions/search": {
|
|
|
"v1/system/article_template": {
|
|
|
"post": {
|
|
|
"summary": "公司职位搜索",
|
|
|
"operationId": "systemCompanyPositionsSearch",
|
|
|
"summary": "模板管理-保存",
|
|
|
"operationId": "systemArticleTemplateSave",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanyPositionsSearchResponse"
|
|
|
"$ref": "#/definitions/ArticleTemplateSaveResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
...
|
...
|
@@ -2986,25 +3164,25 @@ |
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanyPositionsSearchRequest"
|
|
|
"$ref": "#/definitions/ArticleTemplateSaveRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"company"
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/company/search": {
|
|
|
"post": {
|
|
|
"summary": "公司搜索",
|
|
|
"operationId": "systemCompanySearch",
|
|
|
"v1/system/article_template/batch_delete": {
|
|
|
"delete": {
|
|
|
"summary": "模板管理-批量删除",
|
|
|
"operationId": "systemArticleTemplateBatchDelete",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanySearchResponse"
|
|
|
"$ref": "#/definitions/ArticleTemplateBatchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
...
|
...
|
@@ -3014,25 +3192,25 @@ |
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanySearchRequest"
|
|
|
"$ref": "#/definitions/ArticleTemplateBatchDeleteRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"company"
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/company/visible_switch": {
|
|
|
"v1/system/article_template/search": {
|
|
|
"post": {
|
|
|
"summary": "公司可见开关",
|
|
|
"operationId": "systemCompanyVisibleSwitch",
|
|
|
"summary": "模板管理-搜索",
|
|
|
"operationId": "systemArticleTemplateSearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanyVisibleSwitchResponse"
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
...
|
...
|
@@ -3042,81 +3220,81 @@ |
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanyVisibleSwitchRequest"
|
|
|
"$ref": "#/definitions/ArticleTemplateSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"company"
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/department/add": {
|
|
|
"post": {
|
|
|
"summary": "部门-新增",
|
|
|
"operationId": "systemAdd",
|
|
|
"v1/system/article_template/{id}": {
|
|
|
"get": {
|
|
|
"summary": "模板管理-详情",
|
|
|
"operationId": "systemArticleTemplateGet",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
"$ref": "#/definitions/ArticleTemplateGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentAddRequest"
|
|
|
}
|
|
|
"type": "string"
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/department/list": {
|
|
|
"post": {
|
|
|
"summary": "部门列表",
|
|
|
"operationId": "systemList",
|
|
|
"delete": {
|
|
|
"summary": "模板管理-删除",
|
|
|
"operationId": "systemArticleTemplateDelete",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentListResponse"
|
|
|
"$ref": "#/definitions/ArticleTemplateDeleteResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentListRequest"
|
|
|
"$ref": "#/definitions/ArticleTemplateDeleteRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/department/{id}": {
|
|
|
"get": {
|
|
|
"summary": "部门-详情",
|
|
|
"operationId": "systemGet",
|
|
|
"put": {
|
|
|
"summary": "模板管理-更新",
|
|
|
"operationId": "systemArticleTemplateUpdate",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
"$ref": "#/definitions/ArticleTemplateUpdateResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
...
|
...
|
@@ -3126,87 +3304,87 @@ |
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/ArticleTemplateUpdateRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"delete": {
|
|
|
"summary": "部门-删除",
|
|
|
"operationId": "systemDelete",
|
|
|
"v1/system/article_template_class/search": {
|
|
|
"post": {
|
|
|
"summary": "模板管理-分类搜索",
|
|
|
"operationId": "systemArticleTemplateClassSearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
"$ref": "#/definitions/ArticleTemplateClassSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetRequest"
|
|
|
"$ref": "#/definitions/ArticleTemplateClassSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
"template"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"put": {
|
|
|
"summary": "部门-更新",
|
|
|
"operationId": "systemUpdate",
|
|
|
"v1/system/company/positions/search": {
|
|
|
"post": {
|
|
|
"summary": "公司职位搜索",
|
|
|
"operationId": "systemCompanyPositionsSearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
"$ref": "#/definitions/CompanyPositionsSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentUpdateRequest"
|
|
|
"$ref": "#/definitions/CompanyPositionsSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
"company"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/role": {
|
|
|
"v1/system/company/search": {
|
|
|
"post": {
|
|
|
"summary": "角色新增",
|
|
|
"operationId": "systemSaveRole",
|
|
|
"summary": "公司搜索",
|
|
|
"operationId": "systemCompanySearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/RoleSaveResponse"
|
|
|
"$ref": "#/definitions/CompanySearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
...
|
...
|
@@ -3216,18 +3394,220 @@ |
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/RoleSaveRequest"
|
|
|
"$ref": "#/definitions/CompanySearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"role"
|
|
|
"company"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/role/auths": {
|
|
|
"get": {
|
|
|
"v1/system/company/visible_switch": {
|
|
|
"post": {
|
|
|
"summary": "公司可见开关",
|
|
|
"operationId": "systemCompanyVisibleSwitch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanyVisibleSwitchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanyVisibleSwitchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"company"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/department/add": {
|
|
|
"post": {
|
|
|
"summary": "部门-新增",
|
|
|
"operationId": "systemAdd",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentAddRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/department/list": {
|
|
|
"post": {
|
|
|
"summary": "部门列表",
|
|
|
"operationId": "systemList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentListResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentListRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/department/{id}": {
|
|
|
"get": {
|
|
|
"summary": "部门-详情",
|
|
|
"operationId": "systemGet",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
]
|
|
|
},
|
|
|
"delete": {
|
|
|
"summary": "部门-删除",
|
|
|
"operationId": "systemDelete",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
]
|
|
|
},
|
|
|
"put": {
|
|
|
"summary": "部门-更新",
|
|
|
"operationId": "systemUpdate",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentGetResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "id",
|
|
|
"in": "path",
|
|
|
"required": true,
|
|
|
"type": "string"
|
|
|
},
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/DepartmentUpdateRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"department"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/role": {
|
|
|
"post": {
|
|
|
"summary": "角色新增",
|
|
|
"operationId": "systemSaveRole",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/RoleSaveResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/RoleSaveRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"role"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/role/auths": {
|
|
|
"get": {
|
|
|
"summary": "角色权限列表",
|
|
|
"operationId": "systemGetRoleAuths",
|
|
|
"responses": {
|
...
|
...
|
@@ -4080,231 +4460,518 @@ |
|
|
"type": "string",
|
|
|
"description": " 风控标签"
|
|
|
},
|
|
|
"prob": {
|
|
|
"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": " 对应的图标"
|
|
|
},
|
|
|
"tagName": {
|
|
|
"type": "string",
|
|
|
"description": " 标签名称"
|
|
|
},
|
|
|
"tagRemark": {
|
|
|
"type": "string",
|
|
|
"description": " 标签备注"
|
|
|
},
|
|
|
"totalArticle": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 总的文章数量"
|
|
|
},
|
|
|
"readArticle": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 已读的标签数量"
|
|
|
},
|
|
|
"sortBy": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 排序"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTagCount",
|
|
|
"required": [
|
|
|
"tagCategory",
|
|
|
"tagId",
|
|
|
"tagImage",
|
|
|
"tagName",
|
|
|
"tagRemark",
|
|
|
"totalArticle",
|
|
|
"readArticle",
|
|
|
"sortBy"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTagGroup": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"category": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"tags": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/ArticleTagItem"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"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": "int32",
|
|
|
"description": " 分值"
|
|
|
"format": "int64",
|
|
|
"description": " 唯一标识"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 建议 通过、风险、人工审核"
|
|
|
"description": " 模板名称"
|
|
|
},
|
|
|
"author": {
|
|
|
"templateClass": {
|
|
|
"type": "string",
|
|
|
"description": " 发布人"
|
|
|
"description": " 模板分类"
|
|
|
},
|
|
|
"releaseAt": {
|
|
|
"paragraphs": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/Paragraph"
|
|
|
},
|
|
|
"description": " 段落列表"
|
|
|
},
|
|
|
"icon": {
|
|
|
"type": "string",
|
|
|
"description": " 发布时间"
|
|
|
"description": " 图标地址"
|
|
|
},
|
|
|
"reviewStatus": {
|
|
|
"targetWhoRead": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 审核结果 1:待审核 2:通过 3:拒绝"
|
|
|
},
|
|
|
"reviewer": {
|
|
|
"type": "string",
|
|
|
"description": " 审核人"
|
|
|
"description": " 分发方式 0 分发给所有人 1 分发给指定的人"
|
|
|
},
|
|
|
"reviewAt": {
|
|
|
"targetWhoReview": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 审核时间(人工处置时间)"
|
|
|
"format": "int32",
|
|
|
"description": " 分发方式 0 分发给所有人 1 分发给指定的人"
|
|
|
},
|
|
|
"checkList": {
|
|
|
"whoRead": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/CheckDetailItem"
|
|
|
},
|
|
|
"description": " 检查列表"
|
|
|
}
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"title": "ArticleSecurityItem",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"contentKeyWords",
|
|
|
"content",
|
|
|
"label",
|
|
|
"prob",
|
|
|
"suggest",
|
|
|
"author",
|
|
|
"releaseAt",
|
|
|
"reviewStatus",
|
|
|
"reviewer",
|
|
|
"reviewAt",
|
|
|
"checkList"
|
|
|
]
|
|
|
"description": " 谁可以看"
|
|
|
},
|
|
|
"ArticleSecuritySearchRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"whoReview": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
"description": " 查看、评论人"
|
|
|
},
|
|
|
"reviewStatus": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 审核结果 1:待审核 2:通过 3:拒绝"
|
|
|
"whoReadInfo": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/TargetUser"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"type": "string",
|
|
|
"description": " 建议 通过、风险、人工审核"
|
|
|
"description": " 谁可查看"
|
|
|
},
|
|
|
"contentType": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 内容类型 (1:文章 2:评论)"
|
|
|
"whoReviewInfo": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/TargetUser"
|
|
|
},
|
|
|
"authorName": {
|
|
|
"type": "string",
|
|
|
"description": " 作者名称"
|
|
|
"description": " 谁可评论"
|
|
|
},
|
|
|
"beginTime": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 开始时间"
|
|
|
"": {
|
|
|
"type": "string",
|
|
|
"description": " 操作人"
|
|
|
},
|
|
|
"endTime": {
|
|
|
"": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 结束时间"
|
|
|
"description": " 更新时间戳"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecuritySearchRequest",
|
|
|
"title": "ArticleTemplateItem",
|
|
|
"required": [
|
|
|
"suggest",
|
|
|
"contentType",
|
|
|
"authorName",
|
|
|
"beginTime",
|
|
|
"endTime"
|
|
|
"name",
|
|
|
"templateClass",
|
|
|
"paragraphs",
|
|
|
""
|
|
|
]
|
|
|
},
|
|
|
"ArticleSecuritySearchResponse": {
|
|
|
"ArticleTemplateSaveRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/ArticleSecurityItem"
|
|
|
}
|
|
|
"AccessToken": {
|
|
|
"type": "string",
|
|
|
"description": " 授权token"
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
"item": {
|
|
|
"$ref": "#/definitions/ArticleTemplateItem"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleSecuritySearchResponse",
|
|
|
"title": "ArticleTemplateSaveRequest",
|
|
|
"required": [
|
|
|
"list",
|
|
|
"total"
|
|
|
"x-mmm-accesstoken",
|
|
|
"item"
|
|
|
]
|
|
|
},
|
|
|
"ArticleTagCount": {
|
|
|
"ArticleTemplateSaveResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"tagCategory": {
|
|
|
"type": "string",
|
|
|
"description": " 标签分组"
|
|
|
"title": "ArticleTemplateSaveResponse"
|
|
|
},
|
|
|
"tagId": {
|
|
|
"ArticleTemplateSearchRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 标签id"
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"tagImage": {
|
|
|
"type": "string",
|
|
|
"description": " 对应的图标"
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"tagName": {
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 标签名称"
|
|
|
"description": " 模板名称"
|
|
|
},
|
|
|
"tagRemark": {
|
|
|
"templateClass": {
|
|
|
"type": "string",
|
|
|
"description": " 标签备注"
|
|
|
"description": " 模板分类"
|
|
|
},
|
|
|
"totalArticle": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 总的文章数量"
|
|
|
},
|
|
|
"readArticle": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 已读的标签数量"
|
|
|
},
|
|
|
"sortBy": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 排序"
|
|
|
"target": {
|
|
|
"$ref": "#/definitions/int",
|
|
|
"description": " 目标 0 全员 1 指定人"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTagCount",
|
|
|
"required": [
|
|
|
"tagCategory",
|
|
|
"tagId",
|
|
|
"tagImage",
|
|
|
"tagName",
|
|
|
"tagRemark",
|
|
|
"totalArticle",
|
|
|
"readArticle",
|
|
|
"sortBy"
|
|
|
]
|
|
|
"title": "ArticleTemplateSearchRequest"
|
|
|
},
|
|
|
"ArticleTagGroup": {
|
|
|
"ArticleTemplateSearchResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"category": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"tags": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/ArticleTagItem"
|
|
|
"$ref": "#/definitions/ArticleTemplateItem"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "ArticleTagGroup",
|
|
|
"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": {
|
...
|
...
|
@@ -7716,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": {
|
...
|
...
|
@@ -11304,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": {
|
...
|
...
|
|