关于vjudge绑定luogu账号

灌水区

ningago @ 2022-03-23 08:51:51

有没有dalao翻译一下怎么用,我是English盲QAQ

  • Please login into 洛谷 with your own account, and fill corresponding info into 'value' fields of the following JSON.

  • Virtual Judge only uses these proofs for one-time verification.

{
  "oj": "洛谷",
  "proof": [
    {
      "type": "COOKIE",
      "domain": "luogu.com.cn",
      "name": "__client_id",
      "value": "0123456789012345678901234567890123456789"
    },
    {
      "type": "COOKIE",
      "domain": "luogu.com.cn",
      "name": "_uid",
      "value": "66666"
    }
  ]
}

by xcc1220 @ 2022-03-23 08:53:44

请用自己的账号登录洛谷,将对应的信息填入以下JSON的'value'字段。

Virtual Judge 仅将这些证明用于一次性验证。


by ningago @ 2022-03-23 08:54:45

@xcc1220 所以填啥啊


by xcc1220 @ 2022-03-23 09:14:10

emm,这就是我的华点了


by hmya @ 2022-03-23 09:21:51

@ningago 下面的填写uid,上面的填cookie里面俩下划线开头一个c的那玩意


by ningago @ 2022-03-23 09:34:19

@H2OCaO client_id是啥呀?


by BlankAo @ 2022-03-23 09:40:24

@ningago F12->应用程序->Cookie->__clientid->值


|