代码备份

scpwxyy
yewj 8 months ago
parent 374e81a12f
commit 33cbd296d6

@ -23,6 +23,12 @@ public class YbClient {
@Resource @Resource
ThrYbSetupService thrYbSetupService; ThrYbSetupService thrYbSetupService;
/**
*
* @param apiNo
* @param data
* @return
*/
public ChsMedicalResponse ybPost(String apiNo, JSONObject data) { public ChsMedicalResponse ybPost(String apiNo, JSONObject data) {
log.info("[" + apiNo + "]医保接口请求参数:" + data); log.info("[" + apiNo + "]医保接口请求参数:" + data);
@ -60,4 +66,8 @@ public class YbClient {
return null; return null;
} }
/**
*
*/
} }

Loading…
Cancel
Save