8 lines
144 B
Go
8 lines
144 B
Go
package walletmod
|
|
|
|
type WalletResp struct {
|
|
Wallet
|
|
// 当日剩余ai免费次数
|
|
TodayAiFreeTimes int64 `json:"todayAiFreeTimes" bson:"-"`
|
|
}
|