身份认证

master
zhanglingsheng 5 years ago
parent 94b3b664ba
commit 123bed164c

@ -2151,7 +2151,7 @@ class UserController extends BaseController
$arr['status'] = ($re == 1 || $re == 2 ) ? 1 : 0;
$arr['ip'] = get_client_ip();
$arr['create_time'] = time();
M('idcard', 'tab_')->data($arr)->add();
M('idcard_log', 'tab_')->data($arr)->add();
switch ($re) {
case - 1:

Loading…
Cancel
Save