Commit 06b55c0b authored by clone's avatar clone

bug

parent c4fbe8c9
......@@ -184,7 +184,7 @@ class Shop extends Basic
//获取图片信息
foreach ($result as $key => $val) {
$result[$key]["api_path"] = CK_IMG_URL . 'images/';
$result[$key]["api_path"] = SHOP_IMAGE_DEPOT_URL . 'images/';
$result[$key]["rent_price"] = $val["rent_price"] * 0.01;
$result[$key]["images"] = [];
if ($val["external_image_id"]) {
......@@ -266,7 +266,7 @@ class Shop extends Basic
if ($result["external_slotting_fee"] != '-1') {
$result["external_slotting_fee"] = $result["external_slotting_fee"] * 0.01;
}
$result["api_path"] = CK_IMG_URL . 'images/';
$result["api_path"] = SHOP_IMAGE_DEPOT_URL . 'images/';
//$param["house_id"] = $params['id'];
//todo 这里的是否要更改成b端后台上传的类型
/* $param["img_type"] = 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment