|
@@ -53,7 +53,7 @@ class Core
|
|
$send['a'] = $app;
|
|
$send['a'] = $app;
|
|
$send['p'] = $param;
|
|
$send['p'] = $param;
|
|
if ($state == false) {
|
|
if ($state == false) {
|
|
- $result = Dever::daemon(self::url($send), 'main');
|
|
|
|
|
|
+ $result = Dever::daemon(self::url($send), 'token');
|
|
} else {
|
|
} else {
|
|
$result = callAction($send);
|
|
$result = callAction($send);
|
|
}
|
|
}
|