|
|
|
@@ -125,6 +125,7 @@ public class HaiKangWeiShiV3Util { |
|
|
|
//params.put("parkSyscode", wxPark.getParkingId()); |
|
|
|
try { |
|
|
|
String retCode = callPostApiWithMap(config,QUERY_PRICE, params); |
|
|
|
log.info(retCode); |
|
|
|
if (StringUtils.isBlank(retCode)) { |
|
|
|
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR.getCode(), "haikangv3 getCarStopInfo error. has no result"); |
|
|
|
} |
|
|
|
|