Commit 8fe33241 by 朱继来

添加竟调时间

parent 55fa7523
...@@ -465,6 +465,8 @@ Class OrderController extends Controller ...@@ -465,6 +465,8 @@ Class OrderController extends Controller
// 非尽调账号显示真实数据 // 非尽调账号显示真实数据
if ($request->user->email != 'vpadmin@ichunt.com') { if ($request->user->email != 'vpadmin@ichunt.com') {
$map['is_fake'] = 0; $map['is_fake'] = 0;
} else {
$map['vp_time_set'] = strtotime(Config('website.vp_time_set'));
} }
$map['order_goods_type'] = $tid; $map['order_goods_type'] = $tid;
......
...@@ -25,7 +25,7 @@ return [ ...@@ -25,7 +25,7 @@ return [
'check_access_api' => 'http://perm.liexin.net/api/perms/access', 'check_access_api' => 'http://perm.liexin.net/api/perms/access',
// 竞调账户配置显示时间 // 竞调账户配置显示时间
'vp_time_set' => '2018-05-01', 'vp_time_set' => '2019-8-30',
// 基石服务地址 // 基石服务地址
'SERVICE_DOMAIN' => 'http://192.168.1.100', 'SERVICE_DOMAIN' => 'http://192.168.1.100',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment