fix 回复策略

This commit is contained in:
gallonyin
2022-12-19 16:22:57 +08:00
parent d0915fcc02
commit 56b0662f5d

View File

@@ -216,7 +216,7 @@ class SettingsActivity : AppCompatActivity() {
try {
val json = hashMapOf<String, Any>()
json["robotId"] = Constant.robotId
json["replyAll"] = type
json["replyAll"] = type - 1
val requestBody = RequestBody.create(
MediaType.parse("application/json;charset=UTF-8"),
GsonUtils.toJson(json)