7 lines
143 B
PHP
7 lines
143 B
PHP
<?php
|
|
|
|
return [
|
|
// 中信 EVUS 套餐合法价格,单位按现有业务字段保持不变。
|
|
'evus_prices' => ['49900', '74500'],
|
|
];
|