Commit 82892cdb authored by zw's avatar zw

1

parent 861ec290
...@@ -82,8 +82,8 @@ class Square extends Basic ...@@ -82,8 +82,8 @@ class Square extends Basic
if (count($list) <= 0) { if (count($list) <= 0) {
return $this->response("200", "request null"); return $this->response("200", "request null");
} }
$result = $this->s_square->getSquareSortList($list); $res = $this->s_square->getSquareSortList($list);
$result["data"] = $result; $result["data"] = $res;
return $this->response("200", "success", $result); return $this->response("200", "success", $result);
} }
......
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