| | |
| | | |
| | | #region ■ -- 检测更新接口___________________________ |
| | | /// <summary> |
| | | /// 检测更新 |
| | | /// 检测更新,是否需要强制更新 |
| | | /// </summary> |
| | | public const string API_POST_CheckAppVersion= "/speakerservices/BatchEdit_V2"; |
| | | public const string API_POST_CheckAppVersion= "/smart-footstone/app/checkAppVersion"; |
| | | /// <summary> |
| | | /// 查询APP最新版本 |
| | | /// </summary> |
| | | public const string API_POST_GetAppVersion = "/speakerservices/BatchEdit_V2"; |
| | | public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion"; |
| | | #endregion |
| | | |
| | | #region ■ -- 自动化接口___________________________ |
| | | ///// <summary> |
| | | ///// 检测更新,是否需要强制更新 |
| | | ///// </summary> |
| | | //public const string API_POST_CheckAppVersion = "/smart-footstone/app/checkAppVersion"; |
| | | ///// <summary> |
| | | ///// 查询APP最新版本 |
| | | ///// </summary> |
| | | //public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion"; |
| | | #endregion |
| | | |
| | | |