mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 05:58:29 -05:00
13 lines
219 B
Go
13 lines
219 B
Go
|
|
package sports
|
||
|
|
|
||
|
|
// ParamQq qq param
|
||
|
|
type ParamQq struct {
|
||
|
|
Tp int64 `form:"tp"`
|
||
|
|
Route string `form:"route"`
|
||
|
|
}
|
||
|
|
|
||
|
|
// ParamNews qq news param.
|
||
|
|
type ParamNews struct {
|
||
|
|
Route string `form:"route" validate:"required"`
|
||
|
|
}
|