Commit 4bf33436 authored by zfc's avatar zfc Committed by hujun

标签列表接口

parent 91213408
...@@ -225,7 +225,10 @@ Route::group('api', [ ...@@ -225,7 +225,10 @@ Route::group('api', [
//Version //Version
'getVersionNo' => [ 'api/Version/getVersionNo', [ 'method' => 'post' ] ], 'getVersionNo' => [ 'api/Version/getVersionNo', [ 'method' => 'post' ] ],
'agentUserTb' => [ 'api_broker/Client/agentUserTb', [ 'method' => 'get' ] ],//客户列表
'agentUserFollow' => [ 'api_broker/Client/agentUserFollow', [ 'method' => 'get' ] ],//客户列表
'agentSearch' => [ 'api_broker/Client/agentSearch', [ 'method' => 'get' ] ],//经纪人搜索
'getULabelsListApp' => [ 'api_broker/Client/getULabelsListApp', [ '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