package com.dji.sample.amap.service; public interface IAmapService { Object searchByKeyword(String keyword); }