guoshilong
2023-10-14 42841034c3da8c5dc15bd3e9400b622675bcc2f4
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}