This commit is contained in:
wucongxing8150 2024-09-09 17:44:38 +08:00
parent 7d2ddb6598
commit 4c60fe0f3a

View File

@ -230,7 +230,7 @@ func (r *Question) GetQuestionUnlockStatus(c *gin.Context) {
}
g.BuyStatus = 1
g.BuyMode = 2
g.BuyMode = 1
g.ValidDate = time.Time(*single.ValidDate).Format("2006-01-02 15:04:05")
break