Commit 9f8fa640 authored by hangjun83's avatar hangjun83

openapi 1.1

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