添加微信支付下单
This commit is contained in:
@@ -17,5 +17,5 @@ type Game struct {
|
||||
}
|
||||
|
||||
func (Game) TableName() string {
|
||||
return "user"
|
||||
return "pay"
|
||||
}
|
||||
|
||||
@@ -32,5 +32,5 @@ type User struct {
|
||||
}
|
||||
|
||||
func (User) TableName() string {
|
||||
return "user"
|
||||
return "pay"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user