Authorization: Bearer ********************{
"nickname": "string",
"avatar": "string"
}curl --location --request PUT 'https://jnotetest-hm.jideos.com/member/profile/update' \
--header 'token: z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Accept-Language: zh' \
--header 'channel: google' \
--header 'deviceId: 123456' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"avatar": "string"
}'{
"code": 0,
"msg": "",
"data": {
"userId": "",
"nickname": "",
"phone": "",
"avatar": "",
"areaCode": "",
"channel": 0,
"email": "",
"hasPassword": false,
"bindWechat": false,
"memberPrivilege": {
"userId": "",
"privilege": 0,
"validTime": "",
"nowTime": "",
"type": "",
"productList": [
{
"product": 0,
"hmProduct": 0,
"originalPrice": 0.0,
"discountPrice": 0.0,
"priceType": 0,
"validTime": 0,
"unit": 0,
"unitName": "",
"slogan": "",
"couponType": 0,
"productText": "",
"couponText": "",
"content": "",
"remark": ""
}
]
},
"readPassword": ""
}
}