feat: 弃用腾讯tts,该用火山引擎tts

This commit is contained in:
Blizzard
2026-03-20 17:06:19 +08:00
parent e4b7ee04cc
commit f4bfe2d609
13 changed files with 294 additions and 173 deletions
+7
View File
@@ -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"`
}