主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情! |
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作 |
最近一直在使用方糖推送,看到LOC大佬的企业微信推送感觉NB,隧稍作修改发上来分享给大家食用~
LOC大佬的GITHUB:https://github.com/kaixin1995/InformationPush
大佬的目前仅支持卡片(我知道大佬是懒得写),稍作修改之后目前支持markdown推送(markdown仅支持在企业微信客户端内使用,普通微信仅支持
使用方法:
1、创建一个PHP文件,复制下方代码进去保存,上传至服务器
2、注册一个企业微信,很简单,参考大佬教程 https://github.com/kaixin1995/InformationPush
普通http://ex.php?msg=测试提交
卡片消息:http://php?type=textcardmsg=测试提交
(支持自定义卡片URL和ntxt,http://textcardmsg=测试提交url=https://www.hostloc.comntxt=更多)
markdown:http://域名/index.php?type=markdownmsg=markdown内容,需urlencode后提交
- <?php
- if(!isset($_REQUEST[‘msg’])) { exit; }
- $corpid = ”; // 填写企业ID
- $agentid = ”; // 填写应用ID
- $corpsecret = ”; // 填写应用Secret
- $access_token = curl(“https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=$corpidcorpsecret=$corpsecret”),true)[“access_token”];
- $url = “https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=”.$access_token;
- $msg = urldecode($_REQUEST[‘msg’]);
- $type = $_REQUEST[‘type’];
- switch ($type) {
- // 文本卡片消息
- case ‘textcard’:
- $data = array(
- ‘touser’ =&oparty’ =&tle’ =&tle’] ?? ‘新提醒’,
- ‘description’ =&www.hostloc.com’,
- ‘txt’ =&btntxt’] ?? ‘详情’,
- ),
- ‘enable_id_trans’ =&ble_duplicate_check’ =&plicate_check_interval’ =&eak;
- // markdown消息,仅企业微信内可以查看
- case ‘markdown’:
- $data = array(
- ‘touser’ =&eak;
- // 文本消息
- default:
- $data = array(
- ‘touser’ =&safe’ =&json_encode($data)));
- if ( $res-&rcode == 0 ) { echo “Success”; } else { echo “Error:”.$res->errmsg; }
- function icurl($url, $data = null)
- {
- $curl = curl_init();
- curl_setopt($curl, CURLOPT_URL, $url);
- curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
- curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
- if (!empty($data)) {
- curl_setopt($curl, CURLOPT_POST, 1);
- curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
- }
- curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
- $res = curl_exec($curl);
- curl_close($curl);
- return $res;
- }
复制代码
注册: 不如看看我的….. ps:个人来说,相比于tg,企业微信提供的api都是渣渣,不解释,对了至于推送到微信(比如方糖)不支持markdown,卡片式推送,性价比太低,那么大一块全是无用文字推送更恶心,用了几天就不用了
师太: 一个论坛都能玩出花来的都是大佬
sdcool: 支持大佬哦
师太: 这个有啥用啊大佬
这几篇文章你可能也喜欢:
- ToToTel- 真正的黑色星期五活动。 始终先打开服务器。 满意后再付款! 支持PAYPAL/支付宝
- RackNerd:15美元/年/1核@Ryzen 7950X/512MB内存/6GB NVMe空间/400GB流量/1Gbps端口/KVM/洛杉矶/圣何塞/芝加哥/纽约/达拉斯等。
- CSTserver 宣传香港/美国优化线路云服务器为 2.2 美元/月,裸机为 19.9 美元/月,高防御为 30 美元/月,10G 高带宽为 39 美元/月,站点组为 105 美元/月。
- DesiVPS 推出全新 AMD Ryzen9+NVMe 系列 VPS,起价每年 24 美元,圣何塞机房
- 华纳云双11超值购买,香港云主机4H4G5M,每年支付888元送1年免费.com域名
本文由主机参考刊发,转载请注明:通过企业微信发送提醒消息 支持markdown https://zhujicankao.com/17833.html
评论前必须登录!
注册