Commit 029e58a5 authored by zw's avatar zw

经纪人搜索

parent 85494b6e
......@@ -350,12 +350,14 @@ class OrderLog extends Basic
}
/**
* @return \think\Response
*/
public function searchAgents(){
$params = $this->params;
$params = array(
/* $params = array(
"keyword" => "138"
);
);*/
if(!isset($params["keyword"])){
return $this->response("101","请求参数错误");
......
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