PHP Class Thenbsp\Wechat\Payment\Qrcode\Forever

Inheritance: extends Doctrine\Common\Collections\ArrayCollection
Show file Open project: thenbsp/wechat

Protected Properties

Property Type Description
$key 商户 KEY

Public Methods

Method Description
__construct ( $appid, $mchid, $key ) 构造方法
getPayurl ( $productId, array $defaults = [] ) 获取支付链接

Method Details

__construct() public method

构造方法
public __construct ( $appid, $mchid, $key )

getPayurl() public method

获取支付链接
public getPayurl ( $productId, array $defaults = [] )
$defaults array

Property Details

$key protected property

商户 KEY
protected $key