新增支付平台通联宝测试
This commit is contained in:
@@ -10,6 +10,7 @@ const (
|
||||
|
||||
const (
|
||||
PayTypeWX = 1 // 微信支付
|
||||
PayTypeTL = 2 // 通联宝支付
|
||||
|
||||
PayStatusNo = 0
|
||||
PayStatusYes = 1
|
||||
@@ -317,7 +318,7 @@ type OrderPay struct {
|
||||
|
||||
PrepayID string `orm:"column(prepay_id);index;size(48)" json:"prepayID"` // 下单后,支付前,支付方生成的事务ID
|
||||
TransactionID string `orm:"column(transaction_id);index;size(48)" json:"transactionID"` // 支付成功后,支付方生成的事务ID
|
||||
CodeURL string `orm:"column(code_url);size(256)" json:"codeURL"`
|
||||
CodeURL string `orm:"column(code_url);size(3200)" json:"codeURL"`
|
||||
OriginalData string `orm:"type(text)" json:"-"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user