feat: add referral_code field to UserSendOtpReq message
This commit is contained in:
parent
8286c93727
commit
1e853d000c
@ -43,6 +43,7 @@ message PermissionList {
|
|||||||
|
|
||||||
message UserSendOtpReq {
|
message UserSendOtpReq {
|
||||||
string mobile = 1;
|
string mobile = 1;
|
||||||
|
string referral_code = 2;
|
||||||
}
|
}
|
||||||
message UserSendOtpRes {
|
message UserSendOtpRes {
|
||||||
int64 expired_at = 1;
|
int64 expired_at = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user