WPhoneStateWarningNotice.proto 413 B

1234567891011
  1. syntax = "proto3";
  2. package Im.Scrm.Ww.Proto; //命名空间约定
  3. message PhoneStateWarningNoticeMessage {
  4. int64 WxId = 1; //
  5. string Imei = 2; //
  6. int32 BatteryLevel = 3; // 剩余电量百分比
  7. int32 ChargingState = 4; // 0 未知 1 充电 2 满电 3 未充电
  8. string NetType = 5; // 联网方式 4G WIFI
  9. int64 SdcardFree = 6; // 外部存储(sdcard)剩余空间字节数
  10. }