mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-18 00:38:33 +08:00
update 电单车协议
This commit is contained in:
@@ -43,7 +43,7 @@ public class OccupyOrderController extends BaseController {
|
|||||||
*/
|
*/
|
||||||
@GetMapping("/getStationOccupyFee/{stationId}")
|
@GetMapping("/getStationOccupyFee/{stationId}")
|
||||||
public RestApiResponse<?> getStationOccupyFee(@PathVariable("stationId") String stationId) {
|
public RestApiResponse<?> getStationOccupyFee(@PathVariable("stationId") String stationId) {
|
||||||
logger.info("查询站点占桩费率 params:{}", stationId);
|
// logger.info("查询站点占桩费率 params:{}", stationId);
|
||||||
RestApiResponse<?> response = null;
|
RestApiResponse<?> response = null;
|
||||||
try {
|
try {
|
||||||
BillingTemplateVO vo = pileBillingTemplateService.queryUsedBillingTemplate(stationId);
|
BillingTemplateVO vo = pileBillingTemplateService.queryUsedBillingTemplate(stationId);
|
||||||
@@ -52,7 +52,7 @@ public class OccupyOrderController extends BaseController {
|
|||||||
logger.error("查询站点占桩费率 error,", e);
|
logger.error("查询站点占桩费率 error,", e);
|
||||||
response = new RestApiResponse<>(e);
|
response = new RestApiResponse<>(e);
|
||||||
}
|
}
|
||||||
logger.info("查询站点占桩费率 result:{}", response);
|
logger.info("查询站点占桩费率 params:{}, result:{}", stationId, response);
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user