6
0
Fork 0

优化商品列表数据结构

release
李静 2021-12-02 11:43:35 +08:00
parent 5f6cf37b51
commit 008c7ec903
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class ProductSkuSimpleResource extends JsonResource
'name' => $this->name,
'cover' => (string) $this->cover,
'sell_price' => $this->sell_price,
'vip_price' => $this->vip_price,
'vip_price' => (string) $this->vip_price,
'sales' => $this->sales,
];
}