| | |
| | | Task<PhoneParValueResponse> GetPhoneParValue(); |
| | | |
| | | /// <summary> |
| | | /// 话费订单查询 |
| | | /// </summary> |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | Task<QueryPhoneOrderResponse> QueryPhoneOrder(QueryPhoneOrderRequestInput input); |
| | | |
| | | /// <summary> |
| | | /// 获取燃气面值 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | |
| | | |
| | | Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input); |
| | | |
| | | Task<List<LifePayOrderListTemplateForChannle>> GetLifePayOrderPageExportForChannle(QueryLifePayOrderListInput input); |
| | | |
| | | Task<List<LifePayRefundOrderListTemplate>> GetLifePayRefudOrderPageExport(QueryLifePayRefundOrderListInput input); |
| | | |