diff options
| author | 2023-04-22 19:51:01 +0800 | |
|---|---|---|
| committer | 2023-04-22 19:51:01 +0800 | |
| commit | db74ade0234a40c2120ad5f2a41bee50ce13de02 (patch) | |
| tree | 6f66ffb0fd2b8f27df54569161586c2d8a436b96 /test/data/reply_data.json | |
| parent | 30cde518ee38f63c743c8fe0e90dbad1a93f2cf9 (diff) | |
| download | HydroRoll-db74ade0234a40c2120ad5f2a41bee50ce13de02.tar.gz HydroRoll-db74ade0234a40c2120ad5f2a41bee50ce13de02.zip | |
🤐
Diffstat (limited to 'test/data/reply_data.json')
| -rw-r--r-- | test/data/reply_data.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/reply_data.json b/test/data/reply_data.json new file mode 100644 index 0000000..e4977ee --- /dev/null +++ b/test/data/reply_data.json @@ -0,0 +1,17 @@ +[ + { + "rule": "hello", + "message": "你好!" + }, + { + "rule": "test", + "message": [ + { + "type": "text", + "data": { + "text": "测试" + } + } + ] + } +]
\ No newline at end of file |
