$access_token $access_token : \EasyWeChat\OfficialAccount\Auth\AccessToken Type \EasyWeChat\OfficialAccount\Auth\AccessToken
$request $request : \Symfony\Component\HttpFoundation\Request Type \Symfony\Component\HttpFoundation\Request
__construct() __construct(array $config = array(), array $prepends = array(), string|null $id = null) Constructor. Parameters array $config array $prepends string|null $id
scheme() scheme(string $productId) : string Build payment scheme for product. Parameters string $productId Returns string
handlePaidNotify() handlePaidNotify(\Closure $closure) : \Symfony\Component\HttpFoundation\Response Parameters \Closure $closure Throws \EasyWeChat\Kernel\Exceptions\Exception Returns \Symfony\Component\HttpFoundation\Response
handleRefundedNotify() handleRefundedNotify(\Closure $closure) : \Symfony\Component\HttpFoundation\Response Parameters \Closure $closure Throws \EasyWeChat\Kernel\Exceptions\Exception Returns \Symfony\Component\HttpFoundation\Response
handleScannedNotify() handleScannedNotify(\Closure $closure) : \Symfony\Component\HttpFoundation\Response Parameters \Closure $closure Throws \EasyWeChat\Kernel\Exceptions\Exception Returns \Symfony\Component\HttpFoundation\Response
setSubMerchant() setSubMerchant(string $mchId, string|null $appId = null) : $this Set sub-merchant. Parameters string $mchId string|null $appId Returns $this
getKey() getKey(string|null $endpoint = null) : string Parameters string|null $endpoint Throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException Returns string
__call() __call(string $name, array $arguments) : mixed Parameters string $name array $arguments Returns mixed
authCodeToOpenid() authCodeToOpenid(string $authCode) : mixed Parameters string $authCode Returns mixed