DengTao 8 년 전
부모
커밋
4861f1a9a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      www/protected/components/QyWechat.php

+ 1 - 1
www/protected/components/QyWechat.php

@@ -1984,7 +1984,7 @@ class QyWechat
             // 测试账号列表检索
             // 测试账号列表检索
             $test_userid_list = [
             $test_userid_list = [
                 'dengtao',
                 'dengtao',
-                'honghaitao'
+                'honghaitao',
             ];
             ];
             if (!in_array($data['touser'], $test_userid_list)) {
             if (!in_array($data['touser'], $test_userid_list)) {
                 return false;
                 return false;