where('member_id', $id) ->delete(); } public static function getMemberInfoById($unionid) { return self::uniacid() ->where('unionid', $unionid); } }