无人机项目后端代码
guoshilong
2023-10-23 dd73bbc7132f7b126b8fc2faabf2827b49622d21
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}