1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

json 初步支持

This commit is contained in:
scjtqs 2020-08-30 03:00:18 +08:00
parent 0133944c0b
commit d25674a9ef

View File

@ -170,7 +170,17 @@ Type: `xml`
###json消息支持
json中的","逗号,需要转义成`,`,否则无法正确得到解析
json中的字符串需要进行转义
>","=>`,`
>"&"=> `&`
>"["=>`[`
>"]"=>`]`
否则无法正确得到解析
## API