简体中文 | English | api-doc
Base URLs:
POST /note
Body 请求参数
{
"title" : " string" ,
"content" : " string" ,
"isPublic" : " NO" ,
"typeId" : 1
}
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
NoteAddForm
否
NoteAddForm
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : 0
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
DELETE /note
名称
位置
类型
必选
中文名
说明
noteIds
query
array[string]
是
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
PUT /note
Body 请求参数
{
"id" : 1 ,
"title" : " string" ,
"content" : " string" ,
"isPublic" : " NO" ,
"typeId" : 0
}
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
NoteUpdateForm
否
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
PUT /note/types
Body 请求参数
{
"noteIds" : [
0
],
"typeId" : 1
}
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /note/{noteId}
名称
位置
类型
必选
中文名
说明
noteId
path
string
是
none
shareCode
query
string
否
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : {
"id" : 0 ,
"title" : " " ,
"content" : " " ,
"userId" : 0 ,
"releaseTime" : " " ,
"updateTime" : " " ,
"isPublic" : " " ,
"typeId" : 0
}
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /note/search
名称
位置
类型
必选
中文名
说明
current
query
integer
否
none
size
query
integer
否
none
search
query
string
否
none
heightLightPreTag
query
string
否
none
heightLightPostTag
query
string
否
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " " ,
"content" : " " ,
"userId" : 0 ,
"releaseTime" : " " ,
"updateTime" : " " ,
"isPublic" : " " ,
"typeId" : 0
}
]
}
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /note/search/{userId}
名称
位置
类型
必选
中文名
说明
userId
path
string
是
none
current
query
integer
否
none
size
query
integer
否
none
search
query
string
否
none
typeId
query
integer
否
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " " ,
"userId" : 0 ,
"releaseTime" : " " ,
"isPublic" : " " ,
"updateTime" : " " ,
"typeId" : 0
}
]
}
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
POST /user/register
Body 请求参数
{
"name" : " string" ,
"account" : " string" ,
"password" : " string" ,
"email" : " string" ,
"verificationCode" : " string"
}
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
UserRegisterForm
否
UserRegisterForm
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
POST /user/login
Body 请求参数
{
"account" : " string" ,
"password" : " string"
}
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
UserLoginForm
否
UserLoginForm
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : " "
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
POST /user/logout
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : " "
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /user/{userId}
名称
位置
类型
必选
中文名
说明
userId
path
string
是
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : {
"id" : 0 ,
"name" : " " ,
"account" : " " ,
"email" : " " ,
"status" : " " ,
"homePageNoteId" : 0 ,
"imageStorageSize" : 0
}
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /user/me
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : {
"id" : 0 ,
"name" : " " ,
"account" : " " ,
"email" : " " ,
"status" : " " ,
"homePageNoteId" : 0 ,
"imageStorageSize" : 0
}
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /user/new-token
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : " "
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
PUT /user
Body 请求参数
{
"name" : " string" ,
"homePageNoteId" : 1
}
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
UserUpdateForm
否
UserUpdateForm
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
PUT /user/password
Body 请求参数
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
UserUpdatePasswordForm
否
UserUpdatePasswordForm
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
PUT /user/email
Body 请求参数
{
"email" : " string" ,
"verificationCode" : " string"
}
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
UserUpdateEmailForm
否
UserUpdateEmailForm
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
POST /image
Body 请求参数
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
object
否
none
» uploadImageFile
body
string(binary)
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : " "
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
DELETE /image
名称
位置
类型
必选
中文名
说明
userImageIds
query
array[string]
是
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /image/name/{imageName}
名称
位置
类型
必选
中文名
说明
imageName
path
string
是
none
Authorization
header
string
是
none
返回示例
200 Response
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /image/me
名称
位置
类型
必选
中文名
说明
page
query
integer
否
none
size
query
integer
否
none
search
query
string
否
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"userId" : 0 ,
"imageId" : 0 ,
"alias" : " " ,
"lastDownloadTime" : " "
}
]
}
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
POST /note-type
Body 请求参数
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
body
body
NoteTypeAddForm
否
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
DELETE /note-type
名称
位置
类型
必选
中文名
说明
ids
query
array[string]
是
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
PUT /note-type
Body 请求参数
{
"id" : 1 ,
"name" : " string"
}
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /note-type/user/{userId}
名称
位置
类型
必选
中文名
说明
userId
path
string
是
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : [
{
"id" : 0 ,
"name" : " " ,
"userId" : 0
}
]
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /**
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
返回示例
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
POST /share-note-record
Body 请求参数
{
"noteId" : 1 ,
"expireTime" : " new Timestamp(System.currentTimeMillis() + 1000 * 3600 * 24 * 7)"
}
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : " "
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
DELETE /share-note-record
名称
位置
类型
必选
中文名
说明
shareNoteRecordIds
query
array[string]
是
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
PUT /share-note-record
Body 请求参数
{
"id" : 0 ,
"expireTime" : " new Timestamp(System.currentTimeMillis() + 1000 * 3600 * 24 * 7)"
}
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : null
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /share-note-record/me
名称
位置
类型
必选
中文名
说明
current
query
integer
否
none
size
query
integer
否
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"code" : " " ,
"noteId" : 0 ,
"userId" : 0 ,
"expireTime" : " " ,
"title" : " "
}
]
}
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /verification-code/send/to-email
名称
位置
类型
必选
中文名
说明
email
query
string
是
none
imageCode
query
string
是
none
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : 0
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /verification-code/image/base64
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
返回示例
{
"status" : 0 ,
"message" : " " ,
"data" : " "
}
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
GET /verification-code/image
名称
位置
类型
必选
中文名
说明
Authorization
header
string
是
none
返回示例
200 Response
状态码
状态码含义
说明
数据模型
200
OK
none
Inline
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"id" : 0 ,
"name" : " string" ,
"account" : " string" ,
"email" : " string" ,
"status" : " DISABLE" ,
"homePageNoteId" : 0 ,
"imageStorageSize" : 0
}
}
Result«User»
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
User
false
none
none
{
"id" : 0 ,
"name" : " string" ,
"account" : " string" ,
"email" : " string" ,
"status" : " DISABLE" ,
"homePageNoteId" : 0 ,
"imageStorageSize" : 0
}
User
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
name
string¦null
false
none
none
account
string¦null
false
none
none
email
string¦null
false
none
none
status
string¦null
false
none
none
homePageNoteId
integer¦null
false
none
none
imageStorageSize
integer¦null
false
none
none
属性
值
status
DISABLE
status
ENABLE
{
"id" : 0 ,
"title" : " string" ,
"content" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"updateTime" : " string" ,
"isPublic" : " NO" ,
"typeId" : 0
}
Note
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
title
string¦null
false
none
none
content
string¦null
false
none
none
userId
integer¦null
false
none
none
releaseTime
string¦null
false
none
none
updateTime
string¦null
false
none
none
isPublic
string¦null
false
none
none
typeId
integer¦null
false
none
none
属性
值
isPublic
NO
isPublic
YES
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"id" : 0 ,
"title" : " string" ,
"content" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"updateTime" : " string" ,
"isPublic" : " NO" ,
"typeId" : 0
}
}
Result«Note»
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
Note
false
none
none
{
"id" : 0 ,
"userId" : 0 ,
"alias" : " string" ,
"name" : " string" ,
"uploadTime" : " string" ,
"url" : " string" ,
"size" : 0
}
Image
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
userId
integer¦null
false
none
none
alias
string¦null
false
none
none
name
string¦null
false
none
none
uploadTime
string¦null
false
none
none
url
string¦null
false
none
none
size
integer¦null
false
none
none
{
"id" : 0 ,
"name" : " string" ,
"userId" : 0
}
NoteType
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
name
string¦null
false
none
none
userId
integer¦null
false
none
none
{
"status" : 0 ,
"message" : " string" ,
"data" : [
{
"id" : 0 ,
"name" : " string" ,
"userId" : 0
}
]
}
Result«List«NoteType»»
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
[NoteType ]¦null
false
none
none
{
"title" : " string" ,
"content" : " string" ,
"isPublic" : " NO" ,
"typeId" : 1
}
NoteAddForm
名称
类型
必选
约束
中文名
说明
title
string¦null
true
none
none
content
string¦null
true
none
none
isPublic
string¦null
true
none
none
typeId
integer¦null
false
none
none
属性
值
isPublic
NO
isPublic
YES
{
"noteId" : 1 ,
"expireTime" : " new Date(System.currentTimeMillis() + 1000 * 3600 * 24 * 7)"
}
NoteShareForm
名称
类型
必选
约束
中文名
说明
noteId
integer¦null
true
none
none
expireTime
string¦null
false
none
默认为7天后过期
{
"id" : 0 ,
"code" : " string" ,
"noteId" : 0 ,
"userId" : 0 ,
"expireTime" : " string" ,
"title" : " string"
}
PageShareNoteVO
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
code
string¦null
false
none
none
noteId
integer¦null
false
none
none
userId
integer¦null
false
none
none
expireTime
string¦null
false
none
none
title
string¦null
false
none
none
{
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"userId" : 0 ,
"alias" : " string" ,
"name" : " string" ,
"uploadTime" : " string" ,
"url" : " string" ,
"size" : 0
}
]
}
PageVO«Image»
名称
类型
必选
约束
中文名
说明
current
integer¦null
false
none
none
page
integer¦null
false
none
none
size
integer¦null
false
none
none
total
integer¦null
false
none
none
records
[Image ]¦null
false
none
none
{
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"code" : " string" ,
"noteId" : 0 ,
"userId" : 0 ,
"expireTime" : " string" ,
"title" : " string"
}
]
}
PageVO«PageShareNoteVO»
名称
类型
必选
约束
中文名
说明
current
integer¦null
false
none
none
page
integer¦null
false
none
none
size
integer¦null
false
none
none
total
integer¦null
false
none
none
records
[PageShareNoteVO ]¦null
false
none
none
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"userId" : 0 ,
"alias" : " string" ,
"name" : " string" ,
"uploadTime" : " string" ,
"url" : " string" ,
"size" : 0
}
]
}
}
Result«PageVO«Image»»
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
PageVO«Image»
false
none
none
Result«PageVO«PageShareNoteVO»»
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"code" : " string" ,
"noteId" : 0 ,
"userId" : 0 ,
"expireTime" : " string" ,
"title" : " string"
}
]
}
}
Result«PageVO«PageShareNoteVO»»
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
PageVO«PageShareNoteVO»
false
none
none
{
"account" : " string" ,
"password" : " string"
}
UserLoginForm
名称
类型
必选
约束
中文名
说明
account
string¦null
true
none
none
password
string¦null
true
none
none
{
"name" : " string" ,
"account" : " string" ,
"password" : " string" ,
"email" : " string" ,
"verificationCode" : " string"
}
UserRegisterForm
名称
类型
必选
约束
中文名
说明
name
string¦null
true
none
none
account
string¦null
true
none
none
password
string¦null
true
none
none
email
string¦null
true
none
none
verificationCode
string¦null
true
none
none
{
"email" : " string" ,
"verificationCode" : " string"
}
UserUpdateEmailForm
名称
类型
必选
约束
中文名
说明
email
string¦null
true
none
none
verificationCode
string¦null
true
none
none
{
"name" : " string" ,
"homePageNoteId" : 1
}
UserUpdateForm
名称
类型
必选
约束
中文名
说明
name
string¦null
false
none
none
homePageNoteId
integer¦null
false
none
none
UserUpdatePasswordForm
名称
类型
必选
约束
中文名
说明
password
string¦null
false
none
none
{
"status" : 0 ,
"message" : " string" ,
"data" : " string"
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
string¦null
false
none
none
{
"status" : null ,
"message" : null ,
"data" : null
}
名称
类型
必选
约束
中文名
说明
status
null¦null
false
none
none
message
null¦null
false
none
none
data
null¦null
false
none
none
{
"status" : 0 ,
"message" : " string" ,
"data" : 0
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
integer¦null
false
none
none
{
"id" : 0 ,
"title" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"isPublic" : " NO" ,
"updateTime" : " string" ,
"typeId" : 0
}
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
title
string¦null
false
none
none
userId
integer¦null
false
none
none
releaseTime
string¦null
false
none
none
isPublic
string¦null
false
none
none
updateTime
string¦null
false
none
none
typeId
integer¦null
false
none
none
属性
值
isPublic
NO
isPublic
YES
{
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"isPublic" : " NO" ,
"updateTime" : " string" ,
"typeId" : 0
}
]
}
名称
类型
必选
约束
中文名
说明
current
integer¦null
false
none
none
page
integer¦null
false
none
none
size
integer¦null
false
none
none
total
integer¦null
false
none
none
records
[ShareNoteVO ]¦null
false
none
none
Result«PageVO«ShareNoteVO»»
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"isPublic" : " NO" ,
"updateTime" : " string" ,
"typeId" : 0
}
]
}
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
PageVO«ShareNoteVO»
false
none
none
{
"id" : 1 ,
"title" : " string" ,
"content" : " string" ,
"isPublic" : " NO" ,
"typeId" : 0
}
名称
类型
必选
约束
中文名
说明
id
integer¦null
true
none
none
title
string¦null
false
none
none
content
string¦null
false
none
none
isPublic
string¦null
false
none
none
typeId
integer¦null
false
none
none
属性
值
isPublic
NO
isPublic
YES
{
"status" : 0 ,
"message" : " string" ,
"data" : null
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
null¦null
false
none
none
{
"id" : 0 ,
"title" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"isPublic" : " NO" ,
"updateTime" : " string" ,
"typeId" : 0
}
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
title
string¦null
false
none
none
userId
integer¦null
false
none
none
releaseTime
string¦null
false
none
none
isPublic
string¦null
false
none
none
updateTime
string¦null
false
none
none
typeId
integer¦null
false
none
none
属性
值
isPublic
NO
isPublic
YES
{
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"isPublic" : " NO" ,
"updateTime" : " string" ,
"typeId" : 0
}
]
}
名称
类型
必选
约束
中文名
说明
current
integer¦null
false
none
none
page
integer¦null
false
none
none
size
integer¦null
false
none
none
total
integer¦null
false
none
none
records
[SearchNoteVO ]¦null
false
none
none
Result«PageVO«SearchNoteVO»»
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"isPublic" : " NO" ,
"updateTime" : " string" ,
"typeId" : 0
}
]
}
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
PageVO«SearchNoteVO»
false
none
none
{
"noteIds" : [
0
],
"typeId" : 1
}
名称
类型
必选
约束
中文名
说明
noteIds
[integer]¦null
true
none
none
typeId
integer¦null
true
none
none
{
"status" : 0 ,
"message" : " string" ,
"data" : [
" string"
]
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
[string]¦null
false
none
none
ShareNoteRecordCreateForm
{
"noteId" : 1 ,
"expireTime" : " new Timestamp(System.currentTimeMillis() + 1000 * 3600 * 24 * 7)"
}
名称
类型
必选
约束
中文名
说明
noteId
integer¦null
true
none
none
expireTime
string¦null
false
none
默认为7天后过期
{
"id" : 0 ,
"code" : " string" ,
"noteId" : 0 ,
"userId" : 0 ,
"expireTime" : " string" ,
"title" : " string"
}
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
code
string¦null
false
none
none
noteId
integer¦null
false
none
none
userId
integer¦null
false
none
none
expireTime
string¦null
false
none
none
title
string¦null
false
none
none
PageVO«ShareNoteRecordVO»
{
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"code" : " string" ,
"noteId" : 0 ,
"userId" : 0 ,
"expireTime" : " string" ,
"title" : " string"
}
]
}
名称
类型
必选
约束
中文名
说明
current
integer¦null
false
none
none
page
integer¦null
false
none
none
size
integer¦null
false
none
none
total
integer¦null
false
none
none
records
[ShareNoteRecordVO ]¦null
false
none
none
Result«PageVO«ShareNoteRecordVO»»
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"code" : " string" ,
"noteId" : 0 ,
"userId" : 0 ,
"expireTime" : " string" ,
"title" : " string"
}
]
}
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
PageVO«ShareNoteRecordVO»
false
none
none
ShareNoteRecordUpdateForm
{
"id" : 0 ,
"expireTime" : " new Timestamp(System.currentTimeMillis() + 1000 * 3600 * 24 * 7)"
}
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
expireTime
string¦null
false
none
none
{
"id" : 0 ,
"userId" : 0 ,
"imageId" : 0 ,
"alias" : " string" ,
"lastDownloadTime" : " string"
}
名称
类型
必选
约束
中文名
说明
id
integer¦null
false
none
none
userId
integer¦null
false
none
none
imageId
integer¦null
false
none
none
alias
string¦null
false
none
none
lastDownloadTime
string¦null
false
none
none
PageVO«SearchUserImageVO»
{
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"userId" : 0 ,
"imageId" : 0 ,
"alias" : " string" ,
"lastDownloadTime" : " string"
}
]
}
名称
类型
必选
约束
中文名
说明
current
integer¦null
false
none
none
page
integer¦null
false
none
none
size
integer¦null
false
none
none
total
integer¦null
false
none
none
records
[SearchUserImageVO ]¦null
false
none
none
Result«PageVO«SearchUserImageVO»»
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"userId" : 0 ,
"imageId" : 0 ,
"alias" : " string" ,
"lastDownloadTime" : " string"
}
]
}
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
PageVO«SearchUserImageVO»
false
none
none
{
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " string" ,
"content" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"updateTime" : " string" ,
"isPublic" : " NO" ,
"typeId" : 0
}
]
}
名称
类型
必选
约束
中文名
说明
current
integer¦null
false
none
none
page
integer¦null
false
none
none
size
integer¦null
false
none
none
total
integer¦null
false
none
none
records
[Note ]¦null
false
none
none
{
"status" : 0 ,
"message" : " string" ,
"data" : {
"current" : 0 ,
"page" : 0 ,
"size" : 0 ,
"total" : 0 ,
"records" : [
{
"id" : 0 ,
"title" : " string" ,
"content" : " string" ,
"userId" : 0 ,
"releaseTime" : " string" ,
"updateTime" : " string" ,
"isPublic" : " NO" ,
"typeId" : 0
}
]
}
}
名称
类型
必选
约束
中文名
说明
status
integer¦null
false
none
none
message
string¦null
false
none
none
data
PageVO«Note»
false
none
none
名称
类型
必选
约束
中文名
说明
name
string¦null
true
none
none
{
"id" : 1 ,
"name" : " string"
}
名称
类型
必选
约束
中文名
说明
id
integer¦null
true
none
none
name
string¦null
true
none
none