Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 6 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,12 @@
19. 踢群成员(delChatRoomUser)
20. 修改群名称(updateChatRoomName)
21. 修改我在本群的昵称(updateRoomAsName)
22. 加群成员为好友(addRoomFriend)
23. 创建群聊(createChatRoom)
24. 退出群聊(exitChatRoom)
25. 接受群邀请(acceptChatroomInvite)
26. 接受转账(acceptBankTransfer)
27. 上传客户端文件到服务器(uploadFile)
28. 关闭进程(closeProcess)
22. 创建群聊(createChatRoom)
23. 退出群聊(exitChatRoom)
24. 接受群邀请(acceptChatroomInvite)
25. 接受转账(acceptBankTransfer)
26. 上传客户端文件到服务器(uploadFile)
27. 关闭进程(closeProcess)


# receive_msg
Expand Down Expand Up @@ -1310,27 +1309,6 @@ flag:
}
```

### 加群成员为好友(两条此指令之间的间隔时间不能低于5s)

#### 参数说明
|option中的参数|参数的含义|
|:------------|:--------|
|chatroom |群的微信id|
|wxid |要加为好友的个人微信id|
|noticeWord |打招呼的消息|

```json
{
"api" : "addRoomFriend",
"sendId":"",
"option" : {
"chatroom":"23XXXXX71@chatroom",
"wxid":"xyz11111",
"noticeWord":"你好!我是XXX"
}
}
```

### 创建群聊
注:每个微信号每天能创建的群是有上限的,无限制的创建群会带来封号风险

Expand Down