Commit 77dff806 authored by zhuwei's avatar zhuwei

bug

parent 54896706
...@@ -154,4 +154,5 @@ class Square extends Basic ...@@ -154,4 +154,5 @@ class Square extends Basic
} }
\ No newline at end of file
...@@ -23,6 +23,7 @@ class SquareService ...@@ -23,6 +23,7 @@ class SquareService
public function getDistrictLable(){ public function getDistrictLable(){
$res[]=['id'=>0,'name'=>'全部'];
$res[]=['id'=>1,'name'=>'一部']; $res[]=['id'=>1,'name'=>'一部'];
$res[]=['id'=>2,'name'=>'二部']; $res[]=['id'=>2,'name'=>'二部'];
$res[]=['id'=>3,'name'=>'三部']; $res[]=['id'=>3,'name'=>'三部'];
......
...@@ -865,6 +865,7 @@ Route::group('broker', [ ...@@ -865,6 +865,7 @@ Route::group('broker', [
'getCommenInfo' => [ 'api_broker/Square/getCommenInfo', [ 'method' => 'GET|POST' ] ], 'getCommenInfo' => [ 'api_broker/Square/getCommenInfo', [ 'method' => 'GET|POST' ] ],
'getSquareCommentExtList' => [ 'api_broker/Square/getSquareCommentExtList', [ 'method' => 'GET|POST' ] ], 'getSquareCommentExtList' => [ 'api_broker/Square/getSquareCommentExtList', [ 'method' => 'GET|POST' ] ],
'editCommenSort' => [ 'api_broker/Square/editCommenSort', [ 'method' => 'GET|POST' ] ], 'editCommenSort' => [ 'api_broker/Square/editCommenSort', [ 'method' => 'GET|POST' ] ],
'getDistrictLable' => [ 'api_broker/Square/getDistrictLable', [ 'method' => 'GET|POST' ] ],
'getAgentDistrictId' => [ 'api_broker/Broker/getAgentDistrictId', [ 'method' => 'GET|POST' ] ], 'getAgentDistrictId' => [ 'api_broker/Broker/getAgentDistrictId', [ '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