瀏覽代碼

队列消息行了

lizhen_gitee 6 天之前
父節點
當前提交
7d36d994b4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Wen/Utils/GatewayUtils.php

+ 1 - 0
app/Wen/Utils/GatewayUtils.php

@@ -242,6 +242,7 @@ class GatewayUtils{
         if(_empty_($client_id)){
             return false;
         }
+        //5 普通消息,55 知识付费消息
         if(!in_array($mode, [0, 1, 2, 3, 4, 5, 12, 13, 55])){
             return false;
         }