| | |
| | | /// 获取全球区域列表 免登录 |
| | | /// </summary> |
| | | public const string API_POST_GlobalRegionList = "/smart-footstone/region/globalRegionList"; |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 访客 |
| | | /// <summary> |
| | | /// 生成临时密码 |
| | | /// </summary> |
| | | public const string API_POST_ADD_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/add"; |
| | | /// <summary> |
| | | /// 删除临时密码 |
| | | /// </summary> |
| | | public const string API_POST_DEL_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/delete"; |
| | | /// <summary> |
| | | /// 获取临时密码 |
| | | /// </summary> |
| | | public const string API_POST_GET_TEMP_PASSWORD_LIST = "/community-wisdom/app/visitor/freeview/page"; |
| | | #endregion |
| | | |
| | | #region ■ AcCluster -- 登录和注册部分___________________________ |
| | | /// <summary> |