|
@@ -84,7 +84,7 @@ class OrderPayService{
|
|
|
return request()->root(true)."/index/payment/notify/order_no/".$this->payment->order_no;
|
|
|
}
|
|
|
public function returnUrl(){
|
|
|
- return request()->root(true);
|
|
|
+ return h5_link('/user/order/success');
|
|
|
}
|
|
|
public function alipay(){
|
|
|
$payData=Service::submitOrder(
|