爬取新股数据测试
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user