mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-19 01:38:10 +00:00
15 lines
338 B
PHP
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' => '消息内容'
|
|
],
|
|
],
|
|
|
|
]; |