Commit 961f88d3 authored by hj's avatar hj

更新提交

parent 56801854
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
$api->version('v1', function($api) { $api->version('v1', function($api) {
//获取token //获取token
$api->group(['namespace'=>'App\Http\Controllers\V1\Auth','middleware' => ['maintenance','throttle:60,1']], function($api) { $api->group(['namespace'=>'App\Http\Controllers\V1\Auth','middleware' => ['maintenance','throttle:60,1','requestlogs']], function($api) {
$api->post('/openapi/auth/getToken', ['uses'=>'CustomerAuthController@getToken']); $api->post('/openapi/auth/getToken', ['uses'=>'CustomerAuthController@getToken']);
}); });
......
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