Commit fd40c692 authored by clone's avatar clone

1

parent f1428f91
...@@ -693,7 +693,7 @@ Route::group('broker', [ ...@@ -693,7 +693,7 @@ Route::group('broker', [
'bargainDetail' => ['api_broker/OrderLog/bargainDetail', ['method' => 'get|post']], 'bargainDetail' => ['api_broker/OrderLog/bargainDetail', ['method' => 'get|post']],
'searchAgents' => ['api_broker/OrderLog/searchAgents', ['method' => 'get']], 'searchAgents' => ['api_broker/OrderLog/searchAgents', ['method' => 'get']],
'searchBargainList' => ['api_broker/OrderLog/searchBargainList', ['method' => 'get']], 'searchBargainList' => ['api_broker/OrderLog/searchBargainList', ['method' => 'get|post']],
'searchBargainListByOrderId' => ['api_broker/OrderLog/searchBargainListByOrderId', ['method' => 'get']], 'searchBargainListByOrderId' => ['api_broker/OrderLog/searchBargainListByOrderId', ['method' => 'get']],
......
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