소스 검색

测试 easy 5.0, 设置Redis 缓存

liuzejian 1 년 전
부모
커밋
faaafa8e37
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Console/Commands/WechatPlatform/Test.php

+ 2 - 2
app/Console/Commands/WechatPlatform/Test.php

@@ -49,9 +49,9 @@ class Test extends Command
         $officialAccount = $openPlatform->officialAccount('wxebcb86ec4b80eaca',
             'refreshtoken@@@pOdN-RBZ1f475kZxXM66IcG2keHkv8V0mDs97JYa2TQ');
 
-        $officialAccount->customer_service->message('hello, '. date('Y-m-d H:i:s'))
+        $res = $officialAccount->customer_service->message('hello, '. date('Y-m-d H:i:s'))
             ->to('oHhd20dzCcfVjWt4OcGzFWISp6A4')
             ->send();
-
+        dump($res);
     }
 }