Commit b2b87612 authored by hangjun83's avatar hangjun83

openapi 1.1

parent 8bc2ecf8
...@@ -27,7 +27,7 @@ class RhawnProductService ...@@ -27,7 +27,7 @@ class RhawnProductService
public function getRawsList($offset = 0, $limit = 100) public function getRawsList($offset = 0, $limit = 100)
{ {
$rawList = $this->rhawnProductRepository->getRawListLimit($limit, $offset); $rawList = $this->rhawnRawRepository->getRawListLimit($limit, $offset);
return $rawList; return $rawList;
} }
......
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