修正了题库详情飞花令数据的返回问题1
This commit is contained in:
parent
ba8830573c
commit
3667cd412f
@ -21,7 +21,7 @@ type QuestionQaDto struct {
|
|||||||
OpenNumber int `json:"open_number"` // 打开的次数
|
OpenNumber int `json:"open_number"` // 打开的次数
|
||||||
Image string `json:"image"` // 背景图
|
Image string `json:"image"` // 背景图
|
||||||
ItemContent []ItemContentDto `json:"item_content"` // 明细选题规则(json)
|
ItemContent []ItemContentDto `json:"item_content"` // 明细选题规则(json)
|
||||||
QuestionQaToken []*QuestionQaTokenDto `json:"question_qa_token"` // 飞花令明细 展示类型为飞花令时存在
|
QuestionQaToken []*QuestionQaTokenDto `json:"base_token_item"` // 飞花令明细 展示类型为飞花令时存在
|
||||||
CreatedAt model.LocalTime `json:"created_at"` // 创建时间
|
CreatedAt model.LocalTime `json:"created_at"` // 创建时间
|
||||||
UpdatedAt model.LocalTime `json:"updated_at"` // 更新时间
|
UpdatedAt model.LocalTime `json:"updated_at"` // 更新时间
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user