文档
测试

todo list

GET
/todo/all

url 请求参数

参数名
类型
描述
必填
token
string
必填

响应参数

参数名
类型
描述
必填
code
string
返回码
必填
msg
string
返回信息
必填
todos
list
必填
id
int
id
必填
task
string
内容
必填
status
int
状态:0 表示未完成;1 表示已完成;
必填

说明 / 示例

``` GET /todo/all?token=123456 ```