From 603188d98ae3f1ed6e39cd03d89d0dbc66ff12e9 Mon Sep 17 00:00:00 2001 From: hrxiang Date: Mon, 13 Dec 2021 10:58:58 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d59d014..b1eda2f 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Message type static const invited_user_to_group = 510; ``` -IM platform +Platform ``` static const ios = 1; @@ -323,7 +323,7 @@ IM platform static const linux = 7; ``` -Group role +Group member role ``` static const member = 0; @@ -338,7 +338,7 @@ Conversation type static const group_chat = 2; ``` -Message send status +Message status ``` static const sending = 1;