商家获取企业制定额度下的消费列表
https://openapi.guanaitong.tech/platformDealer/enterprise/limit/consumeRecord
POST
(1)公共参数
发送请求是必须传入公共参数,详见公共参数
(2)私有参数
| 参数名称 | 是否必须 | 参数类型 | 长度限制 | 描述 |
| enterprise_open_id | 是 | string | (0,50] | 企业openId |
| limit_open_id | 是 | string | (0,50] | 额度openId |
| name | 否 | string | 员工姓名 | |
| code | 是 | string | 员工工号 | |
| startTime | 否 | string | yyyy-MM-dd HH:mm:ss | 开始时间 |
| endTime | 否 | string | yyyy-MM-dd HH:mm:ss | 结束时间 |
| page_index | 否 | string | [1,65535] | 页码,默认1 |
| page_size | 否 | decimal | [1,50] | 页量,默认50 |
POST /platformDealer/enterprise/limit/consumeRecord HTTP/1.1
Host: openapi.guanaitong.tech
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
access_token=b983eef183a789a693b91406f38b7e23&version=1.0.0&
timestamp=1531039298&limit_open_id=d87797eea12a2f80ad72ed93214a0908
&enterprise_open_id=a5fad9894edd0d2202639248fa0461ec
| 参数名称 | 描述 |
| code | 返回码。详见错误返回码。 |
| msg | 如果错误,返回错误信息。 |
| data | 如果没有错误,返回关爱通交易号 |
{
"code": 0,
"data": [{}],
"msg": "OK"
}