测试地址:/wit/chargeApi/queryCharge
正式地址:/wit/chargeApi/queryCharge
请求参数:
| 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 |
| --- | --- | --- | --- | --- |
|path|请求地址|String|parkshare/addAndUpdate(固定)|是
|powerStationId|电站编号|long|49|是
|data.volist|分润列表 proportion服务分润比例 powerProportion电费分润比例 type类型 1厂商 2车场 3 服务商 unionId 主体id |array|[{"proportion":"50","powerProportion":"100","type":2,"unionId":35804},{"unionId":"100780","type":3,"proportion":"50","powerProportion":0}]|是
>请求示例:
{"volist":[{"proportion":"50","powerProportion":"100","type":2,"unionId":35804},{"unionId":"100780","type":3,"proportion":"50","powerProportion":0}],"powerStationId":49,"path":"parkshare/addAndUpdate","serverId":100780}
签名方式sha1,加密字符串+secret,编码格式UTF-8
> 请求头:partType:"API-WIT" ,appId:"ad23f2345cb3443" ,sign:"612B54F2F30D0854DE55B6E7B71ABA66"
返回参数:
| 字段名称 | 说明 | 类型 | 示例 | 是否必传字段 |
| --- | --- | --- | --- | --- |
|code|状态码|int|200|是
|message|返回信息|String|操作成功|是
>返回示例
{"code":200,"message":"操作成功"}