|
|
@@ -117,7 +117,7 @@ func LoginPhone(c *gin.Context) { |
|
|
|
// @Description 手机号注册 |
|
|
|
// @Accept json |
|
|
|
// @Produce json |
|
|
|
// @Param req body md.LoginReq true "用户名、验证码" |
|
|
|
// @Param req body md.RegisterReq true "用户名、验证码" |
|
|
|
// @Success 200 {object} md.LoginResponse "token" |
|
|
|
// @Failure 400 {object} md.Response "具体错误" |
|
|
|
// @Router /api/register [post] |
|
|
|