Commit 7cf1084f authored by clone's avatar clone

1

parent f4903b32
...@@ -1030,6 +1030,7 @@ Route::group('broker', [ ...@@ -1030,6 +1030,7 @@ Route::group('broker', [
'getAgentDistrictId' => ['api_broker/Broker/getAgentDistrictId', ['method' => 'GET|POST']], 'getAgentDistrictId' => ['api_broker/Broker/getAgentDistrictId', ['method' => 'GET|POST']],
'getOpenList' => ['api_broker/PayLogOpen/getOpenList', ['method' => 'GET|POST']], 'getOpenList' => ['api_broker/PayLogOpen/getOpenList', ['method' => 'GET|POST']],
'openCheck' => ['api_broker/PayLogOpen/openCheck', ['method' => 'GET|POST']], 'openCheck' => ['api_broker/PayLogOpen/openCheck', ['method' => 'GET|POST']],
'applyForOpen' => ['api_broker/PayLogOpen/applyForOpen', ['method' => 'GET|POST']],
'costList' => ['api_broker/ApplyForCost/costList', ['method' => 'GET']], //费用申请列表 'costList' => ['api_broker/ApplyForCost/costList', ['method' => 'GET']], //费用申请列表
'moveHouseAgent' => ['api_broker/User/moveHouseAgent', ['method' => 'GET|POST']],//客方同步到新表 'moveHouseAgent' => ['api_broker/User/moveHouseAgent', ['method' => 'GET|POST']],//客方同步到新表
'moveHouseSiteId' => ['api_broker/User/moveHouseSiteId', ['method' => 'GET|POST']],//站点同步到新表 'moveHouseSiteId' => ['api_broker/User/moveHouseSiteId', ['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