Commit ab0fd750 authored by hujun's avatar hujun

video_image

parent c3d9c025
...@@ -1111,7 +1111,7 @@ class Shop extends Basic ...@@ -1111,7 +1111,7 @@ class Shop extends Basic
$msg = ''; $msg = '';
$service = new HouseService(); $service = new HouseService();
$result = $service->addVideo($this->params['house_id'], $this->params['video_name'], $this->params['images'], $this->agentId, $this->agentName); $result = $service->addVideo($this->params['house_id'], $this->params['video_name'], $this->params['video_image'], $this->agentId, $this->agentName);
if ($result['status'] == 'fail') { if ($result['status'] == 'fail') {
$code = 101; $code = 101;
$msg = $result['msg']; $msg = $result['msg'];
......
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