fix apiservice
This commit is contained in:
@ -31,6 +31,7 @@ import static android.os.Build.MODEL;
|
||||
public class DeviceUtils {
|
||||
|
||||
public static JSONObject getLoginDevice(Context context) throws JSONException { // device数据
|
||||
context = context.getApplicationContext();
|
||||
JSONObject object = new JSONObject();
|
||||
object.put("os", "Android");
|
||||
object.put("imei", Util_System_Phone_State.getDeviceId(context));
|
||||
|
||||
Reference in New Issue
Block a user