Commit 861ec290 authored by clone's avatar clone

1

parent 3a313e25
......@@ -83,6 +83,7 @@ class Square extends Basic
return $this->response("200", "request null");
}
$result = $this->s_square->getSquareSortList($list);
$result["data"] = $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