|
|
|
@@ -556,7 +556,7 @@ public class WxCarController extends BaseController { |
|
|
|
" \"freeMinsAmount\": \"0.00\",\n" + |
|
|
|
" \"pmParkId\": \"d49aeaedcf144f1faf569846d6b16670\"\n" + |
|
|
|
" }") |
|
|
|
@PostMapping("/getCarStopFee") |
|
|
|
@RequestMapping("/getCarStopFee") |
|
|
|
public ResultData getCarStopFee(@RequestBody Map<String, String > paramMap) { |
|
|
|
// 1, get mall's park |
|
|
|
WxPark park = getCurrentPark(getTenantId()); |
|
|
|
|