
ymlandClaude Opus 4.8
01909ee7e5
Wallet与Withdrawal模块:完成分字段重构
核心改造:
1. Wallet模块DTO层全部改为*Cent int64字段
2. Wallet.Entry结构从Amount float64改为AmountCent int64
3. Repository层applyEntry函数使用整数加减,无需浮点运算
4. Withdrawal模块DTO/Request全部改为*Cent字段
5. 所有wallet.AppendEntries调用点改为AmountCent
6. 提现手续费计算改为分单位
技术细节:
- 删除了roundWalletMoney函数(不再需要)
- toAccountDTO/toLedgerDTO使用*Cent字段
- 最小提现金额:10元=1000分
- 最大提现金额:5000元=500000分
- 编译验证通过 ✅
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 13:44:20 +08:00
..
2026-06-02 21:40:23 +08:00
2026-06-06 17:49:22 +08:00
2026-06-06 01:10:07 +08:00
2026-05-22 15:05:28 +08:00
2026-06-08 23:56:25 +08:00
2026-05-27 08:40:03 +08:00
2026-06-02 21:40:23 +08:00
2026-06-02 21:40:23 +08:00
2026-06-09 13:31:29 +08:00
2026-06-09 13:44:20 +08:00
2026-06-09 00:13:03 +08:00
2026-06-07 20:42:57 +08:00
2026-06-03 12:21:23 +08:00