Commit 333e99ac authored by clone's avatar clone

新增客户

parent 92d19c12
...@@ -328,7 +328,7 @@ class Member extends Basic{ ...@@ -328,7 +328,7 @@ class Member extends Basic{
if ($result == -1) { if ($result == -1) {
return $this->response(101, '该用户已经存在!'); return $this->response(101, '该用户已经存在!');
} }
$this->params['id'] = $result; $this->params['id'] = $result;
} }
......
This diff is collapsed.
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