...
|
...
|
@@ -97,7 +97,7 @@ class Notify extends Api |
|
|
$client = new Client();
|
|
|
$domain = config('socketio.domain');
|
|
|
$http_port = config('socketio.http_port');
|
|
|
$response = $client->request('POST', $domain.":{$http_port}/", [
|
|
|
$client->request('POST', $domain.":{$http_port}/", [
|
|
|
'form_params' => [
|
|
|
'type' => 'publish',
|
|
|
'content' => '您有新的订单,请注意查收',
|
...
|
...
|
|