6 lines
70 B
PHP
6 lines
70 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_currency' => '币种参数不合法',
|
|
];
|
<?php
|
|
|
|
return [
|
|
'invalid_currency' => '币种参数不合法',
|
|
];
|