7 lines
98 B
Go
7 lines
98 B
Go
package req
|
|
|
|
type GameSkinPageReq struct {
|
|
PageWithKeyBody
|
|
GameName string `json:"game_name"`
|
|
}
|