aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/data/reply_data.json
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-23 23:36:31 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-23 23:36:31 +0800
commit3c12e0e8d51699abeebb822414cf1ef3cc126f26 (patch)
treeef22f40ca380eb6bb374c0cf6b9209c5e68297c8 /tests/data/reply_data.json
parent10289094f39b0794ebc3d4c9a901ebb16adab1fc (diff)
downloadHydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.tar.gz
HydroRoll-3c12e0e8d51699abeebb822414cf1ef3cc126f26.zip
✨fix
Diffstat (limited to 'tests/data/reply_data.json')
-rw-r--r--tests/data/reply_data.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/reply_data.json b/tests/data/reply_data.json
new file mode 100644
index 0000000..e4977ee
--- /dev/null
+++ b/tests/data/reply_data.json
@@ -0,0 +1,17 @@
+[
+ {
+ "rule": "hello",
+ "message": "你好!"
+ },
+ {
+ "rule": "test",
+ "message": [
+ {
+ "type": "text",
+ "data": {
+ "text": "测试"
+ }
+ }
+ ]
+ }
+] \ No newline at end of file