说明
提现记录查询
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/newland/da_out_select |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
store_id | string | 是 | 平台门店ID | |
nl_mercId | string | 是 | 新大陆商户号 | |
ac_dt | string | 否 | 日期 (格式:yyyyMMdd),不送则默认查全部日期 |
- 正确返回
{
"status": 1,
"message": "数据返回成功",
"data": [
{
"merc_id": "800361000003610",
"merc_nm": "杨成成的个人门店",
"stoe_id": "101361000000825",
"stoe_nm": "安徽省合肥市杨成成的个人门店",
"stl_crp_no": "6222620259168999999",
"opn_bnk_desc": "交通银行",
"ord_no": "bqtuo9",
"ord_tm": "20190109215102",
"upt_tm": "20190109215042",
"txn_amt": "100",
"transfer_amt": "0",
"corg_fee": "0",
"sts": "F"
},
{
"merc_id": "800361000003610",
"merc_nm": "杨成成的个人门店",
"stoe_id": "101361000000825",
"stoe_nm": "安徽省合肥市杨成成的个人门店",
"stl_crp_no": "6222620259168999999",
"opn_bnk_desc": "交通银行",
"ord_no": "bqtu7o",
"ord_tm": "20190109215021",
"upt_tm": "20190109215022",
"txn_amt": "100",
"transfer_amt": "0",
"corg_fee": "0",
"sts": "F"
},
{
"merc_id": "800361000003610",
"merc_nm": "杨成成的个人门店",
"stoe_id": "101361000000825",
"stoe_nm": "安徽省合肥市杨成成的个人门店",
"stl_crp_no": "6222620259168999999",
"opn_bnk_desc": "交通银行",
"ord_no": "bqtruc",
"ord_tm": "20190109214930",
"upt_tm": "20190109214910",
"txn_amt": "100",
"transfer_amt": "0",
"corg_fee": "0",
"sts": "F"
},
{
"merc_id": "800361000003610",
"merc_nm": "杨成成的个人门店",
"stoe_id": "101361000000825",
"stoe_nm": "安徽省合肥市杨成成的个人门店",
"stl_crp_no": "6222620259168999999",
"opn_bnk_desc": "交通银行",
"ord_no": "bqtrde",
"ord_tm": "20190109214846",
"upt_tm": "20190109214847",
"txn_amt": "100",
"transfer_amt": "0",
"corg_fee": "0",
"sts": "F"
}
]
}
- 返回状态说明
失败请求示例
{ "message":"无效参数", "status":2 }