爬取新股数据测试

This commit is contained in:
dengli
2023-12-19 14:32:42 +08:00
parent d1c4688668
commit 20c4810b4a

View File

@@ -273,8 +273,8 @@ public class StockService {
// 输出抓取到的数据
result = data.toString();
} catch (IOException e) {
e.printStackTrace();
} catch (Exception e) {
return ServerResponse.createByErrorMsg(e.toString());
}
return ServerResponse.createBySuccessMsg(result);
}