rain
2024-07-08 158150837c8355f5ca78326529395e56a9bccbdd
1
2
3
4
5
package com.dji.sample.amap.service;
 
public interface IAmapService {
    Object searchByKeyword(String keyword);
}