bug fixed
parent
2575c3f4d5
commit
abb235df8a
|
|
@ -106,7 +106,7 @@ public class SysWxOpenService : IDynamicApiController, ITransient
|
||||||
var user = new SysWechatUser
|
var user = new SysWechatUser
|
||||||
{
|
{
|
||||||
OpenId = resCode2Session.OpenId,
|
OpenId = resCode2Session.OpenId,
|
||||||
UnionId = resCode2Session.UnionId,
|
UnionId = resCode2Session.OpenId,
|
||||||
SessionKey = resCode2Session.SessionKey,
|
SessionKey = resCode2Session.SessionKey,
|
||||||
PlatformType = PlatformTypeEnum.微信小程序,
|
PlatformType = PlatformTypeEnum.微信小程序,
|
||||||
NickName = "学霸",
|
NickName = "学霸",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue