mirror of
https://github.com/WuKongIM/WuKongIMAndroidSDK
synced 2025-06-05 00:28:22 +00:00
fix:update delete message
This commit is contained in:
parent
62bbbc0581
commit
169215ba70
@ -448,7 +448,7 @@ public class HttpUtil {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
new Thread(() -> delete("/message", json, (code, data) -> {
|
||||
new Thread(() -> post("/message/delete", json, (code, data) -> {
|
||||
if (code == 200) {
|
||||
Log.e("删除消息成功", "-->");
|
||||
WKIM.getInstance().getMsgManager().deleteWithClientMsgNO(clientMsgNo);
|
||||
|
Loading…
x
Reference in New Issue
Block a user