当前位置: 首页 > news >正文 网站网页设计工作内容东莞企业网站价格 news 2025/11/6 10:40:55 网站网页设计工作内容,东莞企业网站价格,大气的房产网站,ulysses wordpress现在使用飞书的人越来越多了#xff0c;飞书有一个最大的好处#xff0c;可以使用webhook简便的发送群消息。而在工作中#xff0c;也经常会因为一些运维方面的工作#xff0c;需要给飞书发送群消息#xff0c;来实时提醒相关负责人,及时处理工作。 一、先看一下效果吧飞书有一个最大的好处可以使用webhook简便的发送群消息。而在工作中也经常会因为一些运维方面的工作需要给飞书发送群消息来实时提醒相关负责人,及时处理工作。 一、先看一下效果吧 最后有整个项目代码下载 二、飞书创建群 三、java通过webhook发飞书发送消息 通过上一步已经获取到如下信息根据实际情况复制出来后面会用到 webhook地址https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxx 签名校验xxxxxxx 上面两个获取到了下面就是java发送了 1、bootstrap.yml中配置如下 spring:application:name: base server:port: 9080servlet:context-path: / feishu:aiUrl: https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxxx #飞书机器人通知secret: xxxxxxxxxxxxxxxxsignName: 基础平台 2、controller代码 package com.ck.controller;import com.ck.config.FeiShuAiClient; import com.ck.service.TestService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*;RestController RequestMapping(/test) Api(tags TestController, description 测试) public class TestController {private static final Logger logger LoggerFactory.getLogger(TestController.class);Autowiredprivate TestService testService;Autowiredprivate FeiShuAiClient feiShuAiClient;GetMapping(/send)ApiOperation(发送内空)public String find(String name) {name当前发送内容name;feiShuAiClient.sendMsg(name);return 发送成功;} }3、发送飞书代码 /*** 发送结果* param content*/public void sendMsg(String content){content【signName】content;Long timestamp getTimestamp();String sign Sign(timestamp);FeiShuContentVo contentVo new FeiShuContentVo(content);FeiShuAiVo aiVo new FeiShuAiVo();aiVo.setTimestamp(timestamp.toString());aiVo.setSign(sign);aiVo.setMsg_type(text);aiVo.setContent(contentVo);String paramJson GsonUtils.toJson(aiVo);String result doPost(aiUrl,paramJson);log.info(飞书发送内容content发送结果result);}public String genSign(String secret, long timestamp) {//把timestamp\n密钥当做签名字符串String stringToSign timestamp \n secret;//使用HmacSHA256算法计算签名Mac mac null;try {mac Mac.getInstance(HmacSHA256);mac.init(new SecretKeySpec(stringToSign.getBytes(StandardCharsets.UTF_8), HmacSHA256));byte[] signData mac.doFinal(new byte[]{});return new String(Base64.encodeBase64(signData));} catch (Exception e) {e.printStackTrace();}return null;} 四、验证 五代码下载地址百度网盘 请输入提取码 通过百度网盘分享的文件send-feishu-msg 链接https://pan.baidu.com/s/1Dlyy64Tqwer8sSJu7vJGgQ?pwdyv0l 提取码yv0l 文章转载自: http://www.morning.xhsxj.cn.gov.cn.xhsxj.cn http://www.morning.xjnw.cn.gov.cn.xjnw.cn http://www.morning.ztmkg.cn.gov.cn.ztmkg.cn http://www.morning.kskpx.cn.gov.cn.kskpx.cn http://www.morning.ltfnl.cn.gov.cn.ltfnl.cn http://www.morning.knpmj.cn.gov.cn.knpmj.cn http://www.morning.lksgz.cn.gov.cn.lksgz.cn http://www.morning.rshs.cn.gov.cn.rshs.cn http://www.morning.dlbpn.cn.gov.cn.dlbpn.cn http://www.morning.srckl.cn.gov.cn.srckl.cn http://www.morning.plpqf.cn.gov.cn.plpqf.cn http://www.morning.cjxqx.cn.gov.cn.cjxqx.cn http://www.morning.ngkgy.cn.gov.cn.ngkgy.cn http://www.morning.xkyfq.cn.gov.cn.xkyfq.cn http://www.morning.htsrm.cn.gov.cn.htsrm.cn http://www.morning.pqnps.cn.gov.cn.pqnps.cn http://www.morning.kpmxn.cn.gov.cn.kpmxn.cn http://www.morning.prmbn.cn.gov.cn.prmbn.cn http://www.morning.ldqzz.cn.gov.cn.ldqzz.cn http://www.morning.fnxzk.cn.gov.cn.fnxzk.cn http://www.morning.cpgdy.cn.gov.cn.cpgdy.cn http://www.morning.krswn.cn.gov.cn.krswn.cn http://www.morning.dqwykj.com.gov.cn.dqwykj.com http://www.morning.tfqfm.cn.gov.cn.tfqfm.cn http://www.morning.thbkc.cn.gov.cn.thbkc.cn http://www.morning.wqfrd.cn.gov.cn.wqfrd.cn http://www.morning.zdsdn.cn.gov.cn.zdsdn.cn http://www.morning.fhbhr.cn.gov.cn.fhbhr.cn http://www.morning.fxygn.cn.gov.cn.fxygn.cn http://www.morning.dqdss.cn.gov.cn.dqdss.cn http://www.morning.kgrwh.cn.gov.cn.kgrwh.cn http://www.morning.lxqkt.cn.gov.cn.lxqkt.cn http://www.morning.dsprl.cn.gov.cn.dsprl.cn http://www.morning.kzpy.cn.gov.cn.kzpy.cn http://www.morning.yqgny.cn.gov.cn.yqgny.cn http://www.morning.sfphz.cn.gov.cn.sfphz.cn http://www.morning.rnpt.cn.gov.cn.rnpt.cn http://www.morning.slmbg.cn.gov.cn.slmbg.cn http://www.morning.nrydm.cn.gov.cn.nrydm.cn http://www.morning.lpsjs.com.gov.cn.lpsjs.com http://www.morning.fktlg.cn.gov.cn.fktlg.cn http://www.morning.kryxk.cn.gov.cn.kryxk.cn http://www.morning.qtnmp.cn.gov.cn.qtnmp.cn http://www.morning.tdhxp.cn.gov.cn.tdhxp.cn http://www.morning.wdqhg.cn.gov.cn.wdqhg.cn http://www.morning.zpyh.cn.gov.cn.zpyh.cn http://www.morning.zxrtt.cn.gov.cn.zxrtt.cn http://www.morning.lgnz.cn.gov.cn.lgnz.cn http://www.morning.fxpyt.cn.gov.cn.fxpyt.cn http://www.morning.mrbmc.cn.gov.cn.mrbmc.cn http://www.morning.rrqgf.cn.gov.cn.rrqgf.cn http://www.morning.rzsxb.cn.gov.cn.rzsxb.cn http://www.morning.yrcxg.cn.gov.cn.yrcxg.cn http://www.morning.mksny.cn.gov.cn.mksny.cn http://www.morning.hchrb.cn.gov.cn.hchrb.cn http://www.morning.bpmnz.cn.gov.cn.bpmnz.cn http://www.morning.rrbhy.cn.gov.cn.rrbhy.cn http://www.morning.knnhd.cn.gov.cn.knnhd.cn http://www.morning.thpzn.cn.gov.cn.thpzn.cn http://www.morning.gnyhc.cn.gov.cn.gnyhc.cn http://www.morning.jcwhk.cn.gov.cn.jcwhk.cn http://www.morning.wztnh.cn.gov.cn.wztnh.cn http://www.morning.hxljc.cn.gov.cn.hxljc.cn http://www.morning.zlces.com.gov.cn.zlces.com http://www.morning.qtltg.cn.gov.cn.qtltg.cn http://www.morning.jcbjy.cn.gov.cn.jcbjy.cn http://www.morning.cylbs.cn.gov.cn.cylbs.cn http://www.morning.cprls.cn.gov.cn.cprls.cn http://www.morning.rbmnq.cn.gov.cn.rbmnq.cn http://www.morning.tthmg.cn.gov.cn.tthmg.cn http://www.morning.gthwz.cn.gov.cn.gthwz.cn http://www.morning.yqwrj.cn.gov.cn.yqwrj.cn http://www.morning.slfmp.cn.gov.cn.slfmp.cn http://www.morning.ytfr.cn.gov.cn.ytfr.cn http://www.morning.ffbl.cn.gov.cn.ffbl.cn http://www.morning.zxqxx.cn.gov.cn.zxqxx.cn http://www.morning.slfmp.cn.gov.cn.slfmp.cn http://www.morning.bhpjc.cn.gov.cn.bhpjc.cn http://www.morning.dlmqn.cn.gov.cn.dlmqn.cn http://www.morning.ydwsg.cn.gov.cn.ydwsg.cn 查看全文 http://www.tj-hxxt.cn/news/282044.html 相关文章: 网站开发制作心得泸西县建设小学网站 郑州做网站的外包公司湖北硕丰建设有限公司网站 织梦网站后台如何做百度优化天一建设网站 品牌手机网站开发网站建设公司好吗 免费网站怎么建wordpress 支付宝 插件 时尚网站策划wordpress忘记用户名密码 成都需要网站制作什么网络公司比较好 郑州网站建设九零后小程序推广话术案例 蚌埠市重点工程建设管理局网站建设酒类产品网站的好处 做公司网站都需要什么资料镇江网站建设优化 欧美模板网站企业网站的建立 自己搭建一个博客网站vue 做电商网站 做网站的公司介绍wordpress没有备案 小游戏代码编程seo优化服务公司 个人网站设计 优帮云交互式网站定义 石家庄电商网站建设网页的制作教程 中文网站排名网站开发者调试模式 主动创新网站内容建设建设网站的政策风险分析 正规网站备案信息表大型购物网站建设费用 怎么做动漫小广告视频网站怎么做虚拟币网站 网站反链舜江建设集团官方网站 网站域名301上海新政策 做国际黄金看什么网站网页设计素材加代码 网站开发是什么语言张店网站建设价 有没有专门做航拍婚礼网站网站标题设计在线 网站开发基本流程wordpress输出标签名称 网站响应式图片切换代码深圳网站设计公司怎么做 WordPress仿站助手wordpress 插件出错 html网站二维码悬浮怎么做建设网站的效果目的及其功能 九江网站建设多少钱网站推广怎样做