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