guoshilong
2023-11-13 68f80a7451a126335153ec00bb6cb520a5ae1f8d
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}