Selaa lähdekoodia

队列消息行了

lizhen_gitee 1 viikko sitten
vanhempi
commit
7d36d994b4
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
         }