x
This commit is contained in:
+10
-8
@@ -909,10 +909,12 @@ type GetGlobalConfigResponse struct {
|
||||
type GetAgentRealtimeRequest struct{}
|
||||
|
||||
type GetAgentRealtimeResponse struct {
|
||||
Total int64 `json:"total"` // 访问总人数
|
||||
Clicks int64 `json:"clicks"` // 点击量
|
||||
Views int64 `json:"views"` // 浏览量
|
||||
PaidCount int64 `json:"paid_count"` // 付费数量
|
||||
Total int64 `json:"total"` // 访问总人数
|
||||
Clicks int64 `json:"clicks"` // 点击量
|
||||
Views int64 `json:"views"` // 浏览量
|
||||
PaidCount int64 `json:"paid_count"` // 付费数量
|
||||
GrowthRate string `json:"growth_rate"` // 访问量环比增长率
|
||||
PaidGrowthRate string `json:"paid_growth_rate"` // 付费用户环比增长率
|
||||
}
|
||||
|
||||
type GetAgentDownloadsRequest struct{}
|
||||
@@ -945,10 +947,10 @@ type GetInviteSalesResponse struct {
|
||||
}
|
||||
|
||||
type InvitedUserSale struct {
|
||||
Amount int64 `json:"amount"`
|
||||
CreatedAt int64 `json:"created_at"`
|
||||
UserEmail string `json:"user_email"`
|
||||
UserId int64 `json:"user_id"`
|
||||
Amount float64 `json:"amount"`
|
||||
CreatedAt int64 `json:"created_at"`
|
||||
UserEmail string `json:"user_email"`
|
||||
UserId int64 `json:"user_id"`
|
||||
}
|
||||
|
||||
type GetLoginLogRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user