Recently, looking at the public platform, try to develop with PHP.
Sending a message to a subscription number after using token authentication with Laravel will prompt for a service error
Then I use a single PHP file test, start my server address to fill in the http://xxx.com/results or the same problem
The code has not changed. I changed the server address to http://xxx.com/index.php results to be useful. So ask a friend who has done development, this is what the situation, with the URL is related to
Reply content:
Recently, looking at the public platform, try to develop with PHP.
Sending a message to a subscription number after using token authentication with Laravel will prompt for a service error
Then I use a single PHP file test, start my server address to fill in the http://xxx.com/results or the same problem
The code has not changed. I changed the server address to http://xxx.com/index.php results to be useful. So ask a friend who has done development, this is what the situation, with the URL is related to
Not related to URLs. I used Laravel to develop more complex systems (including messages, events, WebAPP, Ajax interfaces, payments, etc.), communicating with the server through a Laravel routing configuration.
I guess the solution to your problem should be here: about the common platform "your service failed to respond properly to token validation" error resolution
General display can not provide services, all because the request you laravel application, your app did not make the corresponding data return, so it will show that the service is not available, use the log debugging it