Skip to content

Commit

Permalink
Work v3.15.4 调整批量获取客户详情返回值 #2655 感谢 @ccccccmd
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Jun 20, 2022
1 parent 452e217 commit e787a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
修改标识:ShyUncle - 20210513
修改描述:v3.9.102 修复“批量获取客户详情 返回结果”参数名称
修改标识:ccccccmd - 20220620
修改描述:v3.15.4 调整批量获取客户详情返回值
----------------------------------------------------------------*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(Net35FrameworkPathOverride)</FrameworkPathOverride>
<Version>3.15.3-beta3</Version>
<Version>3.15.4-beta3</Version>
<LangVersion>10.0</LangVersion>
<AssemblyName>Senparc.Weixin.Work</AssemblyName>
<RootNamespace>Senparc.Weixin.Work</RootNamespace>
Expand Down Expand Up @@ -178,6 +178,7 @@
v3.14.11 优化OAuth相关接口
v3.15.1 修复 LoginCheckResultJson 缺少 open_userid
v3.15.2 添加“用户标签管理”接口
v3.15.4 调整批量获取客户详情返回值
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
<SignAssembly>False</SignAssembly>
Expand Down

0 comments on commit e787a8d

Please sign in to comment.