@@ -66,7 +66,10 @@ class PayController extends Controller
}
if($pay_type == 1){ // 支付宝支付
$result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,$order->money,'');
- return $this->success($result->body);
+ return $this->success([
+ 'order'=>$order,
+ 'body'=>$result->body
+ ]);
}else{
return $this->error("正在开发中...");