Skip to content

Commit

Permalink
WxOpen v3.15.13 添加“文本内容安全识别”接口 PR #2786 感谢 @mojinxun
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Feb 19, 2023
1 parent 35b12ff commit 164b09a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ and limitations under the License.
修改标识:Senparc - 20220805
修改描述:v3.15.6 添加“异步校验图片/音频是否含有违法违规内容”接口
修改标识:Senparc - 20230219
修改描述:v3.15.13 添加“文本内容安全识别”接口
----------------------------------------------------------------*/

using Senparc.CO2NET.Extensions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Senparc.Weixin.Entities;

using Senparc.Weixin.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>3.15.12.2</Version>
<Version>3.15.13</Version>
<LangVersion>9.0</LangVersion>
<AssemblyName>Senparc.Weixin.WxOpen</AssemblyName>
<RootNamespace>Senparc.Weixin.WxOpen</RootNamespace>
Expand Down Expand Up @@ -171,7 +171,8 @@
2、修复 RequestMsgType.Event 返回值没有正确赋值的问题
v3.15.10 EncryptHelper.DecodeEncryptedData() 方法添加 keySize 参数
v3.15.12 添加小程序类目审核结果事件推送
</PackageReleaseNotes>
v3.15.13 添加“文本内容安全识别”接口 PR #2786
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 164b09a

Please sign in to comment.