Commit 9c18ebe4 authored by zhuwei's avatar zhuwei

bug

parent 6a8e37a4
...@@ -68,8 +68,8 @@ class Square extends Basic ...@@ -68,8 +68,8 @@ class Square extends Basic
public function getSquareInfo(){ public function getSquareInfo(){
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
if (!isset($params['id'])) { if (!isset($params['id'])) {
return $this->response("101", "参数不全"); return $this->response("101", "参数不全");
} }
......
...@@ -679,7 +679,7 @@ Route::group('broker', [ ...@@ -679,7 +679,7 @@ Route::group('broker', [
'agentUserFollow' => ['api_broker/Client/agentUserFollow', ['method' => 'get']],//客户列表 'agentUserFollow' => ['api_broker/Client/agentUserFollow', ['method' => 'get']],//客户列表
'agentSearch' => ['api_broker/Client/agentSearch', ['method' => 'get']],//经纪人搜索 'agentSearch' => ['api_broker/Client/agentSearch', ['method' => 'get']],//经纪人搜索
'getULabelsListApp' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签 'getULabelsListApp' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签
'getULabelsList' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签 'getULabelsList' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签
'all_user' => ['api_broker/Client/all_user', ['method' => 'post|get']],//全部客户 朱伟 'all_user' => ['api_broker/Client/all_user', ['method' => 'post|get']],//全部客户 朱伟
'inviteList' => ['api_broker/Client/inviteList', ['method' => 'get']], //邀请记录 'inviteList' => ['api_broker/Client/inviteList', ['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