Commit 6bbc8a54 authored by hangjun83's avatar hangjun83

乐妍

parent d8081c55
......@@ -51,8 +51,9 @@ class LeyanApiService extends PlatformAbstractService
return $this->apiresponse($response);
}
}catch(\exception $e){
return $this->requesterror($e);
}catch(\exception $exception){
SimpleLogs::writeLog($exception->getMessage(), __CLASS__.':pushUpdateProductByCas error', 'error');
return false;
}
}
......
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