no message

This commit is contained in:
hellcat 2025-03-20 22:15:37 +08:00
parent 69477772be
commit 342472501c

View File

@ -42,7 +42,7 @@ final class TestController extends BaseController
]; ];
$options = [ $options = [
'http' => [ 'https' => [
'header' => "Content-Type: application/json\r\n", 'header' => "Content-Type: application/json\r\n",
'method' => 'POST', 'method' => 'POST',
'content' => json_encode($data), 'content' => json_encode($data),