‘linchangsheng’ 3 meses atrás
pai
commit
8ca0324676

+ 0 - 4
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/common/CommonLogic.java

@@ -111,10 +111,6 @@ public class CommonLogic {
             currentCompanyWechat.setUserId(user.getUserId());
             currentCompanyWechat.setUser(user);
         }
-
-        if (user == null)
-            throw new RemoteServiceException(601,"授权已过期,重新登入");
-
         return currentCompanyWechat;
 
     }