修改adas接口

This commit is contained in:
wangcongtao
2020-10-21 17:56:46 +08:00
parent d65bb46121
commit 6fe11bf8a1
3 changed files with 20 additions and 4 deletions

View File

@@ -74,5 +74,5 @@ public interface IMogoADASController extends IProvider {
*
* @param json
*/
void notifyAdas( String json );
void aiCloudToAdasData( String json );
}