wupengfei 2 years ago
parent
commit
4cacbf8e50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -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;
 }