多码融合表增加字段和逻辑

v3
qiuyt 3 months ago
parent 1e822d3f1f
commit 4d4190b5bc

@ -85,7 +85,7 @@ public class AlihealthUtils {
// 设置结果
if (!resultList.isEmpty()) {
ResultVOAliUtils.success(resultList);
return ResultVOAliUtils.success(resultList);
}
return listBaseResponse;
}
@ -178,6 +178,7 @@ public class AlihealthUtils {
Map map = disposeSign(alihealthKytDrugrescodeReqeustNew, alihealthThirdAliDrugInsertReqeust.getAppSecret());
String json = HttpUtil.get(alihealthUrl, map);
log.error("阿里健康接口调用参数===" + map);
log.error("阿里健康接口调用结果===" + json);
alihealthKytDrugrescodeResponse = new AlihealthKytDrugrescodeResponse(json);

Loading…
Cancel
Save