feat/asset_material_relations #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/asset_material_relations"
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?
WIP:合并代码,上线版本1.0.1
删除验证码 -> 创建 verify:register:{mobile} 记录 -> 注册时比对 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>与项目 24+ 个 *Api 函数保持一致——其他 API(如 loginApi、 getRandomUsersApi、getEarningsSummaryApi)都返回完整 { code, data } 信封,由调用方在 boundary 处解包。dashboardApi 之前在 API 边界做 .data 解包是计划文本中的偏差,现在修正。 useDashboardData composable(Task 3)需要在内部用 `(res) => res?.data || res` 处理——这是 composable 边界该做的事。