|
@ -46,7 +46,7 @@ public class BaseController {
|
|
}
|
|
}
|
|
JSONObject json = new JSONObject(userAgent);
|
|
JSONObject json = new JSONObject(userAgent);
|
|
return json.getString("uid");
|
|
return json.getString("uid");
|
|
|
|
|
|
|
|
// return "xh1D2017031502222";// wjw00000001000e6badcfa163e424589
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|