Skip to content

Commit

Permalink
更新 RequestMessager_Register_Corp.cs 注释 #2276
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Dec 10, 2020
1 parent 99840bd commit 44de718
Showing 1 changed file with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
文件名:RequestMessager_Register_Corp.cs
文件功能描述:推广二维码注册企业微信完成通知
创建标识:Billzjh - 20201210
----------------------------------------------------------------*/

using Senparc.NeuChar.Entities;

namespace Senparc.Weixin.Work.Entities
{
Expand Down Expand Up @@ -46,18 +57,4 @@ public ThirdPartyInfo InfoType
/// </summary>
public string TemplateId { get; set; }
}


#region 这两个类在NeuChar项目中已经定义,为了编译通过,所以定义在此处【测试通过后请删除这两个类】
public class ContactSyncToken
{
public string AccessToken { get; set; }
public int ExpiresIn { get; set; }
}

public class AuthUserInfoModel
{
public string UserId { get; set; }
}
#endregion
}

0 comments on commit 44de718

Please sign in to comment.