Commit 440392c2 authored by zhuwei's avatar zhuwei

bug

parent b1c5e30e
......@@ -185,6 +185,8 @@ class RegisterService
$userParams["id"] = $id;
} else {
$userParams["create_time"] = date("Y-m-d H:i:s", time());
//设置客户保护期 朱伟 2018-10-16 14:18:22
$userParams["protect_time"] = date("Y-m-d H:i:s", '+1 day');
}
$userParams["buyer_id"] = $buyer_id;
......
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