9 lines
115 B
PHP
9 lines
115 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'from_account' => '來自帳戶',
|
||
|
'to_account' => '收件帳戶',
|
||
|
|
||
|
];
|