refactor: 产品购买链接同型号平台校验

This commit is contained in:
2025-02-26 13:42:19 +08:00
parent 8c4d2bf711
commit 0be323cfcf
3 changed files with 34 additions and 7 deletions

View File

@@ -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;