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