guoshilong
2023-11-13 2caa210098644f51ff46daa33b87ce4b7f862a91
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}