feat(work): bump version v1.3.3

This commit is contained in:
Fu Diwei 2021-09-08 16:11:55 +08:00
parent 8f02c67535
commit 739654cee8
3 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
/// <summary>
/// <para>异步调用 [POST] /cgi-bin/externalcontact/batch/get_by_user 接口。</para>
/// <para>REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92115 </para>
/// <para>REF: https://open.work.weixin.qq.com/api/doc/90000/90135/92994 </para>
/// <para>REF: https://open.work.weixin.qq.com/api/doc/90001/90143/93010 </para>
/// </summary>
/// <param name="client"></param>

View File

@ -9,11 +9,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
public class CgibinExternalContactBatchGetByUserRequest : WechatWorkRequest
{
/// <summary>
/// 获取或设置成员账号
/// 获取或设置成员账号列表
/// </summary>
[Newtonsoft.Json.JsonProperty("userid_list")]
[System.Text.Json.Serialization.JsonPropertyName("userid_list")]
public IList<string>? UserIdList { get; set; }
public IList<string> UserIdList { get; set; } = new List<string>();
/// <summary>
/// 获取或设置翻页标记。

View File

@ -12,7 +12,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
<PackageTags>Flurl.Http Wechat Weixin MicroMessage WechatWork WeixinWork Wxwork 微信 企业微信 企业号 微信企业号</PackageTags>
<Version>1.3.2</Version>
<Version>1.3.3</Version>
<Description>基于 Flurl.Http 的企业微信 API 客户端支持企业内部开发、第三方应用开发、智慧硬件开发模式支持基础服务、通讯录管理、客户联系、身份验证、应用管理、素材管理、设备管理、消息推送、OA、效率工具、企业互联、电子发票、家校沟通、家校应用、政民沟通等功能。</Description>
<Authors>Fu Diwei</Authors>
<RepositoryType>git</RepositoryType>