@ -600,6 +600,9 @@ function encryptStr($str) {
function encryptIdCard($str) {
$length = strlen($str);
$stars_str = "****";
$stars_str = "";
if($length>=4){
}
return substr_replace($str, $stars_str, $length-4, 4);