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

bug

parent a3675fda
......@@ -82,7 +82,7 @@ class Basic extends Controller
if (!in_array(trim($requestPath), $this->filterVerify)) {
$this->tokenVerify();
}
unset($this->params["AuthToken"]);
}
/**
......
......@@ -55,6 +55,8 @@ class OrderLog extends Basic
"march_in_area" =>"上海市虹口区中山公园", //进场地址
);*/
// $params["reception_id"] = $this->agentName;
$is_ok = $this->o_march_in_model->addMarchIn($params);
if ($is_ok > 0) {
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