IOS-M1-05 我的页面资产摘要 + 存储空间 #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
ProfileView 增加学习资产卡片和存储空间入口。
剩余工作
1. 学习资产卡片
调用
GET /users/me/assets-summary显示:2. 存储空间入口
调用
GET /users/me/storage显示:涉及文件
ProfileView.swift— 新增 UIAPIService.swift— UserService.fetchAssets() / fetchStorage() 已实现