Commit 5eac84d0 authored by chenweijian's avatar chenweijian

派对申请

parent 5142b639
......@@ -39,10 +39,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