Commit 9f8fa640 authored by hangjun83's avatar hangjun83

openapi 1.1

parent 25c2addc
...@@ -48,7 +48,7 @@ class InteglePlatformService ...@@ -48,7 +48,7 @@ class InteglePlatformService
if(!empty($rawList)){ if(!empty($rawList)){
$this->apiService->pushQueue([ $this->apiService->pushQueue([
'params' => ['rawList' => $rawList,'packageList' => $newPackages], 'params' => ['rawList' => $rawList,'packageList' => $newPackages],
'consumer' => 'App\Services\InteglePlatformService', 'consumer' => __CLASS__,
'method' => 'batchUpdateApi' 'method' => 'batchUpdateApi'
],'integle'); ],'integle');
$page ++; $page ++;
...@@ -70,7 +70,7 @@ class InteglePlatformService ...@@ -70,7 +70,7 @@ class InteglePlatformService
SimpleLogs::writeLog($logsContent,__CLASS__.':batchUpdateApi'); SimpleLogs::writeLog($logsContent,__CLASS__.':batchUpdateApi');
}catch(\Throwable $exception){ }catch(\Throwable $exception){
$this->apiService->pushQueue([ $this->apiService->pushQueue([
'consumer' => 'App\Services\InteglePlatformService', 'consumer' => __CLASS__,
'method' => 'batchUpdateApi', 'method' => 'batchUpdateApi',
'params' => $updateData 'params' => $updateData
],'integle'); ],'integle');
......
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