Commit ee5c38d7 by LiuJunYi

美行者VIP会员价格

parent 51a42f63
...@@ -330,7 +330,7 @@ $config = [ ...@@ -330,7 +330,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' => 0.01, 'vip_price' => 49.9,
'app_id' => 'wx1b834552a7d49bb3', 'app_id' => 'wx1b834552a7d49bb3',
'merchant_id' => '1515838821', 'merchant_id' => '1515838821',
'sign_type' => 'MD5', 'sign_type' => 'MD5',
......
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