wupengfei 2 tahun lalu
induk
melakukan
4cacbf8e50
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
 }