|
@@ -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);
|
|
|
}
|
|
|
}
|