{
"appId": "{{appid}}",
"toWxid": "34757816141@chatroom",
"miniAppId": "wx1f9ea355b47256dd",
"userName": "gh_690acf47ea05@app",
"title": "最快29分钟 好吃水果送到家",
"coverImgUrl": "https://che-static.vzhimeng.com/img/2023/10/30/67d55942-e43c-4fdb-8396-506794ddbdbc.jpg",
"pagePath": "pages/homeDelivery/index.html",
"displayName": "百果园+"
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/message/postMiniApp' \
--header 'X-GEWE-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"toWxid": "34757816141@chatroom",
"miniAppId": "wx1f9ea355b47256dd",
"userName": "gh_690acf47ea05@app",
"title": "最快29分钟 好吃水果送到家",
"coverImgUrl": "https://che-static.vzhimeng.com/img/2023/10/30/67d55942-e43c-4fdb-8396-506794ddbdbc.jpg",
"pagePath": "pages/homeDelivery/index.html",
"displayName": "百果园+"
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "34757816141@chatroom",
"createTime": 1704162674,
"msgId": 769533691,
"newMsgId": 3190424380344821399,
"type": 33
}
}