From afbaafbb7c36c72c25116cbd8b5c5650d2ba8475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 23 Jan 2026 15:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E7=83=AD=E5=BA=A6=E5=8D=A1?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Decorate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Decorate.php b/application/api/model/Decorate.php index 4723ff74..11d99d7f 100644 --- a/application/api/model/Decorate.php +++ b/application/api/model/Decorate.php @@ -119,7 +119,7 @@ class Decorate extends Model if (!$decorate) { return ['code' => 0, 'msg' => '参数错误']; } - if($decorate['type'] == 12){ + if(in_array($decorate['type'], [12,13])){ $result['title'] = $decorate['title']; $result['price'] = (int)$decorate['price']; $result['base_image'] = localpath_to_netpath($decorate['base_image']);