修复了调用接口的异常问题
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.List;
|
||||
*/
|
||||
public class RefreshBody {
|
||||
|
||||
// public List< String > dataType = new ArrayList<>();
|
||||
public List< String > dataType = new ArrayList<>();
|
||||
public int limit = 50;// 请求数量
|
||||
public int radius = 2_000; // 地理围栏半径(米)
|
||||
public LatLon location;
|
||||
|
||||
Reference in New Issue
Block a user