From 3a350d9211e15a6e98f4489f85fb1f3d6845f769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=BD=87=E9=98=B3?= Date: Wed, 8 Nov 2023 10:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=99=86=E6=97=B6=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=94=A8=E6=88=B7=E8=AF=81=E4=BB=B6=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Controllers/LoginController.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;