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