Commit 4f9cb93c authored by hujun's avatar hujun

1

parent 8d611dec
...@@ -138,7 +138,7 @@ class Houses extends Basic ...@@ -138,7 +138,7 @@ class Houses extends Basic
} }
$return = $this->response($result['code'], $result['msg'], [ 'id'=>$house_data['house_id'] ]); $return = $this->response($result['code'], $result['msg'], [ 'id'=>$house_data['house_id'] ]);
} else { } else {
$return = $this->response(101, '新增或编辑错误'); $return = $this->response(101, $house_data['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