todo update
POST
/todo/update
url 请求参数
参数名
类型
描述
必填
token
string
必填
body 请求参数
参数名
类型
描述
必填
id
int
id
必填
task
string
内容
必填
status
int
状态:0 表示未完成;1 表示已完成;
必填
响应参数
参数名
类型
描述
必填
code
string
返回码
必填
msg
string
返回信息
必填