Commit 8388e2c3 authored by hangjun83's avatar hangjun83

openapi 1.1

parent 77edd1b3
...@@ -30,7 +30,7 @@ class InteglePlatformService ...@@ -30,7 +30,7 @@ class InteglePlatformService
$page = 0; $page = 0;
while(true) { while(true) {
$rawList = $rhawnChemicalsService->getChemicalRawList($page * $limit, $limit); $rawList = $rhawnChemicalsService->getRawsList($page * $limit, $limit);
if (!$rawList) { if (!$rawList) {
break; break;
} }
......
...@@ -46,7 +46,7 @@ class WuxiLabService ...@@ -46,7 +46,7 @@ class WuxiLabService
$page = 0; $page = 0;
while(true) { while(true) {
$rawList = $this->rhawnChemicalsService->getChemicalRawList($page * $limit, $limit); $rawList = $this->rhawnChemicalsService->getRawsList($page * $limit, $limit);
if (!$rawList) { if (!$rawList) {
break; break;
} }
...@@ -385,7 +385,7 @@ class WuxiLabService ...@@ -385,7 +385,7 @@ class WuxiLabService
$page = 0; $page = 0;
while(true) { while(true) {
$rawList = $this->rhawnChemicalsService->getChemicalRawList($page * $limit, $limit); $rawList = $this->rhawnChemicalsService->getRawsList($page * $limit, $limit);
if (!$rawList) { if (!$rawList) {
break; break;
} }
......
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