以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  企业微信 机器人使用  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=174459)

--  作者:yifan3429
--  发布时间:2022/1/17 0:03:00
--  企业微信 机器人使用
  1. curl \'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa\' \\
  2. -H \'Content-Type: application/json\' \\
  3. -d \'
  4. {
  5. "msgtype": "text",
  6. "text": {
  7. "content": "hello world"
  8. }
  9. }\'
上面是示例代码 在fox 怎么完整使用 发送 hello world 到群内

--  作者:有点蓝
--  发布时间:2022/1/17 8:37:00
--  
用法差不多的,参考:http://www.foxtable.com/mobilehelp/topics/0166.htm