|
|
@@ -203,7 +203,7 @@ class OrderController extends BaseController
|
|
|
|
|
|
//花卉宝代为申请的微信支付
|
|
|
$merchantExtend = $this->merchantExtend;
|
|
|
- if ($merchantExtend['generalMerchant'] == 1) {
|
|
|
+ if ($merchantExtend['wxPayApply'] == 1) {
|
|
|
$input->SetSub_openid($openId);
|
|
|
} else {
|
|
|
$input->SetOpenid($openId);
|
|
|
@@ -303,7 +303,7 @@ class OrderController extends BaseController
|
|
|
|
|
|
//花卉宝代为申请的微信支付
|
|
|
$merchantExtend = $this->merchantExtend;
|
|
|
- if ($merchantExtend['generalMerchant'] == 1) {
|
|
|
+ if ($merchantExtend['wxPayApply'] == 1) {
|
|
|
$input->SetSub_openid($openId);
|
|
|
} else {
|
|
|
$input->SetOpenid($openId);
|