- wmi_api
- 开发指南
- 账号接口
- 消息接口
- 好友接口
- 标签接口
- 群接口
- 朋友圈接口
- 消息推送
创建群
开发中
POST
/v1/room/createroom
请求参数
Header 参数
token
string
可选
Body 参数application/json
uuid
string
微信id或微信绑定的设备号
userlist
array[string]
好友的wxid列表
示例
{
"uuid":"",
"userlist":[]
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
array [object {37}]
必需
mywxid
string
归属微信ID
wxid
string
好友微信ID
nickname
string
昵称
pyinitial
string
呢称拼音首写
quanpin
string
昵称全拼
sex
integer
性别
country
string
国家
province
string
省份
city
string
城市
bigheadimgurl
string
大头像
smallheadimgurl
string
小头像
remark
string
备注
remarkpyinitial
string
备注拼音首写
remarkquanpin
string
备注全拼
contacttype
integer
联系人类型
alias
string
微信号
phonenumlistinfo
string
可选
labelidlist
string
标签ID
labelnamelist
string
标签名称
description
string
描述
ownerinfo
object
归属微信信息
parentgroupname
string
可选
parentusername
string
可选
parentpath
array[string]
可选
groupname
string
可选
username
string
可选
pgroupname
string
可选
iscustomer
integer
可选
deleteflag
integer
可选
cusname
string
可选
custype
string
可选
cusstate
string
可选
cusbirthday
string
可选
vipsdate
integer
可选
vipedate
integer
可选
chatcount
integer
可选
lastchattime
integer
可选
text
string
必需
rowcount
integer
好友总数量
showmsg
boolean
必需
示例
{
"code": 200,
"data": [
{
"mywxid": "qq529078104",
"wxid": "wxid_cnyooczro72m21",
"nickname": "彬",
"pyinitial": "B",
"quanpin": "bin",
"sex": 1,
"country": "CN",
"province": "Guangdong",
"city": "Maoming",
"bigheadimgurl": "https://wx.qlogo.cn/mmhead/ver_1/TQKdOmvoSSshtzItIOFBw7klQxxsnrLuKtKjOpoqT6hOhaRDRJq3G3JJjHs1sAXKuzznjzwmCChqgFQ9cVQ4y5ZmMG3Qs8VrlOoSliatrOT4YMPjnY93VAEGWx3lvTLhic/0",
"smallheadimgurl": "https://wx.qlogo.cn/mmhead/ver_1/TQKdOmvoSSshtzItIOFBw7klQxxsnrLuKtKjOpoqT6hOhaRDRJq3G3JJjHs1sAXKuzznjzwmCChqgFQ9cVQ4y5ZmMG3Qs8VrlOoSliatrOT4YMPjnY93VAEGWx3lvTLhic/132",
"remark": "",
"remarkpyinitial": "B",
"remarkquanpin": "",
"contacttype": 0,
"alias": "w152199",
"phonenumlistinfo": "",
"labelidlist": "4,5",
"labelnamelist": "德行同事,同事,",
"description": "",
"ownerinfo": {
"wxid": "qq529078104",
"nickname": "尹庆",
"headurl": "http://wx.qlogo.cn/mmhead/ver_1/E0I6uhOjezbeThqcEDNecBtHn04l4UtEBmKL7APjI8TyQqxw1rjsoWj8PgkHMeqEPoHUUicHYOQ7S2icchIIjaFt8Kx8jrG4qicdPcAwicMLOHA/0",
"contacttype": 0,
"displayname": "尹庆",
"sex": 0
},
"parentgroupname": "",
"parentusername": "",
"parentpath": [
"商呼一部",
"李四"
],
"groupname": "商呼一部",
"username": "李四",
"pgroupname": "商呼一部",
"iscustomer": 0,
"deleteflag": 0,
"cusname": "",
"custype": "",
"cusstate": "",
"cusbirthday": "",
"vipsdate": 0,
"vipedate": 0,
"chatcount": 511,
"lastchattime": 1733809936
}
],
"message": "成功",
"rowcount": 1094,
"showmsg": false,
"statusText": ""
}
修改于 2025-04-24 09:11:10