| | |
| | | /// 子账号管理员获取主账号授权Token |
| | | /// </summary> |
| | | public const string API_POST_Child_GetMasterToken = "/home-wisdom/child/account/masterToken/get"; |
| | | |
| | | /// <summary> |
| | | /// 下载子账号头像 |
| | | /// </summary> |
| | | public const string API_POST_Child_DownloadHeadImage = "/home-wisdom/child/account/getHeadPortrait"; |
| | | #region 数据分享 |
| | | /// <summary> |
| | | /// 分享指定文件给指定成员 |
| | |
| | | |
| | | #endregion |
| | | |
| | | #region ■ pushserivce -- 推送服务接口___________________________ |
| | | #region ■ PushSerivce -- 推送服务接口___________________________ |
| | | /// <summary> |
| | | /// 添加推送消息 |
| | | /// 添加推送Token |
| | | /// </summary> |
| | | public const string API_POST_Pushserivce_Addpushinfo = "/pushserivce/V1/addpushinfo"; |
| | | |
| | | public const string API_POST_PushSerivce_AddToken = "/smart-footstone/app/push-information/add"; |
| | | /// <summary> |
| | | /// 清空推送的消息记录 |
| | | /// 删除推送Token |
| | | /// </summary> |
| | | public const string API_DELETE_Pushserivce_Clearmessagelist = "/pushserivce/V1/clearmessagelist/{pushId}"; |
| | | |
| | | /// <summary> |
| | | /// 删除推送消息 |
| | | /// </summary> |
| | | public const string API_DELETE_Pushserivce_Deletepushinfo = "/pushserivce/V1/deletepushinfo/{pushId}"; |
| | | |
| | | public const string API_POST_PushSerivce_DeleteToken = "/smart-footstone/app/push-information/delete"; |
| | | /// <summary> |
| | | /// 获取推送消息记录 |
| | | /// </summary> |
| | | public const string API_GET_Pushserivce_Getpushmessagelist = "/pushserivce/V1/getpushmessagelist/{pushId}"; |
| | | |
| | | public const string API_POST_PushSerivce_Getpushmessagelist = "/smart-footstone/app/message/list"; |
| | | /// <summary> |
| | | /// 清空推送的消息记录 |
| | | /// </summary> |
| | | public const string API_POST_PushSerivce_Clearmessagelist = "/smart-footstone/app/message/clear"; |
| | | /// <summary> |
| | | /// 标记消息已读 |
| | | /// </summary> |
| | | public const string API_PUT_Pushserivce_Markread = "/pushserivce/V1/markread/{pushId}"; |
| | | public const string API_POST_PushSerivce_Markread = "/smart-footstone/app/message/read"; |
| | | /// <summary> |
| | | /// 标记消息全部已读 |
| | | /// </summary> |
| | | public const string API_POST_PushSerivce_ALLMarkread = "/smart-footstone/app/message/read_all"; |
| | | /// <summary> |
| | | /// 通过主键id删除一条推送记录 |
| | | /// </summary> |
| | | public const string API_POST_PushSerivce_Deletepushinfo = "/smart-footstone/app/message/delete_by_id"; |
| | | #endregion |
| | | |
| | | #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 = "/smart-footstone/app/getAppVersion"; |
| | | #endregion |
| | | |
| | | |