Commit 06f1a6e0 authored by clone's avatar clone Committed by hujun

bug

parent a3675fda
...@@ -82,7 +82,7 @@ class Basic extends Controller ...@@ -82,7 +82,7 @@ class Basic extends Controller
if (!in_array(trim($requestPath), $this->filterVerify)) { if (!in_array(trim($requestPath), $this->filterVerify)) {
$this->tokenVerify(); $this->tokenVerify();
} }
unset($this->params["AuthToken"]);
} }
/** /**
......
...@@ -45,7 +45,7 @@ class OrderLog extends Basic ...@@ -45,7 +45,7 @@ class OrderLog extends Basic
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
} }
/* $params = array( /* $params = array(
"reception_id" => 1,//带看经纪人id "reception_id" => 1,//带看经纪人id
"report_id" => 1,//报备id "report_id" => 1,//报备id
"order_id" =>1, //关联order表id "order_id" =>1, //关联order表id
...@@ -55,6 +55,8 @@ class OrderLog extends Basic ...@@ -55,6 +55,8 @@ class OrderLog extends Basic
"march_in_area" =>"上海市虹口区中山公园", //进场地址 "march_in_area" =>"上海市虹口区中山公园", //进场地址
);*/ );*/
// $params["reception_id"] = $this->agentName; // $params["reception_id"] = $this->agentName;
$is_ok = $this->o_march_in_model->addMarchIn($params); $is_ok = $this->o_march_in_model->addMarchIn($params);
if ($is_ok > 0) { if ($is_ok > 0) {
return $this->response("200", "request success", []); return $this->response("200", "request success", []);
......
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