|  |  | 
 |  |  | import com.doumee.dao.web.reqeust.VisitMemberDTO; | 
 |  |  | import com.doumee.dao.web.response.MemberVO; | 
 |  |  | import com.doumee.dao.web.response.WxAuthorizeVO; | 
 |  |  | import org.springframework.http.server.reactive.ServerHttpRequest; | 
 |  |  | import org.springframework.web.multipart.MultipartFile; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  | 
 |  |  |      * @param code | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     WxAuthorizeVO wxAuthorize(String code); | 
 |  |  |     WxAuthorizeVO wxAuthorize(String code,Integer source); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     List<MemberVO> getVisitedMember(CheckVisitedDTO checkVisitedDTO); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 账号密码 | 
 |  |  |      * 内部人员/劳务访客登录 | 
 |  |  |      * @param accountLoginDTO | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     WxAuthorizeVO accountLogin(AccountLoginDTO accountLoginDTO); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 内部可拜访人员分页 | 
 |  |  | 
 |  |  |     String importBatch(MultipartFile file, Integer companyType,LoginUserInfo loginUser); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     List<Member>  findDriveList(Member model); | 
 |  |  | } |