新增获取、修改购物车接口
This commit is contained in:
parent
408825ad95
commit
d879d99a44
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user