文档中心 平台运营商相关 获取某企业下开通的额度

获取某企业下开通的额度

1.功能说明

商家获取企业额度

2.接口调用说明

请求URL

https://openapi.guanaitong.tech/platformDealer/enterprise/limit

HTTP请求方式

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"
}