先跑通最小闭环
用一次 filehelper 发送确认凭证、实例和调用链路可用。
开始接入 →
先跑通登录、发消息、Webhook 回调。 再接入好友、群聊、朋友圈等业务接口。
发送第一条消息(复制执行即可)
# 首条消息验证:wcId 用 filehelper 可在手机文件传输助手中查看 curl -X POST https://your-domain/sendText \ -H "Content-Type: application/json" \ -H "Authorization: eyJ0eXAi..." \ -d '{ "wId": "your-instance-id", "wcId": "filehelper", "content": "Hello from Eyun" }' # Response { "code": "1000", "message": "处理成功" }
发送成功后,你将在微信『文件传输助手』中看到这条消息