aix
2024-07-30 de1e4b290dbb4ca75c5869233c569570390155ae
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}