|
@@ -65,7 +65,7 @@ class PayController extends Controller
|
|
return $this->error("操作失败!");
|
|
return $this->error("操作失败!");
|
|
}
|
|
}
|
|
if($pay_type == 1){ // 支付宝支付
|
|
if($pay_type == 1){ // 支付宝支付
|
|
- $result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,intval($order->money),'');
|
|
|
|
|
|
+ $result = Factory::payment()->page()->pay("加入企业会员",$order->order_no,$order->money,'');
|
|
dd($result->body);
|
|
dd($result->body);
|
|
return $this->success($result->body);
|
|
return $this->success($result->body);
|
|
}else{
|
|
}else{
|