The POST method is not supported for this route in Laravel when external api sends data to me

前端 未结 0 1381
你的背包
你的背包 2021-01-28 08:41

Controller

public function getPaymentDetail()
    {
        
        $response = Http::get(\'https://sample.com/api.php\');
        return $response->json();
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题