更新文档
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
## TODO
|
||||
|
||||
### 长期
|
||||
日志记录,使用任务来实现
|
||||
|
||||
更新支付状态后,缓存结果以便查询
|
||||
支付后事件,需要检测是否已完成操作
|
||||
|
||||
### 长期
|
||||
|
||||
模型字段修改,特定枚举字段使用自定义类型代替通用 int32
|
||||
|
||||
|
||||
1357
docs/服务网络建立流程图v2.excalidraw
Normal file
1357
docs/服务网络建立流程图v2.excalidraw
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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-已取消';
|
||||
|
||||
Reference in New Issue
Block a user