Commit ff3e58b8 by 杨树贤

方法

parent f9b0adac
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Api'], function () {
//同步相关的接口
Route::group(['middleware' => [], 'namespace' => 'Sync'], function () {
//这个接口是用来接收同步结果,同时这个接口也是接收一体化那边的修改
Route::get('/sync/unitedData/syncResult', 'SupplierSyncController@syncUniteResult');
Route::any('/sync/unitedData/syncResult', 'SupplierSyncController@syncUniteResult');
});
Route::match(['get', 'post'], '/test', function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment