Commit c488e216 by 杨树贤

修改路由

parent c3e54136
Showing with 1 additions and 1 deletions
...@@ -59,7 +59,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Api'], function () { ...@@ -59,7 +59,7 @@ Route::group(['middleware' => ['external'], 'namespace' => 'Api'], function () {
Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function () { Route::group(['middleware' => ['external'], 'namespace' => 'Sync'], function () {
//这个接口是用来接收同步结果,同时这个接口也是接收一体化那边的修改 //这个接口是用来接收同步结果,同时这个接口也是接收一体化那边的修改
Route::any('/sync/unitedData/syncResult', 'SupplierSyncController@syncUniteResult'); Route::any('/sync/unitedData/syncResult', 'SupplierSyncController@syncUniteResult');
Route::get('/external/audit/GetNeedAuditSupplierCount', 'SupplierSyncController@GetNeedAuditSupplierCount'); Route::get('/sync/audit/GetNeedAuditSupplierCount', 'SupplierSyncController@GetNeedAuditSupplierCount');
}); });
Route::match(['get', 'post'], '/test', function () { 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