|
|
@@ -1088,7 +1088,7 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
crawlerLoginRequest.setCheck("zs");
|
|
|
response = insCrawlerOrderComponents.request(apiUrl, InsuranceEnum.CHAC.getCode(), "获取验证码",
|
|
|
crawlerLoginRequest, JSONObject.class);
|
|
|
- if (!response.getInteger("code").equals(400)) {
|
|
|
+ if (!response.getInteger("code").equals(200)) {
|
|
|
throw new SystemException(response.getString("message"));
|
|
|
}
|
|
|
// 将返回参数放入redis
|