Browse Source

更新配置

duqinya 5 years ago
parent
commit
ee63f50d87
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/ConfigController.php

+ 2 - 2
app/Http/Controllers/ConfigController.php

@@ -110,8 +110,8 @@ class ConfigController extends Controller
                 ],
                 //对应商城
                 'used_mall' =>[
-                    '1' => '兑换商城',
-                    '0' => '电商商城'
+                    '1' => '电商商城',
+                    '0' => '兑换商城'
                 ],
                 //展示类型
                 'message_show_type' =>[