refactor: 产品购买链接同型号平台校验
This commit is contained in:
@@ -267,6 +267,7 @@ class ProductPurchaseLink
|
||||
$data = [
|
||||
'id' => $id,
|
||||
'link' => $put['link'],
|
||||
'language_id' => request()->lang_id,
|
||||
'platform_id' => $put['platform_id']
|
||||
];
|
||||
$validate = new ProductPurchaseLinkValidate;
|
||||
|
||||
Reference in New Issue
Block a user