コード例 #1
0
ファイル: BcyNet.cs プロジェクト: sitelib/SiteLib.Bcy.Net
 public static async Task <Item[]> GetFeeds_HotVideo(string direction = "loadmore")
 => GetFeedsJson.FromJson(await BcyJson.GetFeeds_HotVideo(direction)).Data.ItemInfo;