rain
2024-08-12 6d634702053d9024dc78d29c04c64ac6dd7bd99f
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}