本文档由空谷团队支持维护~
如遇使用问题请前往官网联系我们
curl --location --request POST 'http://server.kgu.cn:61054/api/app/member/memberInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"account": "string",
"nickname": "string",
"avatar": "string",
"gender": "string",
"birthday": "string",
"loginTime": "string",
"mail": "string",
"phone": "string",
"realname": "string",
"company": "string",
"companyAddress": "string",
"roleId": "string",
"address": "string",
"introduction": "string",
"country": "string",
"backgroundImage": "string",
"createTime": "string",
"hasPassword": true
}'{
"result": "",
"code": 0,
"message": "",
"data": ""
}