name: wechat_messaging
description: 通过微信向好友发送消息。流程:查询好友 -> 确认目标 -> 发送内容。
endpoint: https://192.168.29.1:8080
env:
WECHAT_APPID: wx_KcD1dMEn7KidBemwN2lVh
GET /aiTest/queryFriend
appid: {{env.WECHAT_APPID}}
name: 用户提供的好友名称
POST /aiTest/sendText
appid: {{env.WECHAT_APPID}}
contact: 目标好友的 wxId (从 queryFriend 获取)
content: 文本内容
queryFriend。
sendText。共 1 个版本