1
This commit is contained in:
@@ -34,6 +34,7 @@ type GetQuestionPageOrder struct {
|
||||
Price string `json:"price" form:"price" label:"排序"` // 价格(原价)
|
||||
DiscountPrice string `json:"discount_price" form:"discount_price" label:"排序"` // 优惠价格
|
||||
UpdatedAt string `json:"updated_at" form:"updated_at" label:"排序"`
|
||||
CreatedAt string `json:"created_at" form:"created_at" label:"排序"`
|
||||
}
|
||||
|
||||
// GetQuestionList 获取问题列表
|
||||
|
||||
Reference in New Issue
Block a user