captcha is added
This commit is contained in:
parent
8321416df3
commit
4f52195ab1
|
@ -3,6 +3,7 @@ use crate::protobuf::rpc;
|
||||||
|
|
||||||
const SUBJECT: &str = "bet.beteran.ss.member.identity";
|
const SUBJECT: &str = "bet.beteran.ss.member.identity";
|
||||||
|
|
||||||
|
pub const SUBJECT_CAPTCHA: &str = const_format::concatcp!(SUBJECT, ".Captcha");
|
||||||
/// subject = bet.beteran.ss.member.identity.Captcha
|
/// subject = bet.beteran.ss.member.identity.Captcha
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct CaptchaRequest {
|
pub struct CaptchaRequest {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user