商家获取企业额度
https://openapi.guanaitong.tech/platformDealer/enterprise/limit
POST
(1)公共参数
发送请求是必须传入公共参数,详见公共参数
(2)私有参数
| 参数名称 | 是否必须 | 参数类型 | 长度限制 | 描述 |
| enterprise_open_id | 是 | string | (0,50] | 企业openId |
POST /platformDealer/enterprise/limit 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&enterprise_open_id=a5fad9894edd0d2202639248fa0461ec
| 参数名称 | 描述 |
| code | 返回码。详见错误返回码。 |
| msg | 如果错误,返回错误信息。 |
| data | 额度信息数组 |
{
"code": 0,
"data": [{"name":"关爱额度","open_id":"d87797eea12a2f80ad72ed93214a0908"}],
"msg": "OK"
}