Parcourir la source

测试 easy 5.0, 设置Redis 缓存

liuzejian il y a 1 an
Parent
commit
faaafa8e37
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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);
     }
 }