1. 1.印力资管系统提供接口
印力商户用能系统
  • 0.通用请求方式
    • 0.1 通用请求方式
      POST
  • 1.印力资管系统提供接口
    • 1.1 每月推送电表读数接口
      POST
    • 1.3 电表信息查询接口
      POST
    • 1.4 商场信息查询接口
      POST
    • 1.5 模板消息推送接口
      POST
  • 2.畅洋系统提供接口
    • 2.1 查询设备信息接口
      POST
    • 2.2 充值交费接口
      POST
    • 2.3 用电数据查询接口
      POST
    • 2.4 余额退费接口
      POST
    • 2.5 余额调整接口
      POST
    • 2.6 同步电表数据接口
      POST
    • 2.7 支付类型查询接口
      POST
  1. 1.印力资管系统提供接口

1.3 电表信息查询接口

开发中
POST
/openapi/device/selectEleDevice
获取电表设备数据

请求参数

Body 参数application/json

示例
{
    "deviceActualCodes": [
        "string"
    ],
    "endTime": "string",
    "mallCode": "string",
    "startTime": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://test-cn.your-api-server.com/openapi/device/selectEleDevice' \
--header 'Content-Type: application/json' \
--data-raw '{
    "deviceActualCodes": [
        "string"
    ],
    "endTime": "string",
    "mallCode": "string",
    "startTime": "string"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": "string",
    "error": {
        "appName": "string",
        "errorDetail": "string",
        "errorTime": "string",
        "instance": "string",
        "traceId": "string"
    },
    "msg": "string",
    "success": true,
    "data": [
        {
            "mallCode": "string",
            "mallName": "string",
            "contNo": "string",
            "shopCode": "string",
            "shopName": "string",
            "shopStatus": 0,
            "validStartDate": "string",
            "validEndDate": "string",
            "storeNo": "string",
            "storeCode": "string",
            "deviceActualCode": "string",
            "deviceCode": "string",
            "deviceName": "string",
            "deviceType": 0,
            "rate": 0,
            "inputType": 0,
            "isCont": 0,
            "splitFeeType": 0,
            "isEnable": 0,
            "initReadingDate": "string",
            "unitPrice": 0,
            "otherPrice": 0,
            "lastReadDate": "string",
            "companyName": "string",
            "updateTime": "string"
        }
    ]
}
修改于 2023-11-30 04:02:01
上一页
1.1 每月推送电表读数接口
下一页
1.4 商场信息查询接口
Built with