| | |
| | | /// 获取顶部统计数据 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | //[HttpGet] |
| | | //[AllowAnonymous] |
| | | //public async Task<TopStatisticsOutput> GetTopStatistics() |
| | | //{ |
| | | // return await _lifePayService.GetTopStatistics(); |
| | | //} |
| | | [HttpGet] |
| | | [AllowAnonymous] |
| | | public async Task<TopStatisticsOutput> GetTopStatistics() |
| | | { |
| | | return await _lifePayService.GetTopStatistics(); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取电费面值 |
| | |
| | | return await _lifePayService.GetLifePayOrderDetail(orderNo); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取退款订单详情 |
| | | /// </summary> |
| | | /// <param name="orderNo"></param> |
| | | /// <returns></returns> |
| | | [HttpGet] |
| | | public async Task<LifePayRefundOrderOutput> GetLifePayRefundOrderDetail(string orderNo) |
| | | { |
| | | return await _lifePayService.GetLifePayRefundOrderDetail(orderNo); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取我的订单分页数据 |