Commit 6bbc8a54 authored by hangjun83's avatar hangjun83

乐妍

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