Commit e01b33c8 authored by chenweijian's avatar chenweijian

派对邀请

parent 9e102f8e
......@@ -132,7 +132,7 @@ func InviteApplyList(c *gin.Context) (*mycontext.MyContext, error) {
PageSize int `form:"pageSize" binding:"required"`
BeginTime time.Time `form:"beginTime" binding:"required" time_format:"2006-01-02"`
EndTime time.Time `form:"endTime" binding:"required" time_format:"2006-01-02"`
Type int `form:"type" binding:"required"`
Type int `form:"type"`
}
var param paramStr
......
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