From b84e98326c90d296e236e358b941ecbc7172a021 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Sat, 6 Aug 2022 03:57:28 +0000 Subject: [PATCH] name is changed --- src/c2se/common/identity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c2se/common/identity.rs b/src/c2se/common/identity.rs index 02f776b..476f6b6 100644 --- a/src/c2se/common/identity.rs +++ b/src/c2se/common/identity.rs @@ -64,7 +64,7 @@ pub mod captcha_response { #[derive(Clone, PartialEq, ::prost::Message)] pub struct Result { #[prost(string, tag = "1")] - pub token: ::prost::alloc::string::String, + pub security_code_hash: ::prost::alloc::string::String, #[prost(string, tag = "2")] pub image: ::prost::alloc::string::String, }