Authorization: Bearer ********************
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"password": "string",
"gender": 0,
"birthday": "string",
"email": "string",
"lastLoginTime": "string",
"lastLoginIp": "string",
"userLevel": 0,
"nickname": "string",
"mobile": "string",
"avatar": "string",
"weixinOpenid": "string",
"sessionKey": "string",
"status": 0,
"delFlag": true
}
curl --location --request PUT 'http://localhost:81/shop/member' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "string",
"updateTime": "string",
"id": 0,
"password": "string",
"gender": 0,
"birthday": "string",
"email": "string",
"lastLoginTime": "string",
"lastLoginIp": "string",
"userLevel": 0,
"nickname": "string",
"mobile": "string",
"avatar": "string",
"weixinOpenid": "string",
"sessionKey": "string",
"status": 0,
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}