|
$ep['rs'] = $rsapi->I030501($ep['name'], $ep['idCard']);
|
|
$ep['rs'] = $rsapi->I030501($ep['name'], $ep['idCard']);
|
|
ApiData::where('action','=','register_check')->where('uid','=',$ep['idCard'])->where('status','=',1)->update(['status' => 0,'updateTime' => time()]);
|
|
ApiData::where('action','=','register_check')->where('uid','=',$ep['idCard'])->where('status','=',1)->update(['status' => 0,'updateTime' => time()]);
|