| | |
| | | import java.util.List; |
| | | |
| | | import com.nq.service.IUserService; |
| | | import com.nq.utils.LocalKeyStorageAESUtil; |
| | | import org.apache.commons.lang3.StringUtils; |
| | | |
| | | import org.slf4j.Logger; |
| | |
| | | } |
| | | |
| | | |
| | | public ServerResponse getInfo(HttpServletRequest request) { |
| | | public ServerResponse getInfo(HttpServletRequest request) throws Exception { |
| | | |
| | | List<SiteInfo> siteInfos = this.siteInfoMapper.findAll(); |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | // String address = LocalKeyStorageAESUtil.loadAndDecrypt("url"); |
| | | return ServerResponse.createBySuccess(siteInfo); |
| | | } |
| | | return ServerResponse.createByErrorMsg("设置信息info不存在"); |