|
|
@@ -193,7 +193,7 @@ public class HaiKangWeiShiV2ParkService extends BaseParkService implements ParkA |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public ParkCreatePayOrder createPayOrder(Map<String, String> paramMap, WxPark park, String carNumber) throws Exception { |
|
|
public ParkCreatePayOrder createPayOrder(Map<String, String> paramMap, WxPark park, String carNumber) throws Exception { |
|
|
JSONObject result = haikangV2.getCarStopFee(park, getCacheToken(park), carNumber); |
|
|
|
|
|
|
|
|
JSONObject result = haikangV2.getCarStopFee(park, carNumber, getCacheToken(park)); |
|
|
Double price = result.getDouble("payMoney"); |
|
|
Double price = result.getDouble("payMoney"); |
|
|
Integer fee = new BigDecimal(price).intValue(); |
|
|
Integer fee = new BigDecimal(price).intValue(); |
|
|
return new ParkCreatePayOrder(result.getString("billCode"), fee); |
|
|
return new ParkCreatePayOrder(result.getString("billCode"), fee); |
|
|
|