Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-01-28 11:13:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
44b5822a9abbb32d5cb57f7a80c3f4f0640397d8
44b5822a
1 parent
9e25de94
docs(plan): 更新API接口名称以反映实际实现
将计划文档中的置顶功能API接口路径更新为实际使用的接口名称,确保文档与代码实现一致。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
docs/plan/26.1.26新功能开发计划.md
docs/plan/26.1.26新功能开发计划.md
View file @
44b5822
...
...
@@ -52,8 +52,8 @@
-
卡片顶部显示"置顶"标签(使用
`van-tag`
组件)
#### API 接口
-
`POST
/api/teacher/pin-checkin
`
- 教师置顶打卡 (参数:
`checkin_id`
)
-
`POST
/api/teacher/unpin-checkin
`
- 教师取消置顶打卡 (参数:
`checkin_id`
)
-
`POST
teacherPinCheckinAPI
`
- 教师置顶打卡 (参数:
`checkin_id`
)
-
`POST
teacherUnpinCheckinAPI
`
- 教师取消置顶打卡 (参数:
`checkin_id`
)
#### 数据字段扩展
```
javascript
...
...
@@ -611,8 +611,8 @@ Array.from(text).length // 正确计算字符数
## API 接口汇总
### 置顶功能
-
`POST
/api/teacher/pin-checkin
`
- 教师置顶打卡 (参数:
`checkin_id`
)
-
`POST
/api/teacher/unpin-checkin
`
- 教师取消置顶打卡 (参数:
`checkin_id`
)
-
`POST
teacherPinCheckinAPI
`
- 教师置顶打卡 (参数:
`checkin_id`
)
-
`POST
teacherUnpinCheckinAPI
`
- 教师取消置顶打卡 (参数:
`checkin_id`
)
### 评论功能
-
`GET /api/checkin/comments`
- 获取评论列表 (参数:
`checkin_id`
,
`page`
,
`page_size`
)
...
...
Please
register
or
login
to post a comment