长泰医保上传

jydyyy
qiuyt 4 months ago
parent e253faa7d3
commit e3f6f0da4f

@ -88,10 +88,10 @@ public class YbClient {
}
return ResultVOUtils.success("【" + apiNo + "】上传医保失败==="+resp.getErrMsg());
return ResultVOUtils.error(500,"【" + apiNo + "】上传医保失败==="+resp.getErrMsg());
} catch (Exception e) {
return ResultVOUtils.success("【" + apiNo + "】上传医保失败"+e.getMessage());
return ResultVOUtils.error(500,"【" + apiNo + "】上传医保失败"+e.getMessage());
}
}

Loading…
Cancel
Save