WeChat ipad protocol, ipad8.0.40, secondary development of WeChat

Friendship link geweapi.com Click to visit!

Contact Relationship Detection

hint:

  • Query whether the relationship with a contact is normal
  • Note that you can query up to 20 contacts each time

Request URL:

  • http://domain address/api/contacts/check

Request method:

  • POST

Request header:

  • Content-Type:application/json

  • X-GEWE-TOKEN: background acquisition

parameter:

parameter name required type of data illustrate
appid yes string device id
to_wxid_list yes array user wxid

return data:

parameter name type of data illustrate
ret number 0: success
msg string Feedback
data object

Example request parameters:

   {
       "appid": "wx_nScLwnZhfNmlQlL0npc71",
       "to_wxid_list": [
           "wxid_4bxxxxxxxxxxx22"
       ]
   }

Example of successful return:

    {
        "ret": 0,
        "msg": "success",
        "data": {
            "result": [
                {
                    "to_wxid": "wxid_4bxxxxxxxxxxx22",
                    "state": "正常关系"
                }
            ]
        }
    }

Example error return:

    {
        "ret": -1,
        "msg_err": "[wx_bpPSNW0kK0xYSM6ldubd]设备不存在或已离线"
    }

Log in

Create a new device  to get login to the second VM

Execute login  logout login

information

Message callback  message withdrawal  sending app type message  sending applet

Send CDN filesSend  CDN picturesSend  CDN videosSend  emoji

Send Files  Send Pictures  Send Links  Send Messages  Send Videos  Send Voice

Circle of friends

Comment, Like  Moments, Function Operation,  Privacy Settings,  Content Details,  View Your Moments Timeline

Publish Moments  Upload pictures  Upload videos  Contact Moments Homepage

personal

Deleting a logged-in device  Obtaining personal information  Obtaining a personal second VM 

Get logged-in device  privacy settings  update  profile upload avatar

contact person

Contact/group list  to obtain brief contact information in batches

Contact relationship detectionDelete  contactContact  informationGet  mobile phone address book  search

Set Do Not Disturb for Contacts  Set Contact Remarks  Upload Phone Contacts  Friends Request Verification

Favorites and Tags

Delete favorite content  Get favorite content  Get favorite information

Synchronize FavoritesAdd  TagDelete  TagTag  ListModify  TagModify  Tag Name

group

Admin Operations  Invite Group Application Confirm  Create Group  Delete Group Members  Obtain Group Details

Disband the group  and obtain group 2 VM  scan code to enter the group  agree to enter the group  to obtain group information details

Invite or add contacts to the group  Obtain group member information  and save it to the address book

Add group contacts with one click,  query group member information,  set group announcements,  set group do-not-disturb

Set the nickname of my groupSet  the group nameSet  the group notesGroup  to  -doGroup chatTop

other

Emoji download     voice download     resource download

Guess you like

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