feat: 弃用腾讯tts,该用火山引擎tts
This commit is contained in:
@@ -68,3 +68,10 @@ type CategoryContribution struct {
|
||||
type PreferenceAnalysisResponse struct {
|
||||
List []CategoryContribution `json:"list"`
|
||||
}
|
||||
|
||||
// VipStatsResponse VIP统计数据响应
|
||||
type VipStatsResponse struct {
|
||||
ActiveVipUsers int64 `json:"activeVipUsers"`
|
||||
VipRevenue int64 `json:"vipRevenue"`
|
||||
NewVipOrders int64 `json:"newVipOrders"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user