IOS-INFO-025 P1 | 学习历史 records 接入 【审计: 不存在】 #90

Closed
opened 2026-06-07 11:55:32 +08:00 by wangdl · 1 comment
Owner

审查

无此功能。

GET /learning/records?cursor=&limit=20&type=reading。展示列表/时长/标题/时间/分页。空状态正常。点击进入资料。

## 审查 无此功能。 GET /learning/records?cursor=&limit=20&type=reading。展示列表/时长/标题/时间/分页。空状态正常。点击进入资料。
wangdl added this to the M-IOS-INFO:学习信息采集、上传、继续学习与基础分析闭环 milestone 2026-06-07 11:55:32 +08:00
wangdl changed title from IOS-INFO-023 P1 | 学习历史 records 接入 to IOS-INFO-025 P1 | 学习历史 records 接入 【审计: 不存在】 2026-06-07 12:20:10 +08:00
Author
Owner

完成报告

ActivityViewModel — 接入 GET /learning/records:

async let recs = try? ReadingAPIService.shared.getLearningRecords(limit: 10, type: "reading")
recentRecords = recordsResult?.items ?? []
## 完成报告 `ActivityViewModel` — 接入 `GET /learning/records`: ```swift async let recs = try? ReadingAPIService.shared.getLearningRecords(limit: 10, type: "reading") recentRecords = recordsResult?.items ?? [] ```
Sign in to join this conversation.
No description provided.