Commit dbb394e6 authored by hujun's avatar hujun

新增商铺返回信息

parent f7d6da66
...@@ -448,7 +448,7 @@ class Shop extends Basic ...@@ -448,7 +448,7 @@ class Shop extends Basic
$result['msg'] = '新增或编辑成功'; $result['msg'] = '新增或编辑成功';
} else { } else {
$result['code'] = 101; $result['code'] = 101;
$result['msg'] = 'Add houses failure'; $result['msg'] = $data['msg'];
} }
} else { } else {
if (empty($this->params['id'])) { if (empty($this->params['id'])) {
......
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