[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

@@ -15,6 +15,6 @@ public interface TtsConfigApiService {
* 查询语音Tts 的
*
*/
@GET("/yycp-carDataService/car/ttsWord/no/getTTSWord/v1")
@GET("/yycp-dataService/car/ttsWord/no/getTTSWord/v1")
Observable<TtsConfigEntity> inquireForTts();
}