bug fixed

master
old易 2025-05-12 13:51:34 +08:00
parent 2575c3f4d5
commit abb235df8a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class SysWxOpenService : IDynamicApiController, ITransient
var user = new SysWechatUser
{
OpenId = resCode2Session.OpenId,
UnionId = resCode2Session.UnionId,
UnionId = resCode2Session.OpenId,
SessionKey = resCode2Session.SessionKey,
PlatformType = PlatformTypeEnum.,
NickName = "学霸",