|
@@ -65,7 +65,7 @@ class PayController extends Controller
|
|
return $this->error("操作失败!");
|
|
return $this->error("操作失败!");
|
|
}
|
|
}
|
|
if($pay_type == 1){ // 支付宝支付
|
|
if($pay_type == 1){ // 支付宝支付
|
|
- $url = "http://150.158.180.173:81/#/me/member/join?order_id=".$order->id;
|
|
|
|
|
|
+ $url = "/me/member/join?order_id=".$order->id;
|
|
$result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,$order->money,$url);
|
|
$result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,$order->money,$url);
|
|
return $this->success($result->body);
|
|
return $this->success($result->body);
|
|
}else{
|
|
}else{
|