Commit 2dcacb31 authored by clone's avatar clone

bug

parent 574201b5
......@@ -782,6 +782,10 @@ class OrderLog extends Basic
return $this->response("200", "success!", $return);
}
/**
* @return \think\Response
*/
public function getMarchInList(){
$params = $this->params;
$params = array(
......@@ -792,6 +796,8 @@ class OrderLog extends Basic
return $this->response("101", $checkResult);
}
}
}
\ No newline at end of file
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