{
"phone": "string",
"bindInfo": "string",
"bindType": 0,
"iconUrl": "string",
"nickname": "string",
"userId": "string",
"areaCode": "string",
"deviceId": "string",
"model": "string"
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/jnotes/member/bind-phone' \
--header 'Authorization: Bearer 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'token: 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"bindInfo": "string",
"bindType": 0,
"iconUrl": "string",
"nickname": "string",
"userId": "string",
"areaCode": "string",
"deviceId": "string",
"model": "string"
}'
{
"status": 0,
"msg": "",
"data": {
"authToken": "",
"nickname": "",
"bindType": 0,
"bindList": [
0
],
"iconUrl": "",
"phone": "",
"privilegeCollection": [
{
"type": "",
"privilege": 0,
"validTime": "",
"createTime": "",
"nowTime": "",
"status": "",
"updateTime": "",
"remainTime": 0,
"subscriptionType": 0
}
],
"status": 0,
"userId": "",
"areaCode": "",
"hwUnionId": "",
"firstUseHuaweiDevice": "",
"hwSign": 0,
"cloudOption": 0,
"register": 0,
"mailAccount": "",
"deviceType": ""
}
}