Commit 31a6eb3b by LiuJunYi

商家合作,商家类型增加其他

parent e411fcb5
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
// | Author: liu21st <liu21st@gmail.com> // | Author: liu21st <liu21st@gmail.com>
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
use think\Env; use think\Env;
$config = [ $config = [
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// | 应用设置 // | 应用设置
...@@ -244,8 +245,8 @@ $config = [ ...@@ -244,8 +245,8 @@ $config = [
], ],
'app_name' => '美行者亲子游', 'app_name' => '美行者亲子游',
'domain' => 'http://'.Env::get('setting.domain', 'mavaler.jqhulian.com').'/', 'domain' => 'http://' . Env::get('setting.domain', 'mavaler.jqhulian.com') . '/',
'domain_ssl' => 'https://'.Env::get('setting.domain', 'mavaler.jqhulian.com').'/', 'domain_ssl' => 'https://' . Env::get('setting.domain', 'mavaler.jqhulian.com') . '/',
// 微信小程序配置 // 微信小程序配置
'wxapp' => [ 'wxapp' => [
...@@ -327,7 +328,7 @@ $config = [ ...@@ -327,7 +328,7 @@ $config = [
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
'wx_pay' => [ 'wx_pay' => [
'notify_url' => 'https://'.Env::get('setting.domain', 'meixz.utools.club').'/api/Order/callback', 'notify_url' => 'https://' . Env::get('setting.domain', 'meixz.utools.club') . '/api/Order/callback',
'vip_title' => '美行者会员VIP', 'vip_title' => '美行者会员VIP',
'vip_price' => 49.9, 'vip_price' => 49.9,
'app_id' => 'wx1b834552a7d49bb3', 'app_id' => 'wx1b834552a7d49bb3',
...@@ -344,6 +345,7 @@ $config = [ ...@@ -344,6 +345,7 @@ $config = [
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
'business_type' => [ 'business_type' => [
0 => '其他',
1 => '餐厅', 1 => '餐厅',
2 => '乐园', 2 => '乐园',
3 => '早教', 3 => '早教',
......
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 to comment