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