同步服务器修改

AI云衡阳项目落地-郭杏-2021-02-05

AI云基础能力拆分将yycp-cardataservice上车机流相关功能迁移至新服务yycp-cardatasave上,接口测试通过。车机端同步修改预计年后和二期一起提测

新接口如下:

1、获取摄像头最新状态信息、检查车机是否在线:http://dzt-test.zhidaohulian.com/dataSave/integratedServices/app/push/no/cameraInfo/v1

2、心跳接口(单车机单摄像头):http://dzt-test.zhidaohulian.com/dataSave/integratedServices/app/push/no/heartbeat/v1

3、推流与停止推流接口:http://dzt-test.zhidaohulian.com/dataSave/integratedServices/app/push/no/livePush/v1

4、推流与停止推流开关:http://dzt-test.zhidaohulian.com/dataSave/integratedServices/livePushOpen/v1
This commit is contained in:
董宏宇
2021-02-20 11:11:35 +08:00
parent 5c2d622d80
commit a3eb81e244
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import retrofit2.http.QueryMap;
*/
public interface GetConfigApiServices {
@GET("dataService/car/customConfig/no/getAll/v1")
@GET("dataSave/car/customConfig/no/getAll/v1")
Single<CommonConfigResponse> getConfig(@QueryMap Map<String, Object> parameters);