6
0
Fork 0

添加订单商品判断是否是赠品

release
vine_liutk 2021-12-29 10:44:57 +08:00
parent ffcea60b62
commit 9fceb901a4
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class OrderProductResource extends JsonResource
'vip_price' => $this->vip_price_format,
'quantity' => $this->quantity,
'can_after_sale' => $this->can_after_sale,
'is_gift' => $this->isGift(),
];
}
}