\AlipayAlipayRequester

Summary

Methods
Properties
Constants
__construct()
getGateway()
getCharset()
getUrl()
execute()
No public properties found
No constants found
No protected methods found
$gateway
$charset
$callback
N/A
No private methods found
No private properties found
N/A

Properties

$gateway

$gateway : 

Type

$charset

$charset : 

Type

$callback

$callback : 

Type

Methods

__construct()

__construct(callable  $callback,   $gateway = 'https://openapi.alipay.com/gateway.do',   $charset = 'UTF-8') 

Parameters

callable $callback
$gateway
$charset

getGateway()

getGateway() 

getCharset()

getCharset() 

getUrl()

getUrl() 

execute()

execute(array  $params) : mixed

提交请求

Parameters

array $params

Returns

mixed