ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
@@ -62,7 +62,6 @@ /// <summary> /// 登陆权限编号的翻译名:1:主账号自己(本人) 2:赋予管理员权限的成员 3:成员 /// </summary> [Newtonsoft.Json.JsonIgnore] public string AuthorityText = string.Empty; /// <summary> /// 用户头像数据(临时用,会置空) @@ -1308,6 +1307,10 @@ /// 是否将发送及接收到的数据写入到Log中 1->写入 /// </summary> public int WriteSendAndReceveDataToFile = 0; /// <summary> /// 是否将SocketReceive的数据写入到Log中 1->写入 /// </summary> public int WriteSocketReceiveDataToFile = 0; } #endregion