From f853aa5ffc943223eea9487d21fb69795f2a7b69 Mon Sep 17 00:00:00 2001 From: jiahuiwen Date: Tue, 1 Mar 2022 13:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=8D=8F=E8=AE=AE=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 9ca198a..5827964 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -17,8 +17,9 @@ import "CommonProto.proto"; 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 operator_s =7; //设备对应运营商类型 改为 _androidid + optional string network_s =8; //设备对应网络类型,改为mac地址 + optional string ip_s =9; //IP optional string openId =10; //openID optional string channel_s=11; //渠道 ID