|
@@ -1419,7 +1419,7 @@ function risk_item($user_info,$goods_name,$frms_client_chnl =16 )
|
|
|
}
|
|
|
|
|
|
function checkAuth($str){
|
|
|
- $auth_user = [3,5,73,70168,65931,2116,27642];
|
|
|
+ $auth_user = [3,5,73,70168,65931,2116,27642,72697];
|
|
|
$auth_phone = [];
|
|
|
return in_array($str,$auth_user) || in_array($str,$auth_phone) ? true : false;
|
|
|
}
|