{
"desc": "我叫小传,我是一个程序员",
"email": "itheima@itcast.cn",
"gender": 0,
"nickname": "itheima",
"creator": "播仔"
}
curl --location --request PUT 'https://hmajax.itheima.net/api/settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"desc": "我叫小传,我是一个程序员",
"email": "itheima@itcast.cn",
"gender": 0,
"nickname": "itheima",
"creator": "播仔"
}'
{
"message": "保存个人设置成功",
"data": {
"avatar": "http://hmajax.itheima.net/avatar/avatar1.png",
"nickname": "itheima",
"email": "itheima@itcast.cn",
"desc": "我叫小传,我是一个程序员",
"gender": 0
}
}