Commit 24ab9ca9 authored by hujun's avatar hujun

新增或编辑商铺返回信息

parent 1fdb96e8
...@@ -460,6 +460,7 @@ class Shop extends Basic ...@@ -460,6 +460,7 @@ class Shop extends Basic
if ($house_id) { if ($house_id) {
$result['data']['house_id'] = $house_id['house_id']; $result['data']['house_id'] = $house_id['house_id'];
$result['data']['internal_title'] = empty($this->params['internal_title']) ? "" : $this->params['internal_title']; $result['data']['internal_title'] = empty($this->params['internal_title']) ? "" : $this->params['internal_title'];
$result['msg'] = '新增或编辑成功';
} else { } else {
$data['code'] = 101; $data['code'] = 101;
$data['msg'] = 'Add houses failure'; $data['msg'] = 'Add houses failure';
......
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