diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/reply_data.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/reply_data.json b/data/reply_data.json new file mode 100644 index 0000000..e4977ee --- /dev/null +++ b/data/reply_data.json @@ -0,0 +1,17 @@ +[ + { + "rule": "hello", + "message": "你好!" + }, + { + "rule": "test", + "message": [ + { + "type": "text", + "data": { + "text": "测试" + } + } + ] + } +]
\ No newline at end of file |
