Fix first app request http dns is wrong
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.mogo.commons.constants;
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/6/24 5:09 下午
|
||||
* <p>
|
||||
* 本地存储使用的常量
|
||||
*/
|
||||
public class SharedPrefsConstants {
|
||||
|
||||
// 当前城市编码
|
||||
public static final String LOCATION_CITY_CODE = "location_city_code";
|
||||
// 当前城市经纬度
|
||||
public static final String LOCATION_LATITUDE = "location_latitude";
|
||||
public static final String LOCATION_LONGITUDE = "location_longitude";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user