个微API接口开发,提供测试

个微API接口测试地址:https://wkteam.cn/

请求URL:

  • http://域名地址/inviteChatRoomMember

请求方式:

  • POST

请求头Headers:

  • Content-Type:application/json
  • Authorization:login接口返回

参数:

参数名必选类型说明
wId string 登录实例标识
chatRoomId String 群号
userList String 群成员微信id,多个已 "," 分割

返回数据:

参数名类型说明
code string 1000成功,1001失败
msg string 反馈信息

请求参数示例

{
    "wId": "349be9b5-8734-45ce-811d-4e10ca568c67",
    "chatRoomId":"24187765053@chatroom",
    "userList":"wxid_ew6i9qdxlinu12,wxid_nqo37ves8w5t22"
}

成功返回示例

{
    "message": "成功",
    "code": "1000",
    "data": null
}

错误返回示例

{
    "message": "失败",
    "code": "1001",
    "data": null
}
posted @ 2023-07-25 14:07  WeChat——E云  阅读(25)  评论(0编辑  收藏  举报