diff --git a/README.zh.md b/README.zh.md index b0d2dca8..7a4897eb 100644 --- a/README.zh.md +++ b/README.zh.md @@ -96,7 +96,7 @@ func main() { coreCtx := core.WrapContext(context.Background()) reqCall := imService.Messages.Create(coreCtx, &im.MessageCreateReqBody{ ReceiveId: "ou_a11d2bcc7d852afbcaf37e5b3ad01f7e", - Content: `{"text":"Tom test content"}`, + Content: `{"text":"Tom test content"}`, MsgType: "text", }) reqCall.SetReceiveIdType("open_id")