关于team拼车,车友私自邀请小号进team这种怎么处理比较好

rainman 2026-07-11 21:29 1

现在team没有邀请限制,这个车友邀请自己小号进team,不知道下个月账单会不会变多

现在有什么方法可以限制team成员随便邀请

最新回复 (41)
  • aprilowo 07-11 21:30
    1

    直接踢完,不退

  • uphold2370 07-11 21:30
    2

    清退

  • Determinant 07-11 21:30
    3

  • shen1e 07-11 21:30
    4

    肯定的,多付一个 25 美元位置

  • qqqasdwx 07-11 21:30
    5

    https://www.nodeseek.com/post-782741-1


    早就让你关闭邀请了

  • YuRuiH 07-11 21:30
    6

    会变多

  • rainman 楼主 07-11 21:31
    7

    @qqqasdwx #5 新的添加不了域名

  • qqqasdwx 07-11 21:32
    8

    @rainman #7


    哦哦,好吧,新的我没上,不知道这事。

  • Godaddy 07-11 21:34
    9

  • lingxing1017 07-11 21:37
    10

    谁拉的一起清理掉

  • coldridgevalley 07-11 21:39
    11

    不踢的话 自己多付25u呗... 踢晚了也要多付 嘿嘿

  • shen1e 07-11 21:49
    12

    可以自己去看下下个月账单

  • taffymeow 07-11 21:50
    13

    糟糕后台怎么多了成员

  • JustDooo 07-11 21:51
    14

    直接T掉不就行了 T了还会有账单吗?

  • chris971 07-11 21:53
    15

    清退+曝光垃圾车友

  • rainman 楼主 07-11 22:39
    16

    @shen1e #4 我擦, 6号邀请的, 今天才发现,没有任何邮件,他还不承认是他邀请的怎么办

  • shen1e 07-11 22:40
    17

    @rainman #16


    来试试,查账单


    (async () => {
    const sessionResp = await fetch('/api/auth/session', { credentials: 'include' });
    if (!sessionResp.ok) throw new Error('session HTTP ' + sessionResp.status);

    const session = await sessionResp.json();
    const accessToken = session.accessToken;
    if (!accessToken) throw new Error('没有拿到 accessToken,确认已登录 chatgpt.com');

    const headers = {
    Authorization: `Bearer ${accessToken}`,
    Accept: 'application/json',
    'Content-Type': 'application/json',
    'oai-language': 'zh-Hant',
    'oai-device-id': crypto.randomUUID(),
    };

    const getJson = async (url) => {
    const r = await fetch(url, { headers });
    const text = await r.text();
    if (!r.ok) throw new Error(`${url} HTTP ${r.status}: ${text.slice(0, 300)}`);
    return JSON.parse(text);
    };

    const accountCheck = await getJson('/backend-api/accounts/check/v4-2023-04-27');
    const accounts = accountCheck.accounts || {};
    const firstKey = Object.keys(accounts)[0];

    const accountId =
    accounts[firstKey]?.account?.account_id ||
    session.account?.id ||
    firstKey;

    if (!accountId) throw new Error('没有拿到 account_id');

    const [invoices, paymentMethods, billingInfo] = await Promise.all([
    getJson(`/backend-api/invoices?limit=10&account_id=${encodeURIComponent(accountId)}`),
    getJson(`/backend-api/payments/payment_methods?account_id=${encodeURIComponent(accountId)}`),
    getJson(`/backend-api/payments/billing_info?account_id=${encodeURIComponent(accountId)}`),
    ]);

    const result = {
    email: session.user?.email,
    plan: accounts[firstKey]?.account?.plan_type || session.account?.planType,
    accountId,
    accessTokenStatus: accessToken ? `exists (${accessToken.length} chars)` : 'missing',
    invoices,
    paymentMethods,
    billingInfo,
    };

    console.log('账单提取结果:', result);
    console.log('Stripe/账单管理页:', `https://chatgpt.com/account/manage?account_id=${encodeURIComponent(accountId)}`);

    window.__billingResult = result;
    return result;
    })();
  • moremore 07-11 22:43
    18

    @rainman #16

    车上就2个人,除了自己就是对方。除非你梦游。

    另外尽早加上限制域名邮箱,然后给车友安排个域名邮箱,这样也不用担心受怕。

  • drunklee 07-11 22:45
    19

    个人建议不要月付上车,季付更好。这样子如果明确拉人会踢出的话,车友考虑到成本,应该也不会这么做了。

  • rainman 楼主 07-11 22:50
    20

    @moremore #18 现在无法添加域名

  • rainman 楼主 07-11 22:50
    21

    @shen1e #17

    完蛋了, 11英镑的号要没了

  • moremore 07-11 22:50
    22

    @rainman #20

    同情一把,那现在拼车真的要好好筛选车友了。

  • moremore 07-11 22:55
    23

    @rainman #21

    等于要多付1个月的18镑。

    对方不承认,想让对方补差额都难。

    给对方2个选择呗,要么补18镑的差额,给对方一次机会留下,否则就直接踢。

    不然你要么踢了对方自己承担这18镑但保留team,要么号真的就得弃了。

  • rainman 楼主 07-11 22:56
    24

    @moremore #23 不知道为啥这个账单变成44英镑了,ε=(´ο`*)))唉

  • moremore 07-11 22:58
    25

    @rainman #24

    你看顶部,不是还有个29镑吗?

    我觉得应该是18镑原价/每席位*3席位-25优惠=29啊,毕竟原来是18*2-25=11

  • zephyv 07-11 23:30
    26

    member居然也有权限直接拉人的吗? ^-^

  • rainman 楼主 07-11 23:31
    27

    @zephyv #26 是的,可以随便拉人,开车的要注意的,一不小心账单就爆炸了

  • pliskinfree 07-11 23:37
    28

    这种如果实锤了,账号真的要曝光出来

  • rainman 楼主 07-11 23:49
    29

    现在有什么方法可以限制team成员随便邀请其他人进team

  • Freedom1102c 07-11 23:50
    30

    @rainman #29 联系客服给你加个域名试试,没有其他办法了

  • ShowUNow 07-11 23:55
    31

    现在全靠自觉喽

  • sewintr 07-11 23:58
    32

    移出

  • soest0201- 07-12 01:33
    33

    可惜了

  • rainman 楼主 07-12 06:26
    34

    openai 客服回复只能企业账号才能域名验证


    Hello,

    Thank you for getting back to OpenAI Support.

    New domain verifications are currently unavailable for non-Enterprise accounts due to a technical issue. Our team is actively working to restore this functionality.

    We've added your email address to our notification list, and we'll reach out as soon as domain verification is available again for eligible accounts.

    Thank you for your patience and understanding.

    Best,

    Gabriel

    OpenAI Support

  • TK神话王思聪 07-12 06:28
    35

    踢了不就完了 钱不退

  • rainman 楼主 07-12 06:32
    36

    @TK神话王思聪 #35 已经踢了,在想怎么拼车安全一点,我之前老号搞了域名验证team成员无法邀请,主账号还是codex席位。现在这个新的账号不是很好用。主账号占用一个席位,team成员还可以随便邀请,有点难受

  • Wishave 07-12 06:42
    37

    @rainman #36 为什么不曝光,不是论坛的吗

  • rainman 楼主 07-12 06:51
    38

    @Wishave #37 是论坛里面的,1级小号

  • ThriftyAgenda61 07-12 11:39
    39

    @rainman #34 这回复是说,添加不了域名是技术问题?

  • Brian77 07-12 11:39
    40

    直接踢啊

  • rainman 楼主 07-12 11:51
    41

    @ThriftyAgenda61 #39 openai把这个功能关闭了,现在只有企业账号才能使用

* 帖子来源NodeSeek
返回