function check_is_bind_account($uid=0,$type=''){ $check = D('sync_login')->where(array('uid'=>$uid,'type'=>$type))->find(); if($check){ return true; } return false; }

帐号绑定