Commit 3167c481 authored by hujun's avatar hujun

application/route.php

parent 4bd7e050
...@@ -193,6 +193,7 @@ Route::group('api', [ ...@@ -193,6 +193,7 @@ 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