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