|
@@ -1,7 +1,6 @@
|
|
|
package thyyxxk.webserver.service;
|
|
|
|
|
|
import cn.hutool.crypto.SecureUtil;
|
|
|
-import com.alibaba.fastjson.JSONObject;
|
|
|
import lombok.Data;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
@@ -11,13 +10,10 @@ import thyyxxk.webserver.dao.his.LoginDao;
|
|
|
import thyyxxk.webserver.entity.ResultVo;
|
|
|
import thyyxxk.webserver.entity.dictionary.CodeName;
|
|
|
import thyyxxk.webserver.entity.login.UserInfo;
|
|
|
-import thyyxxk.webserver.service.externalhttp.CorpWxSrvc;
|
|
|
-import thyyxxk.webserver.service.hutoolcache.DeptCache;
|
|
|
import thyyxxk.webserver.service.hutoolcache.UserCache;
|
|
|
import thyyxxk.webserver.service.outpatient.wxapi.SendWxInfoService;
|
|
|
import thyyxxk.webserver.utils.*;
|
|
|
|
|
|
-import javax.servlet.http.HttpServletRequest;
|
|
|
import java.util.*;
|
|
|
|
|
|
/**
|