This commit is contained in:
wucongxing8150 2024-10-29 16:50:07 +08:00
parent 70159f722a
commit bafd5397be

View File

@ -77,7 +77,7 @@ func (b *Question) GetQuestionHot(c *gin.Context) {
// GetQuestion 获取问题详情
func (r *Question) GetQuestion(c *gin.Context) {
userId := c.Param("user_id")
userId := c.Query("user_id")
id := c.Param("question_id")
if id == "" {