diff --git a/README.md b/README.md index 9f0d7daaa..8cf7ab4cd 100644 --- a/README.md +++ b/README.md @@ -488,7 +488,7 @@ public class RawApiCall { .atUser("ou_155184d1e73cbfb8973e5a9e698e74f2", "Tom") .text("test content") .build()); - body.put("msg_type", MsgTypeEnum.MSG_TYPE_TEXT); + body.put("msg_type", MsgTypeEnum.MsgTypeEnum.MSG_TYPE_TEXT.getValue()); // 发起请求 RawResponse resp = client.post(