mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-29 01:40:16 +00:00
12 lines
330 B
PHP
12 lines
330 B
PHP
<?php
|
|
return [
|
|
'recharge_success' => [
|
|
'temp_key' => '755',
|
|
'content' => [
|
|
['交易单号', '{trade_no}', 'keyword1'],
|
|
['充值金额', '{price}', 'keyword2'],
|
|
['账户余额', '{balance}', 'keyword3'],
|
|
['充值时间', '{time}', 'keyword4'],
|
|
],
|
|
]
|
|
]; |