Body Fat Scale Body Data Parsing Get Temporary Token Based on AppKey
Run in Apifox
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
{
"appSecret" : "YMEWS/CcgomjxqKWubSV+nlU+6qm582gDFOpc1JyiUk=" ,
"appKey" : "lefu49d9158e653459f2"
} Request Code Samples
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 application/json Generate Code
{
"code" : 0 ,
"data" : {
"appKey" : "string" ,
"expireTime" : 1688373224 ,
"token" : "string"
} ,
"errorCode" : 0 ,
"msg" : "string" ,
"text" : "string"
}
Modified at 2023-08-25 07:24:01