make(StoreProductRelationServices::class); //商品关联 $storeProductRelationServices->saveRelation($id, $relation_id, $type, $is_show); } catch (\Throwable $e) { response_log_write([ 'message' => '写入商品关联[type:' . $type . ']发生错误,错误原因:' . $e->getMessage(), 'file' => $e->getFile(), 'line' => $e->getLine() ]); } return true; } }