IYouDaoApiService.cs 165 B

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