\AlipayAlipayCurlRequester

Summary

Methods
Properties
Constants
__construct()
getGateway()
getCharset()
getUrl()
execute()
post()
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() 

getGateway()

getGateway() 

getCharset()

getCharset() 

getUrl()

getUrl() 

execute()

execute(array  $params) : mixed

提交请求

Parameters

array $params

Returns

mixed

post()

post(string  $url, array  $params) : mixed

发起 POST 请求

Parameters

string $url
array $params

Returns

mixed