You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
399 B
14 lines
399 B
<?php
|
|
return [
|
|
'recharge_success' => [
|
|
'temp_key' => '52552',
|
|
'keyword_name_list' => [ '充值时间', '充值金额' ],
|
|
// 'first' => '',
|
|
'content' => [
|
|
[ '充值时间', '{time}', 'time1' ],
|
|
[ '充值金额', '{price}', 'amount3' ],
|
|
// [ '充值状态', '充值成功', 'keyword3' ]
|
|
],
|
|
// 'remark' => ''
|
|
]
|
|
];
|