This commit is contained in:
parent
c460f0974f
commit
493ab2ac56
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue