This commit is contained in:
toom1996
2025-08-05 15:05:12 +08:00
parent 73603f5393
commit be4f02fc5b

View File

@ -34,8 +34,7 @@ class RobotController extends AbstractController
var_dump($this->request->post()); var_dump($this->request->post());
return [ return [
'method' => $method, 'msg' => 'ok',
'message' => "Hello {$user}.",
]; ];
} }
} }