更新文档

This commit is contained in:
2025-10-29 17:56:37 +08:00
parent 91385880f2
commit a97c970166
3 changed files with 1362 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
## TODO
### 长期
日志记录,使用任务来实现
更新支付状态后,缓存结果以便查询
支付后事件,需要检测是否已完成操作
### 长期
模型字段修改,特定枚举字段使用自定义类型代替通用 int32

File diff suppressed because it is too large Load Diff

View File

@@ -908,7 +908,7 @@ comment on column trade.subject is '订单主题';
comment on column trade.remark is '订单备注';
comment on column trade.amount is '订单总金额';
comment on column trade.payment is '实际支付金额';
comment on column trade.method is '支付方式1-支付宝2-微信3-商福通渠道支付宝,4-商福通渠道微信';
comment on column trade.method is '支付方式1-支付宝2-微信3-商福通4-商福通渠道支付宝,5-商福通渠道微信';
comment on column trade.platform is '支付平台1-电脑网站2-手机网站';
comment on column trade.acquirer is '收单机构1-支付宝2-微信3-银联';
comment on column trade.status is '订单状态0-待支付1-已支付2-已取消';