|
@@ -159,7 +159,7 @@ public class TelephoneRobotServiceImpl implements ITelephoneRobotService {
|
|
|
JSONObject jsonObject = JSONObject.parseObject(content);
|
|
|
if (!"0".equals(jsonObject.getString("code"))){
|
|
|
log.info("导入数据接口异常======>>>>>{}"+jsonObject);
|
|
|
- return ResultResponse.error("第三方接口异常,请稍候再试");
|
|
|
+ return ResultResponse.error("访问过于频繁,请稍后再试。");
|
|
|
}
|
|
|
|
|
|
Thread.sleep(500);
|