添加微信支付下单

This commit is contained in:
tangping
2025-01-08 17:48:14 +08:00
parent 187c573942
commit c4c8bea3c1
25 changed files with 863 additions and 14 deletions

View File

@@ -17,5 +17,5 @@ type Game struct {
}
func (Game) TableName() string {
return "user"
return "pay"
}

View File

@@ -32,5 +32,5 @@ type User struct {
}
func (User) TableName() string {
return "user"
return "pay"
}