Exemplo n.º 1
0
 public async Task GetSongs()
 {
     Assert.IsFalse((await BaiduSearchService.GetService(BaiduClient.Guest).GetSongsAsync("123木头人", 1, 50)).HasError);
 }
Exemplo n.º 2
0
 public async Task GetSongSuggestion()
 {
     Assert.IsFalse((await BaiduSearchService.GetService(BaiduClient.Guest).GetSongSuggestionAsync("123木头人")).HasError);
 }
Exemplo n.º 3
0
 public async Task GetCatalog()
 {
     Assert.IsFalse((await BaiduSearchService.GetService(BaiduClient.Guest).GetCatalogAsync("123木头人")).HasError);
 }