x
Build docker and publish / build (20.15.1) (push) Has been cancelled

This commit is contained in:
2026-02-09 19:01:20 -08:00
parent 28ada42ae5
commit f518b8b1eb
9 changed files with 139 additions and 243 deletions
+2
View File
@@ -912,6 +912,7 @@ type GetAgentRealtimeResponse struct {
Total int64 `json:"total"` // 访问总人数
Clicks int64 `json:"clicks"` // 点击量
Views int64 `json:"views"` // 浏览量
Installs int64 `json:"installs"` // 安装量(被邀请注册用户数)
PaidCount int64 `json:"paid_count"` // 付费数量
GrowthRate string `json:"growth_rate"` // 访问量环比增长率
PaidGrowthRate string `json:"paid_growth_rate"` // 付费用户环比增长率
@@ -2788,6 +2789,7 @@ type UserSubscribe struct {
Upload int64 `json:"upload"`
Token string `json:"token"`
Status uint8 `json:"status"`
IsGift bool `json:"is_gift"` // 是否为赠送订单(amount=0
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
}