IYouDaoApiService.cs 165 B

123456789
  1. namespace OASystem.API.OAMethodLib.YouDaoAPI
  2. {
  3. /// <summary>
  4. /// 有道api 接口
  5. /// </summary>
  6. public interface IYouDaoApiService
  7. {
  8. }
  9. }