style: openapi模块代码对齐

This commit is contained in:
2025-06-26 10:52:55 +08:00
parent dd3e7fae96
commit c59a81f316
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ class Product
$params = request()->get([
'category_id',
'language' => 'zh-cn',
'page/d' => 1,
'size/d' => 50
'page/d' => 1,
'size/d' => 50
]);
if ($params['size'] > 200) {