This commit is contained in:
Leufolium 2024-10-22 15:53:16 +08:00
parent c460f0974f
commit 493ab2ac56
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ type ApiCountReq struct {
type ApiCountData struct {
VisitCount int64 `json:"visit_count" bson:"visit_count"`
PaidCount int64 `json:"paid_count" bson:"paid_count"`
TotalCount int64 `json:"total_count" bson:"total_count"`
}
type ApiCountResp struct {