游戏评分增加来源

This commit is contained in:
chenjuntao
2019-11-26 16:45:48 +08:00
parent a645a3c929
commit ff1c01c836

View File

@ -250,6 +250,7 @@ class RatingEditActivity : ToolBarActivity() {
jsonObject.put("device", DeviceUtils.getLoginDevice(this))
jsonObject.put("gh_version", PackageUtils.getVersionName())
jsonObject.put("game_version", gameVersion)
jsonObject.put("source", if (mFromAmway) "anliwall" else "game_detail")
jsonObject.put("plugin_version", PackageUtils.getMetaData(this, mInstallPackageName, "gh_version"))
jsonObject.put("rom", RomIdentifier.getRom().name + " " + RomIdentifier.getRom().versionName)