Commit 2f0925c3 authored by clone's avatar clone

Merge branch '0822-v2.8' of https://gitee.com/zwyjjc/tl_estate into 0822-v2.8

parents 26935145 8e0a521f
...@@ -116,7 +116,7 @@ class News extends Basic ...@@ -116,7 +116,7 @@ class News extends Basic
} catch (\Exception $e) { } catch (\Exception $e) {
return $this->response(101, '新增或编辑失败!'.$e->getMessage()); return $this->response(101, '新增或编辑失败!'.$e->getMessage());
} }
die('1');
return $this->response(200, '新增成功!'); return $this->response(200, '新增成功!');
} }
......
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