{ "code": "formId", "msg": { "msgtype": "eapp", "eapp": { "img": "@mediaId", "title": "工单已回复", "content": "非常感谢您的反馈。", "link": "eapp://index/page?param1=1¶m2=2" } } }
curl --location -g --request POST 'http://127.0.0.1/sns/send_msg?aaccessKeyppid={{aaccessKeyppid}}×tamp={{timestamp}}&signature={{signature}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "formId", "msg": { "msgtype": "eapp", "eapp": { "img": "@mediaId", "title": "工单已回复", "content": "非常感谢您的反馈。", "link": "eapp://index/page?param1=1¶m2=2" } } }'
{ "errcode": 0, "errmsg": "ok" }