## 基础使用

显示一行字

```json
{
    "body": [
        {
            "type": "text",
            "text": "helloworld"
        }
    ]
}
```