|
|
@@ -285,7 +285,7 @@ class OrderController extends BaseController
|
|
|
$input->SetTime_start(date("YmdHis", $now));
|
|
|
$input->SetAttach($attach);//将流水类型、代金劵等传给微信再回传
|
|
|
$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");
|
|
|
|
|
|
//花卉宝代为申请的微信支付
|