作者 lyh

gx

@@ -68,7 +68,7 @@ class ProductLogic extends BaseLogic @@ -68,7 +68,7 @@ class ProductLogic extends BaseLogic
68 $this->saveExtendInfo($id,$extend); 68 $this->saveExtendInfo($id,$extend);
69 }catch (\Exception $e){ 69 }catch (\Exception $e){
70 Log::info('错误信息---'.$e->getMessage()); 70 Log::info('错误信息---'.$e->getMessage());
71 - $this->fail('系统错误请联系管理员'); 71 + $this->fail('系统错误,请联系管理员');
72 } 72 }
73 $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT,$route); 73 $this->addUpdateNotify(RouteMap::SOURCE_PRODUCT,$route);
74 $this->curlDelRoute(['new_route'=>$route]); 74 $this->curlDelRoute(['new_route'=>$route]);