feat: add referral_code field to UserSendOtpReq message

This commit is contained in:
Ata Safapour 2025-12-07 15:52:36 +03:30
parent 8286c93727
commit 1e853d000c

View File

@ -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;