...
|
...
|
@@ -33,6 +33,364 @@ |
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/company/search": {
|
|
|
"post": {
|
|
|
"summary": "公司搜索",
|
|
|
"operationId": "miniCompanySearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanySearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanySearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"company"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/message/business": {
|
|
|
"post": {
|
|
|
"summary": "业务消息",
|
|
|
"operationId": "miniBusiness",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageBusinessResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageBusinessRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"message"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/message/system": {
|
|
|
"post": {
|
|
|
"summary": "系统消息",
|
|
|
"operationId": "miniSystem",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageBusinessResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MessageSystemRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"message"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/apply-join-company": {
|
|
|
"post": {
|
|
|
"summary": "用户申请加入公司",
|
|
|
"operationId": "miniUserApplyJoinCompany",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserApplyJoinCompanyResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserApplyJoinCompanyRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/audit": {
|
|
|
"post": {
|
|
|
"summary": "用户审核",
|
|
|
"operationId": "miniUserAudit",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserAuditRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/audit-list": {
|
|
|
"post": {
|
|
|
"summary": "用户审核列表",
|
|
|
"operationId": "miniUserAuditList",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/UserSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/UserSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/department-users": {
|
|
|
"post": {
|
|
|
"summary": "部门用户列表",
|
|
|
"operationId": "miniUserDepartmentUsers",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserInfoResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserDepartmentUsersRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/follow": {
|
|
|
"post": {
|
|
|
"summary": "关注",
|
|
|
"operationId": "miniUserFollow",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/FollowRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/follower": {
|
|
|
"post": {
|
|
|
"summary": "关注我的人",
|
|
|
"operationId": "miniUserFollower",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/UserSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/UserSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/following": {
|
|
|
"post": {
|
|
|
"summary": "我关注的人",
|
|
|
"operationId": "miniUserFollowing",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/UserSearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/UserSearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/info": {
|
|
|
"post": {
|
|
|
"summary": "用户信息",
|
|
|
"operationId": "miniUserInfo",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserInfoResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserInfoRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/login": {
|
|
|
"post": {
|
|
|
"summary": "用户登录",
|
|
|
"operationId": "miniUserLogin",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserLoginResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/MiniUserLoginRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/mini/user/unfollow": {
|
|
|
"post": {
|
|
|
"summary": "取消关注",
|
|
|
"operationId": "miniUserUnFollow",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/FollowRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"user"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/comment": {
|
|
|
"get": {
|
|
|
"summary": "系统评论",
|
...
|
...
|
@@ -50,6 +408,34 @@ |
|
|
"comment"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"v1/system/company/search": {
|
|
|
"post": {
|
|
|
"summary": "公司搜索",
|
|
|
"operationId": "systemCompanySearch",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "A successful response.",
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanySearchResponse"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"parameters": [
|
|
|
{
|
|
|
"name": "body",
|
|
|
"in": "body",
|
|
|
"required": true,
|
|
|
"schema": {
|
|
|
"$ref": "#/definitions/CompanySearchRequest"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"requestBody": {},
|
|
|
"tags": [
|
|
|
"company"
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"definitions": {
|
...
|
...
|
@@ -75,6 +461,651 @@ |
|
|
"required": [
|
|
|
"list"
|
|
|
]
|
|
|
},
|
|
|
"Company": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 唯一标识"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 名称"
|
|
|
},
|
|
|
"code": {
|
|
|
"type": "string",
|
|
|
"description": " 编码(搜索使用,4位字母数字)"
|
|
|
},
|
|
|
"logo": {
|
|
|
"type": "string",
|
|
|
"description": " 公司LOGO"
|
|
|
}
|
|
|
},
|
|
|
"title": "Company",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"name",
|
|
|
"code",
|
|
|
"logo"
|
|
|
]
|
|
|
},
|
|
|
"CompanySearchRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"userId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 按用户搜索"
|
|
|
},
|
|
|
"code": {
|
|
|
"type": "string",
|
|
|
"description": " 按编码搜索"
|
|
|
}
|
|
|
},
|
|
|
"title": "CompanySearchRequest",
|
|
|
"required": [
|
|
|
"page",
|
|
|
"size"
|
|
|
]
|
|
|
},
|
|
|
"CompanySearchResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/Company"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "CompanySearchResponse",
|
|
|
"required": [
|
|
|
"list",
|
|
|
"total"
|
|
|
]
|
|
|
},
|
|
|
"Department": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 部门ID"
|
|
|
},
|
|
|
"companyId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 公司ID"
|
|
|
},
|
|
|
"parentId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 父级ID"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 部门名称"
|
|
|
}
|
|
|
},
|
|
|
"title": "Department",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"companyId",
|
|
|
"parentId",
|
|
|
"name"
|
|
|
]
|
|
|
},
|
|
|
"FollowRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"userId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "FollowRequest",
|
|
|
"required": [
|
|
|
"userId"
|
|
|
]
|
|
|
},
|
|
|
"MessageBusinessItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"companyId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 公司ID"
|
|
|
},
|
|
|
"type": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 分类 (1回复 2点赞 3被采纳)"
|
|
|
},
|
|
|
"optType": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 操作类型(1针对文章、1针对评论、2针对圆桌)"
|
|
|
},
|
|
|
"triggerId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 触发者ID"
|
|
|
},
|
|
|
"recipientId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 接收者ID"
|
|
|
},
|
|
|
"articleId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 文章ID"
|
|
|
},
|
|
|
"commentId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 评论ID"
|
|
|
},
|
|
|
"discussionId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 圆桌ID"
|
|
|
},
|
|
|
"discussionOpinionId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 观点ID"
|
|
|
},
|
|
|
"content": {
|
|
|
"type": "string",
|
|
|
"description": " 消息内容"
|
|
|
},
|
|
|
"createdAt": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 创建时间"
|
|
|
},
|
|
|
"userTrigger": {
|
|
|
"$ref": "#/definitions/User",
|
|
|
"description": " 触发者"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageBusinessItem",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"companyId",
|
|
|
"type",
|
|
|
"optType",
|
|
|
"triggerId",
|
|
|
"recipientId",
|
|
|
"articleId",
|
|
|
"commentId",
|
|
|
"discussionId",
|
|
|
"discussionOpinionId",
|
|
|
"content",
|
|
|
"createdAt",
|
|
|
"userTrigger"
|
|
|
]
|
|
|
},
|
|
|
"MessageBusinessRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageBusinessRequest",
|
|
|
"required": [
|
|
|
"page",
|
|
|
"size"
|
|
|
]
|
|
|
},
|
|
|
"MessageBusinessResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/MessageBusinessItem"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageBusinessResponse",
|
|
|
"required": [
|
|
|
"list",
|
|
|
"total"
|
|
|
]
|
|
|
},
|
|
|
"MessageSystemItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " ID"
|
|
|
},
|
|
|
"type": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 系统分类"
|
|
|
},
|
|
|
"title": {
|
|
|
"type": "string",
|
|
|
"description": " 标题"
|
|
|
},
|
|
|
"content": {
|
|
|
"type": "string",
|
|
|
"description": " 内容"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageSystemItem",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"type",
|
|
|
"title",
|
|
|
"content"
|
|
|
]
|
|
|
},
|
|
|
"MessageSystemRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageSystemRequest",
|
|
|
"required": [
|
|
|
"page",
|
|
|
"size"
|
|
|
]
|
|
|
},
|
|
|
"MessageSystemResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/MessageSystemItem"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "MessageSystemResponse",
|
|
|
"required": [
|
|
|
"list",
|
|
|
"total"
|
|
|
]
|
|
|
},
|
|
|
"MiniUserApplyJoinCompanyRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"phone": {
|
|
|
"type": "string"
|
|
|
},
|
|
|
"code": {
|
|
|
"type": "string"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniUserApplyJoinCompanyRequest",
|
|
|
"required": [
|
|
|
"phone",
|
|
|
"code"
|
|
|
]
|
|
|
},
|
|
|
"MiniUserApplyJoinCompanyResponse": {
|
|
|
"type": "object",
|
|
|
"title": "MiniUserApplyJoinCompanyResponse"
|
|
|
},
|
|
|
"MiniUserAuditRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"userId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 用户ID"
|
|
|
},
|
|
|
"status": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 审核状态 1:审核通过 2:拒绝"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniUserAuditRequest",
|
|
|
"required": [
|
|
|
"userId",
|
|
|
"status"
|
|
|
]
|
|
|
},
|
|
|
"MiniUserDepartmentUsersRequest": {
|
|
|
"type": "object",
|
|
|
"title": "MiniUserDepartmentUsersRequest"
|
|
|
},
|
|
|
"MiniUserDepartmentUsersResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"departments": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/Department"
|
|
|
}
|
|
|
},
|
|
|
"users": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/UserItem"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniUserDepartmentUsersResponse",
|
|
|
"required": [
|
|
|
"departments",
|
|
|
"users"
|
|
|
]
|
|
|
},
|
|
|
"MiniUserInfoRequest": {
|
|
|
"type": "object",
|
|
|
"title": "MiniUserInfoRequest"
|
|
|
},
|
|
|
"MiniUserInfoResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"user": {
|
|
|
"$ref": "#/definitions/UserItem",
|
|
|
"description": " 用户信息"
|
|
|
},
|
|
|
"totalArticle": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 累计信息发布"
|
|
|
},
|
|
|
"totalLoved": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 累计收到的赞"
|
|
|
},
|
|
|
"totalAccepted": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 累计被采纳"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniUserInfoResponse",
|
|
|
"required": [
|
|
|
"user",
|
|
|
"totalArticle",
|
|
|
"totalLoved",
|
|
|
"totalAccepted"
|
|
|
]
|
|
|
},
|
|
|
"MiniUserLoginRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"loginType": {
|
|
|
"type": "string",
|
|
|
"description": " 登录类型 wechat-login whchat-phone-login phone-password-login phone-smscode-login"
|
|
|
},
|
|
|
"wechatAuthcode": {
|
|
|
"type": "string",
|
|
|
"description": " 微信登录 授权码"
|
|
|
},
|
|
|
"wechatEncryptedData": {
|
|
|
"type": "string",
|
|
|
"description": " 微信登录 加密数据"
|
|
|
},
|
|
|
"wechatIV": {
|
|
|
"type": "string",
|
|
|
"description": " 微信登录 加密算法初始向量"
|
|
|
},
|
|
|
"phone": {
|
|
|
"type": "string",
|
|
|
"description": " 手机号"
|
|
|
},
|
|
|
"password": {
|
|
|
"type": "string",
|
|
|
"description": " 密码"
|
|
|
},
|
|
|
"smsCode": {
|
|
|
"type": "string",
|
|
|
"description": " 短信验证码"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniUserLoginRequest",
|
|
|
"required": [
|
|
|
"loginType"
|
|
|
]
|
|
|
},
|
|
|
"MiniUserLoginResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"token": {
|
|
|
"type": "string",
|
|
|
"description": " x-token"
|
|
|
},
|
|
|
"phone": {
|
|
|
"type": "string",
|
|
|
"description": " 手机号"
|
|
|
},
|
|
|
"message": {
|
|
|
"type": "string",
|
|
|
"description": " 失败消息(审核中,注册成功等待审核)"
|
|
|
},
|
|
|
"success": {
|
|
|
"type": "boolean",
|
|
|
"format": "boolean",
|
|
|
"description": " 成功标识"
|
|
|
}
|
|
|
},
|
|
|
"title": "MiniUserLoginResponse",
|
|
|
"required": [
|
|
|
"token",
|
|
|
"phone",
|
|
|
"message",
|
|
|
"success"
|
|
|
]
|
|
|
},
|
|
|
"User": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"companyId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 公司ID"
|
|
|
},
|
|
|
"departmentId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 部门ID"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 名称"
|
|
|
},
|
|
|
"avatar": {
|
|
|
"type": "string",
|
|
|
"description": " 头像"
|
|
|
},
|
|
|
"position": {
|
|
|
"type": "string",
|
|
|
"description": " 职位"
|
|
|
}
|
|
|
},
|
|
|
"title": "User",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"companyId",
|
|
|
"departmentId",
|
|
|
"name",
|
|
|
"avatar",
|
|
|
"position"
|
|
|
]
|
|
|
},
|
|
|
"UserItem": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"id": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 用户ID"
|
|
|
},
|
|
|
"companyId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 公司ID"
|
|
|
},
|
|
|
"departmentId": {
|
|
|
"type": "integer",
|
|
|
"format": "int64",
|
|
|
"description": " 部门ID"
|
|
|
},
|
|
|
"roleId": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": " 角色"
|
|
|
},
|
|
|
"flag": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 标识 1:管理员 2:普通用户 (有绑定角色是管理员)"
|
|
|
},
|
|
|
"name": {
|
|
|
"type": "string",
|
|
|
"description": " 名称"
|
|
|
},
|
|
|
"avatar": {
|
|
|
"type": "string",
|
|
|
"description": " 头像"
|
|
|
},
|
|
|
"phone": {
|
|
|
"type": "string",
|
|
|
"description": " 手机号 唯一"
|
|
|
},
|
|
|
"position": {
|
|
|
"type": "string",
|
|
|
"description": " 职位"
|
|
|
},
|
|
|
"enable": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 启用状态 1:启用 2:禁用"
|
|
|
},
|
|
|
"auditStatus": {
|
|
|
"type": "integer",
|
|
|
"format": "int32",
|
|
|
"description": " 审核状态 0:待审核 1:审核通过 2:拒绝"
|
|
|
},
|
|
|
"followers": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": " 关注我的人 (冗余)"
|
|
|
},
|
|
|
"following": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
},
|
|
|
"description": " 我关注的人 (冗余)"
|
|
|
}
|
|
|
},
|
|
|
"title": "UserItem",
|
|
|
"required": [
|
|
|
"id",
|
|
|
"companyId",
|
|
|
"departmentId",
|
|
|
"roleId",
|
|
|
"flag",
|
|
|
"name",
|
|
|
"avatar",
|
|
|
"phone",
|
|
|
"position",
|
|
|
"enable",
|
|
|
"auditStatus",
|
|
|
"followers",
|
|
|
"following"
|
|
|
]
|
|
|
},
|
|
|
"UserSearchRequest": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"page": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"size": {
|
|
|
"type": "integer",
|
|
|
"format": "int32"
|
|
|
},
|
|
|
"auditFlag": {
|
|
|
"$ref": "#/definitions/int",
|
|
|
"description": " 按审核状态 0:待审核 1:审核通过 2:拒绝"
|
|
|
}
|
|
|
},
|
|
|
"title": "UserSearchRequest"
|
|
|
},
|
|
|
"UserSearchResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
"list": {
|
|
|
"type": "array",
|
|
|
"items": {
|
|
|
"$ref": "#/definitions/UserItem"
|
|
|
}
|
|
|
},
|
|
|
"total": {
|
|
|
"type": "integer",
|
|
|
"format": "int64"
|
|
|
}
|
|
|
},
|
|
|
"title": "UserSearchResponse",
|
|
|
"required": [
|
|
|
"list",
|
|
|
"total"
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
"securityDefinitions": {
|
...
|
...
|
|