Browse Source

测试 easy 5.0, 设置Redis 缓存

liuzejian 1 năm trước cách đây
mục cha
commit
faaafa8e37
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);
     }
 }