Commit 44182ae5 authored by zw's avatar zw

log

parent 62302624
......@@ -318,9 +318,9 @@ class OrderLog extends Basic
if($result["code"] == 101){
return $this->response("101",$result["msg"]);
}else if($result["code"] == 200){
return $this->response("200",["is_show" => $result["is_show"]]);
return $this->response("200","success",["is_show" => $result["is_show"]]);
}
return $this->response("200",["is_show" => false]);
return $this->response("200","success",["is_show" => false]);
}
......
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