Files
platforms/docs/操作日志_用户端APP_充值协议接入_20260911.md
czl231 3ef33b531d 已完成用户APP首期功能开发
交付用户端首期页面、配套接口、后台资源及测试文档。用户APP构建、静态分析和三个管理后台构建通过;完整测试仍有2项失败,后端模型注释检查未通过,详见交付记录。
2026-09-13 00:57:32 +08:00

12 lines
934 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 充值协议接入
操作时间2026-09-11。操作类型扩展充值前置确认。
`client_repository.dart` 新增confirmRechargeAgreement向既有阅读确认接口提交内容标识、实际版本和账号版本稳定幂等号响应必须包含有效阅读记录标识及相同版本并检查会话未变化。
`recharge_page.dart` 在创建充值前调用确认接口;确认失败中止创建,不新增待确认订单状态。版本错误不能以成功处理。
新增 `test/data/recharge_agreement_test.dart` 验证POST路径、版本和稳定请求号错误版本响应拒绝测试通过。页面既有3项测试通过静态检查通过。没有真实协议确认或支付请求。
尚未部署新前后端真实协议记录联调、并发版本保护及跨入口幂等情况仍需验证因此不将协议留痕认定为最终完成。图38视觉及真实渠道等验收仍未完成。