|
@@ -63,7 +63,7 @@ class OrderPayService{
|
|
|
|
|
|
public function companyBank(){
|
|
|
require __DIR__.'/../library/upacp_demo_b2b/demo/api_02_b2b/Form_6_2_FrontConsume.php';
|
|
|
- $html=ylUnifyOrder($this->payment->order_no,$this->getAmount('f'),$this->expire,$this->notifyUrl(),$this->returnUrl());
|
|
|
+ $html=uniCompanyPay($this->payment->order_no,$this->getAmount('f'),$this->expire,$this->notifyUrl(),$this->returnUrl());
|
|
|
$cacheKey='payment_'.session_create_id();
|
|
|
Cache::set($cacheKey,$html,60);
|
|
|
return [
|