namespace ZhiYi.Core.Application.Services { public interface ICaptchaAppService { /// /// 获取验证码 /// /// Task GetCaptchaAsync(); } }