{
"contactInfo": "请发送邮箱至: henrik.neu@qq.com 与我们联系"
}
curl --location --request POST 'http://47.92.1.39:8005/api/info/update/contactInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"contactInfo": "请发送邮箱至: henrik.neu@qq.com 与我们联系"
}'
{
"success": true,
"errCode": null,
"errMessage": null,
"data": "请发送邮箱至: henrik.neu@qq.com 与我们联系"
}