Ver Fonte

队列消息行了

lizhen_gitee há 1 semana atrás
pai
commit
7d36d994b4
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
         }