Commit 5c5b0556 authored by clone's avatar clone

bug

parent b5f28552
...@@ -519,7 +519,7 @@ class OrderLog extends Basic ...@@ -519,7 +519,7 @@ class OrderLog extends Basic
$data['msg'] = ""; $data['msg'] = "";
$data['data'] = []; $data['data'] = [];
if (empty($this->params['id']) || empty($this->params['agent_id']) || empty($this->params['source'])) { if (empty($this->params['id']) || empty($this->params['agent_id']) ) {
return $this->response(101, 'Id or agent_id or source is null.'); return $this->response(101, 'Id or agent_id or source is null.');
} }
$source = empty($this->params['source']) ? 0 : $this->params['source']; $source = empty($this->params['source']) ? 0 : $this->params['source'];
......
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