获取 imei ,实际项目中,imei是从登陆接口获取
Future<List<int>> getImeiList() async { String imei = await getImei(); return str2list(imei); }