Commit c3355286 authored by zhuwei's avatar zhuwei

1

parent b0a8e010
......@@ -121,7 +121,7 @@ Route::group('index', [
'agentPositionList' => ['index/broker/agentPositionList', ['method' => 'GET']], //经纪人职称列表
'getPerformanceRecordList' => ['index/broker/getPerformanceRecordList', ['method' => 'GET']], //业绩调整记录
'modifyAgentPassword' => ['index/broker/modifyAgentPassword', ['method' => 'GET']], //业绩调整记录
'modifyAgentPassword' => ['index/broker/modifyAgentPassword', ['method' => 'POST|GET']], //业绩调整记录
'batchChangDish' => ['index/houses/batchChangDish', ['method' => 'post']],//批量修改盘方
'transformLandlord' => ['index/houses/transformLandlord', ['method' => '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