feat: 数据分析

This commit is contained in:
Blizzard
2026-03-10 15:12:29 +08:00
parent bdcd96a058
commit e4b7ee04cc
17 changed files with 1315 additions and 17 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type PayNotify struct {
BankType string `json:"bank_type" gorm:"column:bank_type"`
MchId string `json:"mchId" gorm:"column:mch_id"`
OutTradeNo string `json:"out_trade_no" gorm:"column:out_trade_no"`
Payer string `json:"payer" gorm:"column:out_trade_no"`
Payer string `json:"payer" gorm:"column:payer"`
SuccessTime string `json:"success_time" gorm:"column:success_time"`
TradeState string `json:"trade_state" gorm:"column:trade_state"`
TradeStateDesc string `json:"trade_state_desc" gorm:"column:trade_state_desc"`