WiFi scale server
  1. 4G设备与服务器之间的交互接口
WiFi scale server
  • Interaction Interfaces Between V2.0/V3.0 Devices and the Server
    • Device Registration and Network Configuration
      POST
    • Device Configuration Sync
      GET
    • Get Update Firmware Version Information
      POST
    • Upload Smart Scale Data
      POST
    • Batch Upload Smart Scale Data
      POST
    • Get Update Firmware Version Information-v2.0
      POST
  • Interaction Interfaces Between Torre Devices and the Server
    • Device Registration and Network Configuration
      POST
    • Device Configuration Sync
      POST
    • Get Update Firmware Version Information
      POST
    • Upload Smart Scale Data
      POST
  • 4G设备与服务器之间的交互接口
    • 设备配置同步
      POST
    • 上传智能秤数据
      POST
  1. 4G设备与服务器之间的交互接口

上传智能秤数据

POST
/lte/rec

Request

Body Params application/json

Example
{
    "tp": "string",
    "im": "string",
    "tm": 0,
    "wt": 0,
    "st": 0,
    "re": 0,
    "hr": 0,
    "la": 0,
    "ra": 0,
    "ll": 0,
    "rl": 0,
    "tk1": 0,
    "la1": 0,
    "ra1": 0,
    "ll1": 0,
    "rl1": 0
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/lte/rec' \
--header 'Content-Type: application/json' \
--data-raw '{
    "tp": "string",
    "im": "string",
    "tm": 0,
    "wt": 0,
    "st": 0,
    "re": 0,
    "hr": 0,
    "la": 0,
    "ra": 0,
    "ll": 0,
    "rl": 0,
    "tk1": 0,
    "la1": 0,
    "ra1": 0,
    "ll1": 0,
    "rl1": 0
}'

Responses

🟢200Success
application/json
Body

Example
{
  "data": {
    "": {}
  },
  "errorCode": 0,
  "text": ""
}
Previous
设备配置同步
Built with