禅道Webhook推送飞书错误码19002解决办法
将/opt/zbox/app/zentao/module/webhook/model.php 中
 
buildData方法里面的
 
$webhook->type == ‘feishuuser’ 改成
 
$webhook->type == 'feishugroup' || $webhook->type == 'feishuuser'

 

相关文章:

  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2021-06-26
猜你喜欢
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-07-03
  • 2022-12-23
  • 2022-02-02
相关资源
相似解决方案