mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 17:53:42 +08:00
feat: 集成微信收款服务
This commit is contained in:
11
api/store/model/reward.go
Normal file
11
api/store/model/reward.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
// 用户打赏
|
||||
|
||||
type Reward struct {
|
||||
BaseModel
|
||||
TxId string // 交易ID
|
||||
Amount float64 // 打赏金额
|
||||
Remark string // 打赏备注
|
||||
Status bool // 核销状态
|
||||
}
|
||||
Reference in New Issue
Block a user