Commit 31a6eb3b by LiuJunYi

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

parent e411fcb5
......@@ -9,6 +9,7 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
use think\Env;
$config = [
// +----------------------------------------------------------------------
// | 应用设置
......@@ -244,8 +245,8 @@ $config = [
],
'app_name' => '美行者亲子游',
'domain' => 'http://'.Env::get('setting.domain', 'mavaler.jqhulian.com').'/',
'domain_ssl' => 'https://'.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') . '/',
// 微信小程序配置
'wxapp' => [
......@@ -327,9 +328,9 @@ $config = [
// +----------------------------------------------------------------------
'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_price' => 49.9,
'vip_price' => 49.9,
'app_id' => 'wx1b834552a7d49bb3',
'merchant_id' => '1515838821',
'sign_type' => 'MD5',
......@@ -344,6 +345,7 @@ $config = [
// +----------------------------------------------------------------------
'business_type' => [
0 => '其他',
1 => '餐厅',
2 => '乐园',
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