Browse Source

用户注册

bianjunhui 2 năm trước cách đây
mục cha
commit
58fffe3e40
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/Message.php

+ 1 - 1
application/api/controller/Message.php

@@ -52,7 +52,7 @@ class Message extends Api
             $user->save();
         }else{
              User::create($data, true);
-        }
+        } 
         $this->success();
     }