完善商福通支付接口,修复证书加载问题;数据库扩展支付平台字段并更新支付信息保存逻辑;日志中间件异步记录日志
This commit is contained in:
@@ -17,6 +17,13 @@ const (
|
||||
MethodSftWeChat // 商福通渠道指定微信
|
||||
)
|
||||
|
||||
type Platform int32
|
||||
|
||||
const (
|
||||
PlatformDesktop Platform = iota + 1 // 桌面网站
|
||||
PlatformMobile // 手机网站
|
||||
)
|
||||
|
||||
type Acquirer int32
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user