作者 lyh

gx关键词关联关系

... ... @@ -273,7 +273,7 @@ class KeywordController extends BaseController
'keyword_id.required' => '关键词id不能为空',
'product_id.required' => '产品id不为空',
]);
$logic->delRelated($this->param['keyword'],$this->param['product_id']);
$logic->delRelated($this->param['keyword_id'],$this->param['product_id']);
$this->response('success');
}
}
... ...