...
|
...
|
@@ -821,8 +821,8 @@ class User extends Api |
|
|
* 测试
|
|
|
*/
|
|
|
public function notice(){
|
|
|
halt(request()->domain());
|
|
|
$client = new Client();
|
|
|
halt(2);
|
|
|
$response = $client->request('POST', request()->domain().":2121/", [
|
|
|
'form_params' => [
|
|
|
'type' => 'publish',
|
...
|
...
|
|