@@ -65,7 +65,7 @@ class Pay extends Api
'openid' => $openid,
'method' => $platform,
'notifyurl' => config('pay_notify_url').'/api/pay/order_notify_base/paytype/'.$pay_type,
- 'returnurl' => config('h5_url').'/#/pages/order/order?status=0',
+ 'returnurl' => '',
];
$res = Service::submitOrder($params);
@@ -311,4 +311,5 @@ return [
],
'domain_cdnurl' => 'https://tuku.huxiukeji.cn',
+ 'pay_notify_url' => 'https://tuku.huxiukeji.cn',