Files
mini_tp/config/legacy/other/file_config.php
T
nepiedg 166940d5a6 Initial commit: ThinkPHP refactor (tp)
Made-with: Cursor
2026-04-02 02:13:12 +00:00

9 lines
582 B
PHP
Executable File

<?php
return array (
// 排名查询类型参数
'pm_type' => array(0=>'全部', 1=>'产品快照', 2=>'产品卡片', 3=>'产品列表', 4=>'公司卡片', 5=>'店铺快照'),
// 产品级别
'v_type' => array(3=>'企业版(十二个月)', 2=>'商务版(六个月)', 1=>'创业版(三个月)', 4=>'基础版(一个月)', 100=>'短视频版(一年)'),
// 可购买选择的i采购产品
'v_type_able' => array(4=>'基础版(一个月)', 1=>'创业版(三个月)', 2=>'商务版(六个月)', 3=>'企业版(十二个月)'),
);