{
"type": "cdnSendAppletMessage",
"params": {
"robotId": "当前机器人微信ID",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"wxId": "接收方微信id",
"aesKey": "string",
"fileId": "string",
"fileMd5": "string",
"fileSize": "string",
"username": "gh_870576f3c6f9@app",
"appId": "wxde8ac0a21135c07d",
"appName": "美团团购",
"appIcon": "http://wx.qlogo.cn/mmhead/Q3auHgzwzM5IfaiappYJdWCApgZnQUtjqDLBOB2U2l4nsfASxgxkubQ/96",
"title": "吃喝玩乐 尽在美团",
"pagePath": "index/pages/mt/mt.html"
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "cdnSendAppletMessage",
"params": {
"robotId": "当前机器人微信ID",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"wxId": "接收方微信id",
"aesKey": "string",
"fileId": "string",
"fileMd5": "string",
"fileSize": "string",
"username": "gh_870576f3c6f9@app",
"appId": "wxde8ac0a21135c07d",
"appName": "美团团购",
"appIcon": "http://wx.qlogo.cn/mmhead/Q3auHgzwzM5IfaiappYJdWCApgZnQUtjqDLBOB2U2l4nsfASxgxkubQ/96",
"title": "吃喝玩乐 尽在美团",
"pagePath": "index/pages/mt/mt.html"
}
}'
{
"code": 200,
"description": "发送成功",
"time": 1716704721419,
"data": {
"robotId": "string",
"instanceId": "string"
}
}