mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-29 01:40:16 +00:00
13 lines
334 B
PHP
13 lines
334 B
PHP
<?php
|
|
return [
|
|
'recharge_success' => [
|
|
'temp_key' => 'OPENTM414089457',
|
|
'first' => '',
|
|
'content' => [
|
|
['充值时间', '{time}', 'keyword1'],
|
|
['充值金额', '{price}', 'keyword2'],
|
|
['充值状态', '充值成功', 'keyword3']
|
|
],
|
|
'remark' => ''
|
|
]
|
|
]; |