wupengfei 2 年之前
父節點
當前提交
4cacbf8e50
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 }