mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【新增】增加对接微信公众号通过code换取网页授权access_token,并存储微信用户数据方法。
This commit is contained in:
@@ -25,6 +25,13 @@ namespace CoreCms.Net.Model.FromBody
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "请提交合法数据")]
|
||||
public string code { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 来源类型(对标GlobalEnumVars下的UserAccountTypes)
|
||||
/// </summary>
|
||||
public int type { get; set; } = 2;
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user