aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/data/reply_data.json
blob: e4977eeafddfd3dd671e444e0cdfd9639c43cf37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "rule": "hello",
    "message": "你好!"
  },
  {
    "rule": "test",
    "message": [
      {
        "type": "text",
        "data": {
          "text": "测试"
        }
      }
    ]
  }
]