Commit 7191e213 authored by zw's avatar zw

订单搜索

parent efcde645
......@@ -320,7 +320,7 @@ class OrderLog extends Basic
*/
public function bargainDetail(){
$params = $this->params;
$params = array(
/* $params = array(
"bargain_id" => 6,
"house_id" => 1,
"house_title"=> "wwww",
......@@ -328,7 +328,7 @@ class OrderLog extends Basic
"user_id" => 1,
"user_name" =>"nihhkkk",
"user_phone"=>"123****3333"
);
);*/
if(!isset($params["bargain_id"]) ||!isset($params["house_id"])||!isset($params["house_title"])||!isset($params["internal_address"])
||!isset($params["user_id"])||!isset($params["user_name"])||!isset($params["user_phone"])){
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