Commit a3ae4ca1 authored by chenweijian's avatar chenweijian

邀请派对

parent 8ddab344
......@@ -37,10 +37,10 @@ func InviteApply(c *gin.Context) (*mycontext.MyContext, error) {
VideoUrl string `form:"videoUrl" binding:"required"`
}
myUserId, err := req.GetUserId(c)
if err != nil {
return myCtx, err
}
//myUserId, err := req.GetUserId(c)
//if err != nil {
// return myCtx, err
//}
var param paramStr
if err := c.ShouldBind(&param); err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment