简要描述:
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | kevin | 2026-07-17 |
请求URL:
请求方式:
- GET
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": [
{
"id": 2,
"name": "视频拍摄",
"is_show": 1,
"created_at": "2026-07-17 17:06:15",
"updated_at": "2026-07-17 17:06:15"
},
{
"id": 1,
"name": "乐队排练",
"is_show": 1,
"created_at": "2026-07-17 17:06:04",
"updated_at": "2026-07-17 17:06:04"
}
],
"other": []
}错误时返回:
{
"status": 0,
"msg": "提交失败"
}返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | string | 打卡类型id |
| name | string | 类型名称 |
备注:
- 无
作者:admin 创建时间:2026-07-17 19:06
最后编辑:admin 更新时间:2026-07-17 19:24
最后编辑:admin 更新时间:2026-07-17 19:24