wupengfei 2 năm trước cách đây
mục cha
commit
4cacbf8e50
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }