Commit b74e4ca4 by 杨树贤

加密

parent 9e8174de
Showing with 1 additions and 1 deletions
......@@ -20,7 +20,7 @@ class UserService
if (!$ucId) {
if (!empty($data['password'])) {
$data['password'] = PasswordService::passwordHash($data['password'],$data['salt']);
//$data['password'] = PasswordService::passwordHash($data['password'],$data['salt']);
}
//去新增注册
$data['create_time'] = time();
......
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 sign in to comment