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