lizhen_gitee 1 неделя назад
Родитель
Сommit
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;
         }