Commit 1ebea9fa authored by hujun's avatar hujun

修改请求方式

parent 1aa83cab
...@@ -225,7 +225,7 @@ Route::group('broker', [ ...@@ -225,7 +225,7 @@ Route::group('broker', [
'refund' => [ 'api_broker/OrderLog/refund', [ 'method' => 'get|post' ] ], 'refund' => [ 'api_broker/OrderLog/refund', [ 'method' => 'get|post' ] ],
'bargain' => [ 'api_broker/OrderLog/bargain', [ 'method' => 'get|post' ] ], 'bargain' => [ 'api_broker/OrderLog/bargain', [ 'method' => 'get|post' ] ],
'statusBargain' => [ 'api_broker/OrderLog/statusBargain', [ 'method' => 'get|post' ] ], 'statusBargain' => [ 'api_broker/OrderLog/statusBargain', [ 'method' => 'get|post' ] ],
'login' => [ 'api_broker/Broker/login', [ 'method' => 'get' ] ], //经纪人登陆 'login' => [ 'api_broker/Broker/login', [ 'method' => 'post' ] ], //经纪人登陆
'editClient' => [ 'api_broker/Client/editClient', [ 'method' => 'get|post' ] ],//添加和编辑客户 'editClient' => [ 'api_broker/Client/editClient', [ 'method' => 'get|post' ] ],//添加和编辑客户
'getBroker' => ['api_broker/broker/getBroker',['method'=>'get']],//获取经纪人列表 'getBroker' => ['api_broker/broker/getBroker',['method'=>'get']],//获取经纪人列表
'labelEdit' => ['api_broker/label/index',['method'=>'get|post']], //编辑标签 'labelEdit' => ['api_broker/label/index',['method'=>'get|post']], //编辑标签
......
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