diff --git a/pkg/proto/third/third.proto b/pkg/proto/third/third.proto index 1cdca072f..635079efc 100644 --- a/pkg/proto/third/third.proto +++ b/pkg/proto/third/third.proto @@ -47,7 +47,7 @@ message GetRTCInvitationInfoStartAppResp { message FcmUpdateTokenReq { int32 Platform = 1; - string FcmToken = string = 2; + string FcmToken = 2; } message FcmUpdateTokenResp {