后端【升级】:更新所有后端组件到最新版本,调整initq消息队列的使用方法,调整skit微信交互组件的使用方法。

This commit is contained in:
大灰灰
2024-10-28 10:57:43 +08:00
parent 085a0b1334
commit 0d20117bf7
18 changed files with 88 additions and 91 deletions

View File

@@ -232,7 +232,7 @@ namespace CoreCms.Net.Services
var response = await client.ExecuteWxaGetWxaCodeUnlimitAsync(request);
if (response.IsSuccessful())
{
ms = new MemoryStream(response.RawBytes);
ms = new MemoryStream(response.GetRawBytes());
}
else
{
@@ -348,7 +348,7 @@ namespace CoreCms.Net.Services
}
else
{
ms = new MemoryStream(response.RawBytes);
ms = new MemoryStream(response.GetRawBytes());
}
//QrCode 根目录