com\JsSdkPay::__construct PHP Method

__construct() public method

public __construct ( $options )
    public function __construct($options)
    {
        $this->appId = $options['appid'];
        $this->appSecret = $options['appsecret'];
        $this->weObj = new TPWechat($options);
    }