[{"id":"9146597d.de1c18","type":"inject","z":"c9f0c79.14de638","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":1320,"wires":[["fbf815b6.3268e8"]]},{"id":"fbf815b6.3268e8","type":"http request","z":"c9f0c79.14de638","name":"Access_Token","method":"GET","ret":"obj","url":"https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=企业的ID&corpsecret=应用的密码","tls":"","x":360,"y":1320,"wires":[["24e0fa28.890366"]]},{"id":"6a8c9000.fb46c","type":"function","z":"c9f0c79.14de638","name":"msg","func":"msg.token = msg.payload.access_token;\nmsg.payload = {\n "agentid" : 1000002,\n "safe" : 0,\n "touser" : "xxxx",\n "msgtype" : "textcard",\n "textcard" : {\n "url" : msg.picUrl,\n "description" : "Who's knocking on heaven's door?",\n "title" : "有人来了"\n }\n/*\n "msgtype" : "text",\n "text" : {\n "content" : "我就试一下下"\n },\n*/\n}\nreturn msg;","outputs":1,"noerr":0,"x":330,"y":1360,"wires":[["5dba839a.3ee28c"]]},{"id":"5dba839a.3ee28c","type":"http request","z":"c9f0c79.14de638","name":"Send msg","method":"POST","ret":"obj","url":"https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token={{{token}}}","tls":"","x":480,"y":1360,"wires":[["4dda6069.b2708"]]},{"id":"24e0fa28.890366","type":"switch","z":"c9f0c79.14de638","name":"If Worked","property":"payload.errcode","propertyType":"msg","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":520,"y":1320,"wires":[["6a8c9000.fb46c"]]},{"id":"4dda6069.b2708","type":"debug","z":"c9f0c79.14de638","name":"企业微信","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":640,"y":1360,"wires":[]}]