From d0453fd61b68847238c75f5eb4219f7936f4f25a Mon Sep 17 00:00:00 2001 From: liangyuyan <1103300295@qq.com> Date: Tue, 15 Sep 2020 15:32:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=95=86=E5=93=81=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=EF=BC=8Cjson?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=95=B0=E7=BB=84=E6=B7=BB=E5=8A=A0=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/v3/GoodsActivity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/v3/GoodsActivity.php b/app/Models/v3/GoodsActivity.php index 009ae4e..233bdc4 100644 --- a/app/Models/v3/GoodsActivity.php +++ b/app/Models/v3/GoodsActivity.php @@ -24,7 +24,7 @@ class GoodsActivity extends Model protected $casts = [ 'details_imgs'=>'array', // 'tags'=>'array', - // 'market_ids'=>'array', + 'market_ids'=>'array', 'spec'=>'array', ];