新增获取、修改购物车接口

This commit is contained in:
wucongxing 2023-03-24 08:54:37 +08:00
parent 408825ad95
commit d879d99a44

View File

@ -239,6 +239,10 @@ class UserPatientService extends BaseService
$item['product_cover_img'] = addAliyunOssWebsite($product['product_cover_img']);
$item['product_price'] = $product['product_price'];
$item['product_name'] = $product['product_name'];
$item['product_spec'] = $product['product_spec'];
$item['manufacturer'] = $product['manufacturer'];
$item['packaging_unit'] = $product['packaging_unit'];
$data[] = $item;
}