[3.2.0] remove unuse code

This commit is contained in:
zhongchao
2023-05-08 11:49:29 +08:00
parent 48f32d0644
commit 7bd6e35e6f

View File

@@ -9,6 +9,5 @@ interface IAiCloudIdentifyApiService {
@Headers("Content-type:application/json;charset=UTF-8")
@POST("eagle-eye-dns/yycp-c-v2x-service/dataFusion/remoteDrivingSet")
// @POST("yycp-data-center-service1/remoteDrivingSet")
suspend fun identifyRange(@Body map: MutableMap<String, Any>): BaseResponse<Any>
}