Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataAppKeyReq ¶
type DataAppKeyReq struct {
g.Meta `path:"/data/app/key" method:"post" auth:"true" role:"admin" tags:"statistics" summary:"应用密钥数据接口"`
model.StatisticsDataReq
}
应用密钥数据接口请求参数
type DataAppKeyRes ¶
type DataAppKeyRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsDataRes
}
应用密钥数据接口响应参数
type DataAppReq ¶
type DataAppReq struct {
g.Meta `path:"/data/app" method:"post" auth:"true" role:"admin" tags:"statistics" summary:"应用数据接口"`
model.StatisticsDataReq
}
应用数据接口请求参数
type DataAppRes ¶
type DataAppRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsDataRes
}
应用数据接口响应参数
type DataUserReq ¶
type DataUserReq struct {
g.Meta `path:"/data/user" method:"post" auth:"true" role:"admin" tags:"statistics" summary:"用户数据接口"`
model.StatisticsDataReq
}
用户数据接口请求参数
type DataUserRes ¶
type DataUserRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.StatisticsDataRes
}
用户数据接口响应参数
Click to show internal directories.
Click to hide internal directories.