mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(openai): bump version to v2.0.0-rc.7
This commit is contained in:
@@ -175,10 +175,10 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Utilities
|
||||
else if (entryValueType.IsClass)
|
||||
{
|
||||
InnerReplacePropertyStringValue(ref entryValue, replacement);
|
||||
if (!dict.IsReadOnly)
|
||||
{
|
||||
dict[entry.Key] = entryValue;
|
||||
}
|
||||
//if (!dict.IsReadOnly)
|
||||
//{
|
||||
// dict[entry.Key] = entryValue;
|
||||
//}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user