@@ -0,0 +1,7 @@
|
||||
package walletmod
|
||||
|
||||
type WalletResp struct {
|
||||
Wallet
|
||||
// 当日剩余ai免费次数
|
||||
TodayAiFreeTimes int64 `json:"todayAiFreeTimes" bson:"-"`
|
||||
}
|
||||
Reference in New Issue
Block a user