2023-06-21 16:47:46 +08:00

15 lines
338 B
PHP

<?php
return [
'hello_world_test' => [
'key' => 'hello_world_test',
'app_type' => 'site',
'receiver_type' => 1,
'async' => false,
'name' => 'hello world消息',
'title' => 'hello world演示插件消息',
'variable' =>[
'name' => '消息内容'
],
],
];