上传手机通讯录好友
POST
/friend/UploadMContact
朋友
请求参数
Query 参数
key
string
账号唯一标识
Body 参数application/json
Mobile
string
可选
示例值:
MobileList
array[string]
可选
示例
{
"Mobile": "",
"MobileList": [
"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 '/friend/UploadMContact' \
--header 'Content-Type: application/json' \
--data-raw '{
"Mobile": "",
"MobileList": [
"string"
]
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}