oapi-sdk-go icon indicating copy to clipboard operation
oapi-sdk-go copied to clipboard

Update README.zh.md

Open LinkinStars opened this issue 3 years ago • 1 comments

直接使用 README.zh.md 中的案例会报错

{
  Code: 230001,
  Msg: "Your request contains an invalid request parameter, ext=invalid message content",
  Err: {

  }
}

原因是因为消息内容 json 中的双引号没有转义的问题,所以修改 README.zh.md 添加 \ 转义

LinkinStars avatar Jul 19 '22 06:07 LinkinStars

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Nov 03 '23 11:11 CLAassistant