| | |
| | | import com.doumee.core.haikang.model.param.request.event.parks.*; |
| | | import com.doumee.core.haikang.model.param.request.event.visit.EventVisitIccmRequest; |
| | | import com.doumee.core.haikang.model.param.request.event.visit.EventVisitRequest; |
| | | import com.doumee.core.haikang.model.param.respose.AppointmentInfoResponse; |
| | | import com.doumee.core.haikang.model.param.respose.TaskAdditionResponse; |
| | | import com.doumee.core.haikang.service.HKService; |
| | | import com.doumee.core.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.dao.business.model.Device; |
| | | import com.doumee.dao.business.model.ParkBook; |
| | | import com.doumee.service.business.ext.HkSyncService; |
| | |
| | | return null; |
| | | } |
| | | @Override |
| | | public String syncHkNotices(String username){ |
| | | |
| | | return null; |
| | | } |
| | | @Override |
| | | public String syncHkLed(Device param){ |
| | | |
| | | return null; |
| | |
| | | return null; |
| | | } |
| | | @Override |
| | | public String syncHkUserOpenid(Integer id){ |
| | | return null; |
| | | } |
| | | @Override |
| | | public String delHkUserOpenid(UserOpenidSaveRequest param){ |
| | | return null; |
| | | } |
| | | @Override |
| | | public String dealAcsEvent(EventAcsRequest param, HttpServletResponse response){ |
| | | return null; |
| | | } |
| | |
| | | @Override |
| | | public String downHKImgs(int type){ |
| | | return null; |
| | | } |
| | | @Override |
| | | public void startDealPlatformEventImg(){ |
| | | |
| | | } |
| | | @Override |
| | | public void startDealMemberImg(){ |
| | | |
| | | } |
| | | @Override |
| | | public void syncUserData(LoginUserInfo user){ |
| | |
| | | @Override |
| | | public void syncOrgUpdateData( Date start, Date end){ |
| | | } |
| | | |
| | | @Override |
| | | public void syncVisitData() { |
| | | } |
| | |
| | | param.setPersonInfos(personInfos); |
| | | BaseResponse response = HKService.taskDataAddition(param); |
| | | if(response!=null |
| | | && StringUtils.equals(response.getCode(),HKConstants.RESPONSE_SUCCEE)){ |
| | | && StringUtils.equals(response.getCode(), HKConstants.RESPONSE_SUCCEE)){ |
| | | return true; |
| | | }else{ |
| | | return false; |
| | |
| | | @Override |
| | | public void getAscDeviceStatus() { |
| | | } |
| | | |
| | | |
| | | } |