| xqd
@@ -67,7 +67,6 @@ class PayController extends Controller
|
|
|
if($pay_type == 1){ // 支付宝支付
|
|
|
$url = "http://150.158.180.173:81/#/me/member/join?order_id=".$order->id;
|
|
|
$result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,$order->money,$url);
|
|
|
- dd($result->body);
|
|
|
return $this->success($result->body);
|
|
|
}else{
|
|
|
return $this->error("正在开发中...");
|