Commit 9972c815 authored by hujun's avatar hujun

新增商铺返回商铺名

parent e5de0276
...@@ -268,6 +268,7 @@ class Shop extends Basic ...@@ -268,6 +268,7 @@ class Shop extends Basic
if ($house_id) { if ($house_id) {
$this->gHousesModel->commit(); $this->gHousesModel->commit();
$result['data']['house_id'] = $house_id; $result['data']['house_id'] = $house_id;
$result['data']['internal_title'] = $this->params['internal_title'];
} else { } else {
$this->gHousesModel->rollback(); $this->gHousesModel->rollback();
$data['code'] = 101; $data['code'] = 101;
......
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