Commit 69ca0863 authored by hj's avatar hj

更新

parent 5e363f28
......@@ -51,7 +51,7 @@ $api->version('v1', function($api) {
// chemsite接口
$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/customer/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