Files
Inbound20260114/app
lvmeng e63078dfd0 fix(inbound): 修复API响应码类型不匹配问题
- 将InboundApiResponse中的code字段从Int类型改为String?类型
- 更新isSuccess方法判断逻辑,由code == 200改为code == "00000"
- 修改错误处理中返回的响应码格式,统一使用字符串"-1"
2026-05-27 09:23:07 +08:00
..
2026-01-14 10:36:27 +08:00
2026-01-14 10:36:27 +08:00
2026-01-14 10:36:27 +08:00
2026-01-14 10:36:27 +08:00
2026-01-15 10:28:26 +08:00