| | |
| | |
|
| | | namespace Shared
|
| | | {
|
| | | [Serializable]
|
| | | public class UserLoginRes
|
| | | {
|
| | | public string Token; |
| | | //[Serializable]
|
| | | //public class UserLoginRes
|
| | | //{
|
| | | // public string Token; |
| | |
|
| | | public string TimeStamp;
|
| | | // public string TimeStamp;
|
| | |
|
| | | public string UserId;
|
| | | // public string UserId;
|
| | |
|
| | | public string Account;
|
| | | // public string Account;
|
| | |
|
| | | public string Contact;
|
| | | // public string Contact;
|
| | |
|
| | | public int UserType;
|
| | | // public int UserType;
|
| | |
|
| | | public string MainUserId;
|
| | | // public string MainUserId;
|
| | |
|
| | | public bool IsProxyAllVisionRegister; //<!--是否在全视通中代理注册了-->
|
| | | public bool IsAllVisionRoomBind; //<!-- 是否在绑定了住房了,如果这两个字段IsProxyAllVisionRegister+IsProxyAllVisionRegister都为true的话,则App端显示全视通跳转的功能 -->
|
| | | public string AllVisionRegisterDevUserNameGuid;//7D1fb999-20b6-4363-b731-732d9171071f" , <!--SIP 帐号--> |
| | | public string TenantCode;// "TXXXX",
|
| | | public string DevelopCode;//": "abc-51f5-123-982c-def" |
| | | // public bool IsProxyAllVisionRegister; //<!--是否在全视通中代理注册了-->
|
| | | // public bool IsAllVisionRoomBind; //<!-- 是否在绑定了住房了,如果这两个字段IsProxyAllVisionRegister+IsProxyAllVisionRegister都为true的话,则App端显示全视通跳转的功能 -->
|
| | | // public string AllVisionRegisterDevUserNameGuid;//7D1fb999-20b6-4363-b731-732d9171071f" , <!--SIP 帐号--> |
| | | // public string TenantCode;// "TXXXX",
|
| | | // public string DevelopCode;//": "abc-51f5-123-982c-def" |
| | | |
| | | public string Guid; |
| | | public string MD5PWD;
|
| | | } |
| | | // public string Guid; |
| | | // public string MD5PWD;
|
| | | //} |
| | | |
| | | /// <summary> |
| | | /// 成员管理员权限操作类 |