Physical Metrics Calculation Library
  1. Body Fat Scale Body Data Parsing
Physical Metrics Calculation Library
  • Quick Start
  • Body Fat Scale Body Data Parsing
    • Err Error Codes
    • Get Temporary Token Based on AppKey
      POST
    • Alternating Current Four-Electrode Algorithm
      GET
    • Direct Current Four-Electrode Algorithm
      GET
    • Dual-frequency AC four-electrode
      GET
    • Alternating Current eight-electrode algorithm
      GET
  • Schemas
    • Schemas
      • BaseResult«GetBodyDataDto»
      • OpenR«LefuBody«PPBodyDetailInfoModelH4240»»
      • BaseResult«List«StandardBodyData»»
      • LefuBody«PPBodyDetailInfoModelH4240»
      • GenTable
      • PPBodyDetailInfoModelH4240
      • AcWeightDataVo
      • OpenApiKeyVo
      • FoodSearchZhDetail
      • GetBodyDataDto
      • WeightPoint
      • GenTableColumn
      • DcWeightDataVo
      • OpenApiTokenVo
      • FoodZhPart
      • OpenR
      • GetBodyDataVo
      • LefuBody
      • FoodZhTwPart
      • Link
      • RegisterBody
      • ImpedanceVO
      • ModelAndView
      • R«OpenApiTokenVo»
      • BaseResult
      • BaseResult«List«GetDataLazeDto»»
      • PPBodyDetailInfoModel
      • SendEmailCodeVO
      • OpenR«FoodSearchZhDetail»
      • GetDataLazeDto
      • R
      • OpenR«PageVo«FoodZhPart»»
      • R«LefuBody»
      • WebLoginBody
      • OpenR«PageVo«FoodZhTwPart»»
      • CommonDTO
      • SysJob
      • PageVo«FoodZhPart»
      • TableDataInfo
      • PageVo«FoodZhTwPart»
      • View
      • TorreConfigVO
      • TorreRecordVO
      • WifiResult«CommonDTO»
      • TorreRegisterVO
      • WifiResult«WifiNewVersion»
      • TorreWeightDataVO
      • WifiWeightDTO
    • ScaleRXinmiaoDeviceHistoryData
    • Object
    • BatchRecordVO
    • ScaleRMapObject
    • V2RecordVO
    • ScaleRWifiNewVersion
    • XinmiaoDeviceHistoryData
    • TorreVersionUrl
    • ScaleRListTorreVersionUrl
    • TorreCheckForUpdateVO
    • WifiDTO
    • WifiNewVersion
  1. Body Fat Scale Body Data Parsing

Get Temporary Token Based on AppKey

POST
/openapi/user/refreshToken
Please note: lefu49d9158e653459f2 This AppKey is for demonstration purposes only and has limited usage frequency. For actual business use, please register an account and obtain a valid AppKey.

Request

Body Params application/json

Example
{
    "appSecret": "YMEWS/CcgomjxqKWubSV+nlU+6qm582gDFOpc1JyiUk=",
    "appKey": "lefu49d9158e653459f2"
}

Request Code 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 'https://uniquehealth.lefuenergy.com/openapi/user/refreshToken' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appSecret": "YMEWS/CcgomjxqKWubSV+nlU+6qm582gDFOpc1JyiUk=",
    "appKey": "lefu49d9158e653459f2"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "code": 0,
    "data": {
        "appKey": "string",
        "expireTime": 1688373224,
        "token": "string"
    },
    "errorCode": 0,
    "msg": "string",
    "text": "string"
}
🟠401没有权限
Modified at 2023-08-25 07:24:01
Previous
Err Error Codes
Next
Alternating Current Four-Electrode Algorithm
Built with