fix(private_msg): escape characters
Signed-off-by: 晨叶梦春 <65224318+wuziqian211@users.noreply.github.com>
This commit is contained in:
parent
591dcf4d9f
commit
b196d49bb1
|
|
@ -1395,7 +1395,7 @@ public class Main {
|
||||||
|
|
||||||
给目标用户`mid=1`发一条文字私信:
|
给目标用户`mid=1`发一条文字私信:
|
||||||
|
|
||||||
> up主你好,<br />催更[doge]
|
> up主你好,<br />催更\[doge\]
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl 'https://api.vc.bilibili.com/web_im/v1/web_im/send_msg' \
|
curl 'https://api.vc.bilibili.com/web_im/v1/web_im/send_msg' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue