Authorization: Bearer ********************
curl --location --request GET 'https://jnotetest-hm.jideos.com/jnotes/member/center' \
--header 'Authorization: Bearer 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'token: 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: en'
{
"code": 0,
"msg": "",
"data": {
"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": ""
}
]
}
}