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