https 环境, nextjs + i18next ,请求数据的时候会带上 Cookie: i18next=zh 经过 postman 测试,只要 header 中有 Cookie ,response_body 就为空; 如果把 Cookie 中 i18next 这个 key 的 path 属性改为/en (对应的 pathname ),就能拿到相应值。 请问 v2 i18next, cookie, header, Postman