Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4b13de26bd | ||
|
e6d4532874 | ||
|
e30ecac33b | ||
|
699a113863 |
@ -11,7 +11,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var HOST = requests.Host{
|
var HOST = requests.Host{
|
||||||
Default: "cs",
|
Default: "cs.api.gaore.com",
|
||||||
}
|
}
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
|
@ -49,13 +49,14 @@ func CreateGetFaqResponse() (response *GetFaqResponse) {
|
|||||||
|
|
||||||
// FaqDetail Faq详情
|
// FaqDetail Faq详情
|
||||||
type FaqDetail struct {
|
type FaqDetail struct {
|
||||||
Id int64 `json:"id"`
|
Id int64 `json:"id"`
|
||||||
ParentId int64 `json:"parent_id"`
|
ParentId int64 `json:"parent_id"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Answer string `json:"answer"`
|
Answer string `json:"answer"`
|
||||||
Type int64 `json:"type"`
|
Type int64 `json:"type"`
|
||||||
WorkOrderTemplateId int64 `json:"work_order_template_id"`
|
WorkOrderTemplateId int64 `json:"work_order_template_id"`
|
||||||
ProcessFlow string `json:"process_flow"`
|
ProcessFlow string `json:"process_flow"`
|
||||||
|
WorkOrderTemplateCode string `json:"work_order_template_code"`
|
||||||
}
|
}
|
||||||
type GetFaqDetailRequest struct {
|
type GetFaqDetailRequest struct {
|
||||||
*requests.JsonRequest
|
*requests.JsonRequest
|
||||||
|
@ -103,6 +103,9 @@ type GameInfoData struct {
|
|||||||
FlashPassKey string `json:"flash_pass_key"`
|
FlashPassKey string `json:"flash_pass_key"`
|
||||||
GameByname string `json:"game_byname"`
|
GameByname string `json:"game_byname"`
|
||||||
GameIconImg string `json:"game_icon_img"`
|
GameIconImg string `json:"game_icon_img"`
|
||||||
|
GameImage string `json:"game_image"`
|
||||||
|
GameHomeImage string `json:"game_home_image"`
|
||||||
|
GameHomeShortImage string `json:"game_home_short_image"`
|
||||||
GameSign string `json:"game_sign"`
|
GameSign string `json:"game_sign"`
|
||||||
GameTsUrl string `json:"game_ts_url"`
|
GameTsUrl string `json:"game_ts_url"`
|
||||||
GameVersion string `json:"game_version"`
|
GameVersion string `json:"game_version"`
|
||||||
|
Loading…
Reference in New Issue
Block a user