验证码
This commit is contained in:
@@ -176,7 +176,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
|||||||
[HttpGet]
|
[HttpGet]
|
||||||
public async Task<Result> CaptchaImage()
|
public async Task<Result> CaptchaImage()
|
||||||
{
|
{
|
||||||
return Result.Success().SetData(new { uuid=123,img="dasdas"});
|
return Result.Success().SetData(new { uuid=123,img="123456789"});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user