test_lgq/niucloud/app/dict/notice/wechat.php
2024-01-24 17:36:08 +08:00

14 lines
399 B
PHP

<?php
return [
'recharge_success' => [
'temp_key' => '52552',
'keyword_name_list' => [ '充值时间', '充值金额' ],
// 'first' => '',
'content' => [
[ '充值时间', '{time}', 'time1' ],
[ '充值金额', '{price}', 'amount3' ],
// [ '充值状态', '充值成功', 'keyword3' ]
],
// 'remark' => ''
]
];