This commit is contained in:
lixiaopeng
2022-05-18 15:39:35 +08:00
parent 431cd44f74
commit a5a6ff96f4
5 changed files with 50 additions and 27 deletions

View File

@@ -9,5 +9,5 @@ import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider;
*/
public interface IMoGoBindingcarProvider extends IMoGoFunctionServerProvider {
void modifyCarInfo(BindingcarCallBack callBack);
void getBindingcarInfo(String macAddress);
void getBindingcarInfo(String macAddress, String widevineIDWithMd5);
}