## 获取商户充值列表
~~~[api]
post:/un/Wq/panterChargeList
*panterid=默认值#商户号
*key=md5($keySign.$panterid)#密钥
<<<
success
{
"status": 1,
"codemsg": "",
"data": [
{
"order_sn": "201911131707304356",
"cardno": "6885010888800000029",
"order_price": "1050",
"paymenttype": "30",
"balance": "2100",
"real_amount": "1000",
"create_time": "2019-11-13 17:07:37"
}
]
}
<<<
error
~~~
---
**返回信息**
| 参数 | 参数类型 | 必须 | 说明|
| ----------- | ------------------------------ | ------------ | --- |
| order_sn| String| yes | 订单编号|
| cardno| String| yes | 卡号|
| order_price| String| yes | 订单金额|
| paymenttype| String| yes | 支付类型|
| balance| String| yes | 卡余额|
| real_amount| String| yes | 实际支付金额|
| create_time| String| yes | 创建时间|