[Update]去除浮窗权限申请

[Fix]修复请求接口yycp-carDataService--》yycp-dataService

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-19 16:55:12 +08:00
parent c5d5863aec
commit e168a65f63
5 changed files with 18 additions and 12 deletions

View File

@@ -16,12 +16,12 @@ public interface IAdasApiService {
//上传自动驾驶状态接口
@Headers({"Content-Type:application/json;charset=UTF-8"})
@POST("/yycp-carDataService/autonomousDrive/updateAutonomousDriveStatus")
@POST("/yycp-dataService/autonomousDrive/updateAutonomousDriveStatus")
Observable<BaseData> updateAutonomousDriveStatus(@Body RequestBody requestBody);
//站点上报 用于网约车业务
@Headers({"Content-Type:application/json;charset=UTF-8"})
@POST("/yycp-carDataService/autonomousDrive/reportSite")
@POST("/yycp-dataService/autonomousDrive/reportSite")
Observable<BaseData> updateReportSite(@Body RequestBody requestBody);
/**