反馈提交的字段修改

This commit is contained in:
kehaoyuan
2019-05-16 16:01:31 +08:00
parent 5beb29ad09
commit a7fd029ed2

View File

@ -644,8 +644,8 @@ public class SuggestionActivity extends BaseActivity implements OnRequestCallBac
params.put("source", getString(R.string.app_name));
params.put("imei", Util_System_Phone_State.getDeviceId(this));
params.put("manufacturer", Build.MANUFACTURER);
params.put("os", RomIdentifier.getRom().name() + " " + RomIdentifier.getRom().getVersionName()); //todo 字段名后台决定
params.put("link", mLinkEt.getText().toString()); //todo 字段名后台决定
params.put("rom", RomIdentifier.getRom().name() + " " + RomIdentifier.getRom().getVersionName());
params.put("link", mLinkEt.getText().toString());
params.put("suggestion_type", mSuggestType.getType());
String message;