mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
test(wxads): 适配新的模型测试
This commit is contained in:
@@ -343,7 +343,7 @@ namespace SKIT.FlurlHttpClient.Wechat
|
||||
|
||||
string[] array = File.ReadAllText(extCodeFilePath)
|
||||
.Split("<summary>", StringSplitOptions.RemoveEmptyEntries)
|
||||
.Where(e => e.Contains("Async"))
|
||||
.Where(e => e.Contains("Async") && !e.Contains("public static class"))
|
||||
.ToArray();
|
||||
for (int i = 0; i < array.Length; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user