curl '' \
-H 'Content-Type: application/json' \ -d '{"msgtype": "text", "text": { "content": "我就是我, 是不一样的烟火" } }'//@谁时,text和at中都要增加@对象手机号curl '' \ -H 'Content-Type: application/json' \ -d '{ "msgtype": "markdown", "markdown": { "title":"杭州天气", "text": "#### 杭州天气 @18501155011 @15255791952 \n> 9度,西北风1级,空气良89,相对温度73%\n\n> ![screenshot]( ###### 10点20分发布 [天气]( \n", }, "at": { "atMobiles": [ "18501155011", "15255791952", ], "isAtAll": false, } }'curl '' \ -H 'Content-Type: application/json' \ -d '{ "msgtype": "link", "link": { "text": "这个即将发布的新版本,创始人陈航(花名“无招”)称它为“红树林”。而在此之前,每当面临重大升级,产品经理们都会取一个应景的代号,这一次,为什么是“红树林”?", "title": "时代的火车向前开", "picUrl": "", "messageUrl": "" }}'