https://api.sciener.com/v3/remote/upgradeSuccess
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxx71curl --location -g --request POST 'https://api.sciener.com/v3/remote/upgradeSuccess' \2--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \3--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \4--data-urlencode 'remoteId=3001' \5--data-urlencode 'slotNumber=1' \6--data-urlencode 'featureValue=3' \7--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | access Toke,refer to get access token |
| remoteId | Int | Y | remote ID |
| featureValue | String | N | feature value |
| date | Long | Y | current time (timestamp in millisecond) |
| Parameters | Type | Description |
|---|---|---|
| errcode | Int | error code |
| errmsg | String | error message |
| errmsg | String | error message |
xxxxxxxxxx51{2"errcode": 0,3"errmsg": "none error message",4"description":"表示成功或是"5}