| | |
| | | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.api.smo.DefaultAbstractComponentSMO; |
| | | import com.java110.core.base.smo.front.AbstractFrontServiceSMO; |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.core.context.PageData; |
| | |
| | | import com.java110.utils.util.StringUtil; |
| | | import com.java110.vo.ResultVo; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpMethod; |
| | | import org.springframework.http.HttpStatus; |
| | |
| | | * wx登录 |
| | | */ |
| | | @Service("staffAuthSMOImpl") |
| | | public class StaffAuthSMOImpl extends AbstractFrontServiceSMO implements IStaffAuthSMO { |
| | | public class StaffAuthSMOImpl extends DefaultAbstractComponentSMO implements IStaffAuthSMO { |
| | | |
| | | private final static Logger logger = LoggerFactory.getLogger(StaffAuthSMOImpl.class); |
| | | |