## 跳转链接

可跳转的链接

```json
{
    "body": [
        {
            "type": "text",
            "textType": "link",
            "href": "http://www.baidu.com",
            "text": "Baidu"
        },
        {
            "type": "text",
            "textType": "link",
            "href": "/guide/HelloWorld",
            "text": "HelloWorld"
        }
    ]
}
```