Commit a176bb48 authored by clone's avatar clone

bug

parent 11741e0b
......@@ -377,15 +377,15 @@ class OrderLog extends Basic
/**
* @return \think\Response
*/
/* public function searchAgents()
public function searchBargainList()
{
$params = $this->params;
$params = array(
/* $params = array(
"submit_agent_id" => 1,
"keyword" => "17717536291",
"page_no" => 1,
"page_size" => 15
);
);*/
if (!isset($params["submit_agent_id"]) || !isset($params["keyword"])) {
return $this->response("101", "请求参数错误");
......@@ -402,7 +402,7 @@ class OrderLog extends Basic
return $this->response("101", "request error,msg:" . $e);
}
}*/
}
/**
* 搜索经纪人
......
......@@ -367,6 +367,7 @@ Route::group('broker', [
'bargainDetail' => ['api_broker/OrderLog/bargainDetail', [ 'method' => 'get|post' ] ],
'searchAgents' => ['api_broker/OrderLog/searchAgents', [ 'method' => 'get' ] ],
'searchBargainList' => ['api_broker/OrderLog/searchBargainList', [ 'method' => 'get' ] ],
'appAgentAuth' => ['api_broker/Report/appAgentAuth', [ '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