|
@@ -105,7 +105,10 @@ class OrderPayService{
|
|
|
}
|
|
|
public function bankUnion(){
|
|
|
require __DIR__.'/../library/upacp_demo_b2c/demo/api_01_gateway/Form_6_2_FrontConsume.php';
|
|
|
- return ylUnifyOrder($this->payment->order_no,$this->getAmount('f'));
|
|
|
+ $html=ylUnifyOrder($this->payment->order_no,$this->getAmount('f'));
|
|
|
+ return [
|
|
|
+ 'html'=>$html
|
|
|
+ ];
|
|
|
}
|
|
|
public function otherUser(){}
|
|
|
public function offline(){}
|