PHP
namespace common\services;
class UnionPay
{
/**
* 支付配置
* @var array
*/
public $config = [];
/**
* 支付参数,提交到银联对应接口的所有参数
* @var array
*/
public $params = [];
/**
*
自动提交表单模板
* @var string
*/
private $formTemplate = <<<'HTML'
<
Meta charset="utf-8">
支付
跳转中...