M-CHAT-A1 P0 | listSessions 响应格式不匹配,iOS 解码 crash #55
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?
发现
审查 Batch 1 发现致命问题。
原因
后端 #100 将 listSessions 改为返回
{ data, meta }:但 ResponseInterceptor 会再包一层:
iOS APIClient 解码流程:
.data是{ data: [...], meta: {...} }(对象)影响
修复方案
.data获取数组涉及文件
修复
涉及: APIService.swift