Commit 8bc2ecf8 authored by hangjun83's avatar hangjun83

openapi 1.1

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