mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-15 22:16:38 +08:00
验证码
This commit is contained in:
@@ -176,7 +176,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
||||
[HttpGet]
|
||||
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