GraiaProject / Avilla

The next-gen framework for IM development. Powered by Graia Project.
MIT License
160 stars 14 forks source link

bug(onebot11): fix Xml & Json element #171

Closed nullqwertyuiop closed 6 months ago

nullqwertyuiop commented 6 months ago

XML

{
    "type": "xml",
    "data": {
        "data": "<?xml ..."
    }
}

JSON

{
    "type": "json",
    "data": {
        "data": "{\"app\": ..."
    }
}