Commit 5e363f28 authored by hj's avatar hj

更新

parent 9687d606
...@@ -50,7 +50,7 @@ $api->version('v1', function($api) { ...@@ -50,7 +50,7 @@ $api->version('v1', function($api) {
}); });
// chemsite接口 // chemsite接口
$api->group(namespace'=>'App\Http\Controllers\V1\Chemsite','middleware' => ['throttle:60,1','apiAuth'], 'providers' => 'jwt'], function($api) { $api->group(['namespace'=>'App\Http\Controllers\V1\Chemsite','middleware' => ['throttle:60,1','apiAuth'], 'providers' => 'jwt'], function($api) {
$api->post('/openapi/chemsite/orders/getCustomer', ['permission' => 'chemsite.customer.search', 'uses'=>'CustomerController@getCustomer']); $api->post('/openapi/chemsite/orders/getCustomer', ['permission' => 'chemsite.customer.search', 'uses'=>'CustomerController@getCustomer']);
}); });
}); });
......
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 to comment