全局替换文案 举报->投诉

This commit is contained in:
kehaoyuan
2019-06-17 17:32:43 +08:00
parent b48a274707
commit 6345bb55d2
15 changed files with 44 additions and 44 deletions

View File

@ -23,7 +23,7 @@ object SimpleRequestHelper {
.observeOn(AndroidSchedulers.mainThread())
.subscribe(object : Response<ResponseBody>() {
override fun onResponse(response: ResponseBody?) {
Utils.toast(HaloApp.getInstance().application, "感谢您的举报")
Utils.toast(HaloApp.getInstance().application, "感谢您的投诉")
}
override fun onFailure(e: HttpException?) {
@ -41,7 +41,7 @@ object SimpleRequestHelper {
.observeOn(AndroidSchedulers.mainThread())
.subscribe(object : Response<ResponseBody>() {
override fun onResponse(response: ResponseBody?) {
Utils.toast(HaloApp.getInstance().application, "感谢您的举报")
Utils.toast(HaloApp.getInstance().application, "感谢您的投诉")
}
override fun onFailure(e: HttpException?) {