@Tags 用户 @Summary 管理员添加用户 @Accept json @Produce json @Param "" body model.UserRegisterReq true "管理员添加用户" @Success 200 {object} model.Result "" @Failure 400 {object} model.Result "" @Router /user/register [POST]
(c *gin.Context)
source not stored for this graph (policy: none)
no test coverage detected