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