Commit 8a2d687e authored by clone's avatar clone

1

parent cd207cf1
This diff is collapsed.
This diff is collapsed.
......@@ -924,4 +924,9 @@ Route::group('search', [
'search' => ['search/Search/search', ['method' => 'get|post']],
]);
Route::group('office', [
'isBargainEnd' => ['api_broker/OrderLog/isBargainEnd', ['method' => 'get']],
]);
//Route::miss('api/index/miss');//处理错误的url
\ No newline at end of file
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