shish hace 5 años
padre
commit
3796cbbf82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-hd/controllers/OrderController.php

+ 1 - 1
app-hd/controllers/OrderController.php

@@ -285,7 +285,7 @@ class OrderController extends BaseController
         $input->SetTime_start(date("YmdHis", $now));
         $input->SetTime_start(date("YmdHis", $now));
         $input->SetAttach($attach);//将流水类型、代金劵等传给微信再回传
         $input->SetAttach($attach);//将流水类型、代金劵等传给微信再回传
         $input->SetTime_expire(date("YmdHis", $expireTime));
         $input->SetTime_expire(date("YmdHis", $expireTime));
-        $input->SetNotify_url(Yii::$app->params['hdHost'] . '/notice/wx-callback/');
+        $input->SetNotify_url(Yii::$app->params['mallHost'] . '/notice/wx-callback/');
         $input->SetTrade_type("JSAPI");
         $input->SetTrade_type("JSAPI");
 
 
         //花卉宝代为申请的微信支付
         //花卉宝代为申请的微信支付