From 66d1950727e3fab234d445bd6ae6fe9ed32fe47c Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 5 Jul 2019 14:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E6=94=B6=E6=95=B0=E6=8D=AE=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 056207f..3bff68a 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -11,9 +11,18 @@ import "CommonProto.proto"; } message LoginRequest{ - optional int32 num = 1; - optional string openId = 2; - optional string str = 3; + optional string device_id_s =1 ; //设备唯一标识,必须添加该字段 + optional string idfa_sOr_imei_s =2 ; //苹果 安卓设备唯一标识吗 + optional string brand_type_s =3; //设备机型类型 + optional string brand_s =4; //设备机型名称 + optional string os_version_s =5; //设备使用系统版本号 + optional string dpi_s =6; //设备分辨率 + optional string operator_s =7; //设备对应运营商类型 + optional string network_s =8; //设备对应网络类型 + optional string ip_s =9; //IP + optional string openId =10; //openID + optional string channel_s=11; //渠道 ID + optional string platform_s=12;// 平台类型 } message LoginResponse{