|
|
|
@@ -88,7 +88,9 @@ public class HaiKangWeiShiV3Util { |
|
|
|
put("https://", getCamsApi); |
|
|
|
} |
|
|
|
}; |
|
|
|
return ArtemisHttpUtil.doPostStringArtemis(config,path, body, null, null, "application/json"); |
|
|
|
String ret = ArtemisHttpUtil.doPostStringArtemis(config,path, body, null, null, "application/json"); |
|
|
|
log.debug("haiKangWeiShiV3 request : "+getCamsApi+",request body: "+body+", result:"+ret); |
|
|
|
return ret; |
|
|
|
} |
|
|
|
|
|
|
|
public String callPostApi(ArtemisConfig config,String api,String body) throws Exception { |
|
|
|
|