mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
新增 运营端小程序收费明细接口
(cherry picked from commit d5eae744a28c1b29a7cbed0019239e05da3868f7)
This commit is contained in:
@@ -43,4 +43,14 @@ public class BusinessOrderController extends BaseController {
|
||||
logger.info("通过订单编号查询订单信息详情 orderCode:{}, result:{}", orderCode, response);
|
||||
return response;
|
||||
}
|
||||
|
||||
/**
|
||||
* 通过订单编号查询订单各时段计费明细
|
||||
* @param orderCode
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/getOrderBillingDetail/{orderCode}")
|
||||
public RestApiResponse<?> getOrderBillingDetail(@PathVariable("orderCode") String orderCode) {
|
||||
orderBasicInfoService.getOrderBillingDetail(orderCode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user