package invite_r import ( "git.hilo.cn/hilo-common/mycontext" "github.com/gin-gonic/gin" ) // @Tags 新人排队申请 // @Summary 提交申请 // @Param externalId formData string true "对方的externalId" // @Param type formData int true "类型1.撤销2.接受" // @Success 200 // @Router /v2/cp/relation/cancel/reply [post] func InvitePartyReply(c *gin.Context) (*mycontext.MyContext, error) { }