| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 话费订单查询返回参数 |
| | | /// </summary> |
| | | public class QueryPhoneOrderResponse : ACOOLYRequestBaseResponse |
| | | { |
| | | /// <summary> |
| | | /// 话费充值订单 |
| | | /// </summary> |
| | | [JsonProperty("phoneChargeOrder")] |
| | | public PhoneChargeOrderOutput PhoneChargeOrder { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 话费面值返回参数 |
| | | /// </summary> |
| | | public class PhoneParValueResponse : ACOOLYRequestBaseResponse |
| | |
| | | /// 通知消息 |
| | | /// </summary> |
| | | [JsonProperty("responseMessage")] |
| | | public string ResponseMessage { get; set; } |
| | | public string ResponseMessage { get; set; } |
| | | |
| | | } |
| | | |