Commit 509975fb authored by clone's avatar clone

Merge branch 'test'

parents 3c06dcd2 0afecf43
......@@ -217,7 +217,6 @@ class Member extends Basic
$data['status'] = 101;
$data['data'] = array();
$this->user->startTrans();
if ($phone) {
$user_data = $this->user->findUserByPhone('*', $phone, true);
} else {
......@@ -228,6 +227,8 @@ class Member extends Basic
switch ($type) {
case 'add' :
$this->user->startTrans();
if ($pwd == '') {
return $this->response(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