mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-18 09:38:09 +00:00
11 lines
287 B
PHP
11 lines
287 B
PHP
<?php
|
|
return [
|
|
'recharge_success' => [
|
|
'temp_key' => '52552',
|
|
'keyword_name_list' => [ '充值时间', '充值金额' ],
|
|
'content' => [
|
|
[ '充值时间', '{time}', 'time1' ],
|
|
[ '充值金额', '{price}', 'amount3' ],
|
|
]
|
|
]
|
|
]; |