|
|
|
@ -622,7 +622,7 @@ public class IoCollectOrderService extends ServiceImpl<IoCollectOrderMapper, IoC
|
|
|
|
|
if(baseResponse.getCode() == 20000){
|
|
|
|
|
//
|
|
|
|
|
}else {
|
|
|
|
|
throw new JsonException("连接第三方系统接口服务出错");
|
|
|
|
|
throw new JsonException("连接第三方系统接口服务出错,"+baseResponse.getMessage());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|