XYBotV2协议接口
  1. User
XYBotV2协议接口
  • Friend
    • /AcceptFriend
      POST
    • /GetContact
      POST
    • /GetContractDetail
      POST
    • /GetContractList
      POST
  • Group
    • /AddChatroomMember
      POST
    • /GetChatroomInfo
      POST
    • /GetChatroomInfoNoAnnounce
      POST
    • /GetChatroomMemberDetail
      POST
    • /GetChatroomQRCode
      POST
    • /InviteChatroomMember
      POST
  • Login
    • /AutoHeartbeatStart
      POST
    • /AutoHeartbeatStatus
      POST
    • /AutoHeartbeatStop
      POST
    • /AwakenLogin
      POST
    • /CheckUuid
      POST
    • /GetCachedInfo
      POST
    • /GetQRCode
      POST
    • /Heartbeat
      POST
    • /LogOut
      POST
  • Tool
    • /CdnDownloadImg
      POST
    • /CheckDatabaseOK
      GET
    • /DownloadAttach
      POST
    • /DownloadImg
      POST
    • /DownloadVideo
      POST
    • /DownloadVoice
      POST
    • /GetCdnDns
      POST
    • /IsRunning
      GET
    • /SetProxy
      POST
    • /SetStep
      POST
  • HongBao
    • /GetHongBaoDetail
  • User
    • /GetMyQRCode
      POST
    • /GetProfile
      POST
  • Message
    • /RevokeMsg
    • /SendAppMsg
    • /SendCDNFileMsg
    • /SendCDNImgMsg
    • /SendCDNVideoMsg
    • /SendCardMsg
    • /SendEmojiMsg
    • /SendImageMsg
    • /SendShareLink
    • /SendTextMsg
    • /SendVideoMsg
    • /SendVoiceMsg
    • /Sync
  1. User

/GetProfile

POST
/GetProfile
User
获取个人信息

请求参数

Body 参数application/json
Wxid
string 
必需
示例
{
  "Wxid": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/GetProfile' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Wxid": "string"
}'

返回响应

🟢200OK
application/json
Body
Code
integer 
可选
Data
object (mm.GetProfileResponse) 
可选
baseResponse
object (mm.BaseResponse) 
可选
userInfo
object (mm.ModUserInfo) 
可选
userInfoExt
object (mm.UserInfoExt) 
可选
Message
string 
可选
Success
boolean 
可选
示例
{
  "Code": 0,
  "Data": {
    "baseResponse": {
      "errMsg": {
        "string": "string"
      },
      "ret": 0
    },
    "userInfo": {
      "AlbumBgimgId": "string",
      "AlbumFlag": 0,
      "AlbumStyle": 0,
      "Alias": "string",
      "BindEmail": {
        "string": "string"
      },
      "BindMobile": {
        "string": "string"
      },
      "BindUin": 0,
      "BitFlag": 0,
      "City": "string",
      "Country": "string",
      "DisturbSetting": {
        "AllDaySetting": 0,
        "AllDayTim": {
          "BeginTime": 0,
          "EndTime": 0
        },
        "NightSetting": 0,
        "NightTime": {
          "BeginTime": 0,
          "EndTime": 0
        }
      },
      "Experience": 0,
      "FaceBookFlag": 0,
      "Fbtoken": "string",
      "FbuserId": 0,
      "FbuserName": "string",
      "GmailList": {
        "Count": 0,
        "List": [
          {
            "GmailAcct": "string",
            "GmailErrCode": 0,
            "GmailSwitch": 0
          }
        ]
      },
      "ImgBuf": [
        0
      ],
      "ImgLen": 0,
      "Level": 0,
      "LevelHighExp": 0,
      "LevelLowExp": 0,
      "NickName": {
        "string": "string"
      },
      "PersonalCard": 0,
      "PluginFlag": 0,
      "PluginSwitch": 0,
      "Point": 0,
      "Province": "string",
      "Sex": 0,
      "Signature": "string",
      "Status": 0,
      "TxnewsCategory": 0,
      "UserName": {
        "string": "string"
      },
      "VerifyFlag": 0,
      "VerifyInfo": "string",
      "Weibo": "string",
      "WeiboFlag": 0,
      "WeiboNickname": "string"
    },
    "userInfoExt": {
      "BbmnickName": "string",
      "Bbpin": "string",
      "Bbppid": "string",
      "BigChatRoomInvite": 0,
      "BigChatRoomQuota": 0,
      "BigChatRoomSize": 0,
      "BigHeadImgUrl": "string",
      "ExtStatus": 0,
      "ExtXml": {
        "string": "string"
      },
      "F2FpushSound": "string",
      "GoogleContactName": "string",
      "GrayscaleFlag": 0,
      "IdcardNum": "string",
      "Kfinfo": "string",
      "LinkedinContactItem": {
        "LinkedinMemberId": "string",
        "LinkedinName": "string",
        "LinkedinPublicUrl": "string"
      },
      "MainAcctType": 0,
      "MsgPushSound": "string",
      "MyBrandList": "string",
      "PatternLockInfo": {
        "LockStatus": 0,
        "PatternVersion": 0,
        "Sign": {
          "buffer": [
            0
          ],
          "iLen": 0
        }
      },
      "PaySetting": 0,
      "PayWalletType": 0,
      "RealName": "string",
      "RegCountry": "string",
      "SafeDevice": 0,
      "SafeDeviceList": {
        "Count": 0,
        "List": [
          {
            "CreateTime": 0,
            "DeviceType": "string",
            "Name": "string",
            "Uuid": "string"
          }
        ]
      },
      "SafeMobile": "string",
      "SecurityDeviceId": "string",
      "SmallHeadImgUrl": "string",
      "SnsUserInfo": {
        "SnsBgimgId": "string",
        "SnsBgobjectId": 0,
        "SnsFlag": 0,
        "SnsFlagEx": 0
      },
      "UserStatus": 0,
      "VoipPushSound": "string",
      "WalletRegion": 0,
      "WeiDianInfo": "string"
    }
  },
  "Message": "string",
  "Success": true
}
上一页
/GetMyQRCode
下一页
/RevokeMsg
Built with