| | |
| | | return mContext.getSharedPreferences("user", MODE_PRIVATE).getString("LoginUid", ""); |
| | | } |
| | | |
| | | |
| | | @JavascriptInterface |
| | | public String getVersion() { |
| | | return PackageUtils2.getVersionCode(mContext) + ""; |
| | |
| | | |
| | | params.put("Package", mContext.getPackageName()); |
| | | params.put("Version", version + ""); |
| | | params.put("Device", SystemCommon.getDeviceId(mContext)); |
| | | params.put("Device", BeibeiVideoAPI.getDeviceId(mContext)); |
| | | params.put("Time", System.currentTimeMillis() + ""); |
| | | LinkedHashMap<String, String> map = BeibeiVideoAPI.validateParams(params, mContext); |
| | | |