Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 646 Bytes

INTERFACE.md

File metadata and controls

35 lines (24 loc) · 646 Bytes

#数据结构(待完善)

None 表示参数/返回值列表为空
String 为字符串型参数/返回值
Number 为数字型的参数/返回值

##user ####getAllUser

返回所有用户信息(待调整

{
    param: none,
    return: Array
}

####getOneUser

获取一个用户信息

{
	param: options.condition {Object} * 可以在User Schema中招找到所有筛选条件(其他接口类似) *
	return: userinfo {Object} * user's all info *
}

####addUser ##post

####updateUser

####getPostsCount

####getSomePosts

####getOnePost

####createNewPost