Use the GEWE framework to break through the limit of WeChat group sending

Friendship link: GEWE frame official website

At present, many students often encounter the situation that they need to send group messages multiple times in their work, especially when many recipients are involved, such tasks often make people feel irritated. However, we can elegantly solve this limitation with the help of various interfaces of the GEWE framework. Here is an example:

Send a message

This interface can send text and some special types of messages. Note: When @someone is in the group, remember to fill in his wxid in at and [@his nickname] in [Content], but fill in MsgType 1 and MsgSource when sending text messages Is empty

API

POST { baseURL }/api/message/sendmsg

Input example

Input parameter interface field name

parameter name type of data required illustrate
appid string yes device ID
to_wxid_list array yes The wxid/chatroomid of the recipient of the message


 


Provides the ability for developers to connect with personal accounts. It is an open API for personal accounts based on WeChat. It is easy to use, fast to operate, and supports multiple WeChat access methods.

You can implement personalized WeChat functions (for example: marketing system, cloud billing assistant, community assistant, customer service system, robot, etc.) through the API to automatically manage WeChat messages.

Functions that can be developed include but are not limited to:

Friend management: add friends, delete friends, modify notes, create tags, get friend list, search friend information

Message management: send text messages, picture messages, business card messages, animated emoticons, applets, send files, send videos, send URL links

Group management: automatically create groups, modify group names, invite new members, kick group members, get group lists, send invitation links, and get group chats.

Circle of friends: send circle of friends, like circle of friends, get list of circle of friends, forward circle of friends, circle of friends synchronously, send circle of friends in batches

Guess you like

Origin blog.csdn.net/weixin_36648445/article/details/131853706