摘要: 自己写一个类继承BackgroundService 1 2 3 4 5 6 7 8 9 10 11 internal class RefreshService : BackgroundService { protected override async Task ExecuteAsync(Cance 阅读全文
posted @ 2022-04-02 17:39 贾平凡 阅读(170) 评论(0) 推荐(0)