- 接口说明
- websocket
- websocket
- 认证
- 我的
- 好友
- 申请
- 群组
- 聊天
- 附近的人
- 腾讯语音
- 朋友圈
- 收藏
- 通知
- 公共
- 资料商城
- 数据字典查询POST
申请详情
开发中
GET
https://im.renren.club/apply/info/1506516449739526146
暂无描述
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://im.renren.club/apply/info/1506516449739526146'
返回响应
🟢200成功
application/json
Body
msg
string
返回文字描述
code
integer
手机验证码
data
object
返回数据
userId
string
用户ID
portrait
string
头像
nickName
string
用户昵称
intro
string
示例:-
gender
string
性别
chatNo
string
微聊号
provinces
string
示例:-
city
string
示例:-
applyId
string
必需
reason
string
必需
applySource
string
示例:4
applyStatus
string
示例:1
applySourceLabel
string
示例:手机号
applyStatusLabel
string
示例:同意
genderLabel
string
性别
示例
{
"msg": "操作成功",
"code": 200,
"data": {
"userId": "1501464605459832834",
"portrait": "https://q3z3-im.oss-cn-beijing.aliyuncs.com/61bed1c563de173eb00e8d8c.png",
"nickName": "好好好好好",
"intro": "",
"gender": "1",
"chatNo": "b829c0a75dda4f898a554bbd241bee67",
"provinces": "",
"city": "",
"applyId": "1506516449739526146",
"reason": "我想成为你朋友1",
"applySource": "4",
"applyStatus": "1",
"applySourceLabel": "手机号",
"applyStatusLabel": "同意",
"genderLabel": "男"
}
}
🟢200错误
修改于 2023-10-04 13:11:52