小程序经纬度接口,临时主页接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.czg.account.service;
|
||||
|
||||
import jakarta.validation.constraints.NotEmpty;
|
||||
|
||||
/**
|
||||
* @author Administrator
|
||||
*/
|
||||
public interface GeoService {
|
||||
Object getAddress(@NotEmpty String lat, @NotEmpty String lng);
|
||||
}
|
||||
Reference in New Issue
Block a user