userId1
This commit is contained in:
parent
70159f722a
commit
bafd5397be
@ -77,7 +77,7 @@ func (b *Question) GetQuestionHot(c *gin.Context) {
|
|||||||
|
|
||||||
// GetQuestion 获取问题详情
|
// GetQuestion 获取问题详情
|
||||||
func (r *Question) GetQuestion(c *gin.Context) {
|
func (r *Question) GetQuestion(c *gin.Context) {
|
||||||
userId := c.Param("user_id")
|
userId := c.Query("user_id")
|
||||||
|
|
||||||
id := c.Param("question_id")
|
id := c.Param("question_id")
|
||||||
if id == "" {
|
if id == "" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user