Commit c39b645b authored by hujun's avatar hujun

定时任务路由修改

parent 3167c481
...@@ -193,7 +193,6 @@ Route::group('api', [ ...@@ -193,7 +193,6 @@ Route::group('api', [
Route::group('task',[ Route::group('task',[
'exclusiveExpirationTime' => [ 'task/exclusive/exclusiveExpirationTime', [ 'method' => 'get' ]] //独家过期时间 'exclusiveExpirationTime' => [ 'task/exclusive/exclusiveExpirationTime', [ 'method' => 'get' ]] //独家过期时间
]); ]);
Route::group('broker', [ Route::group('broker', [
......
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