我的信息
开发中
POST
/user/get_me
请求参数
Body 参数application/json
guid
string
必需
示例
{
"guid": "{{guid}}"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/user/get_me' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "{{guid}}"
}'
返回响应
🟢200成功
application/json
Body
err_code
integer
必需
data
object
必需
data
object
必需
code
integer
必需
success
boolean
必需
msg
string
必需
hint
string
必需
示例
{
"err_code": 0,
"data": {
"data": {
"desc": "还没有简介",
"gender": 0,
"images": "https://sns-avatar-qc.xhscdn.com/avatar/631960f12db4510f98e44317.jpg?imageView2/2/w/360/format/webp",
"imageb": "https://sns-avatar-qc.xhscdn.com/avatar/631960f12db4510f98e44317.jpg?imageView2/2/w/540/format/webp",
"guest": false,
"red_id": "6280376877",
"user_id": "62790d32000000002102b227",
"nickname": "Hanson"
},
"code": 0,
"success": true,
"msg": "成功"
},
"hint": "170450677190626270100218"
}