我是PHP的新手。我使用*composer**创建了一个Laravel项目。$request = Request::create('/api/testpost', 'POST',
[],[],[],[],'{"this is" : "my test contentreturn response()->json(["title"=>"this is the test get method"]);
我有一个用api_helper.php编写的API助手。我正在jQuery中使用AJAX执行前端API调用。现在,我还需要调用在getDataFromAPI()中定义的特定函数api_helper.php,因为我正在执行后端API调用- function getDatafromAPI调用(fileProcess.p