Skip to content

获取被授权企业列表

接口地址

park/getList

请求参数

响应参数(列表)

参数名称类型描述
idLong授权ID
serviceRatioDouble服务费率
balanceDouble当前余额
enterpriseEnterprise企业信息

示例

json
{
  "code": 200,
  "data": [
    {
      "id": 1,
      "serviceRatio": 0.01,
      "balance": 1000.0,
      "enterprise": {
        "name": "x",
        "code": "x"
      }
    }
  ]
}