first commit
This commit is contained in:
25
芳林公司项目/www.zhiyuanhelp.com/config/product.php
Normal file
25
芳林公司项目/www.zhiyuanhelp.com/config/product.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Administrator
|
||||
* Date: 2020/4/17
|
||||
* Time: 11:45
|
||||
*/
|
||||
return [
|
||||
|
||||
//商品价格配置
|
||||
'vipType' => [
|
||||
1 => 0.01,
|
||||
2 => 0.01,
|
||||
3 => 0.01
|
||||
],
|
||||
|
||||
|
||||
//商品名称配置
|
||||
'vipName' => [
|
||||
1 => '概率',
|
||||
2 => '筛选',
|
||||
3 => '专业'
|
||||
]
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user