rain
2024-03-23 3d92c321b2159983fda398d2d5a2b2b93737c84d
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}