|
|
@@ -137,8 +137,8 @@ class ShopController extends BaseController
|
|
|
$shop = $this->shop->attributes;
|
|
|
$shop['reachVip'] = $shopExt['reachVip'];
|
|
|
|
|
|
- //$shop['warning'] = '';
|
|
|
- $shop['warning'] = '明天凌晨1:00~2:00系统升级,暂停使用';
|
|
|
+ $shop['warning'] = '';
|
|
|
+ //$shop['warning'] = '明天凌晨1:00~2:00系统升级,暂停使用';
|
|
|
|
|
|
util::success($shop);
|
|
|
}
|