Commit 5d6ad4ff authored by zhuwei's avatar zhuwei

1

parent c1169a11
...@@ -698,8 +698,7 @@ class Shop extends Basic ...@@ -698,8 +698,7 @@ class Shop extends Basic
$result['is_can_edit_only_contract'] = $s_house->isCanEditOnlyContract($this->agentId,$params["id"]); $result['is_can_edit_only_contract'] = $s_house->isCanEditOnlyContract($this->agentId,$params["id"]);
#商铺视频 #商铺视频
$house_id = 148; $result['shop_videos'] = $s_house->getHouseVideoList($params['id']);
$result['shop_videos'] = $s_house->getHouseVideoList($house_id);
unset($result['external_image_id']); unset($result['external_image_id']);
return $this->response("200", 'request success', $result); return $this->response("200", 'request success', $result);
......
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