实名认证优化

This commit is contained in:
2026-01-08 09:17:45 +08:00
parent d4201cf3a6
commit 24abbba56d
3 changed files with 2 additions and 6 deletions

View File

@@ -117,10 +117,6 @@ class Guild extends Model
*/
public function join_guild_apply($guild_id,$user_id=0)
{
// $user_info = model('User')->get_user_info($user_id);
// if(!$user_info){
// return ['code' => 0, 'msg' => '参数错误', 'data' => null];
// }
//查询是否实名认证
$is_real = model('api/UserData')->real_name_info($user_id);
if($is_real['code']==0){