From 82c3f871f4ce53cf71f6477f9637daa415fdb9ee Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Tue, 28 Feb 2023 17:14:44 +0800 Subject: [PATCH] proto --- pkg/proto/third/third.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {