|
|
@@ -2184,7 +2184,7 @@ public class InsAlltrustApiServiceImpl implements InsAlltrustApiService {
|
|
|
private <T> T requestApi(Object m, T response, InsAreaCompany iac, String reqUrl, InsQuoteFlow iqf, String textHead) {
|
|
|
String responseData = httpPostResultLog(m, reqUrl, textHead);
|
|
|
if (responseData.contains("报价返回信息异常")) {
|
|
|
- throw new SystemException("永诚报价请求负荷,请稍后重试。");
|
|
|
+ throw new SystemException("永诚报价请求负荷,永诚建议请稍后重试。");
|
|
|
}
|
|
|
|
|
|
String cleanStr = YcBuildData.cleanResponseStr(responseData);
|