diff --git a/24Hour/Controllers/LoginController.cs b/24Hour/Controllers/LoginController.cs index ff7d49e..821f942 100644 --- a/24Hour/Controllers/LoginController.cs +++ b/24Hour/Controllers/LoginController.cs @@ -403,7 +403,10 @@ namespace _24Hour.Controllers usertype = date.usertype, unitCode = date.unitCode, token = tokenString, - openId = date.wechatId + openId = date.wechatId, + departmentPhoto = date.departmentPhoto, + identityphoto = date.identityphoto, + cardIdphoto = date.cardIdphoto }; #endregion ret.IsSucceed = true;