|
|
@@ -122,7 +122,7 @@ public class LoginActivity extends BaseActivity implements View.OnClickListener
|
|
|
// 附加信息
|
|
|
params.put("model", DeviceInfoUtil.getModel());
|
|
|
params.put("osVersion", DeviceInfoUtil.getOsVersion());
|
|
|
- params.put("serial", DeviceInfoUtil.getDeviceId(mContext));
|
|
|
+ params.put("serial", DeviceInfoUtil.getDeviceId(MyApplication.getInstance()));
|
|
|
// 地址信息
|
|
|
double latitude = MyApplication.getInstance().getBdLocationHelper().getLatitude();
|
|
|
double longitude = MyApplication.getInstance().getBdLocationHelper().getLongitude();
|