Commit 13e963fa authored by clone's avatar clone

1

parent fd40c692
......@@ -669,7 +669,7 @@ class OrderLog extends Basic
return $this->response("101", "输入的搜索内容错误");
}
try {
$result = $this->service_->getBargainList($params);
$result["result"] = $this->service_->getBargainList($params);
if (count($result) > 0) {
return $this->response("200", "request success", $result);
} else {
......
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