Commit 2dcacb31 authored by clone's avatar clone

bug

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