PHP Class Helper\Payment\alipay\Alipay

Show file Open project: sendya/shadowsocks-panel Class Usage Examples

Public Methods

Method Description
__construct ( $config )
notify ( array $order ) : string 通知
parse ( ) : array | null | string 解析内容
requestURL ( ) : mixed | string 请求支付宝
run ( )

Method Details

__construct() public method

public __construct ( $config )

notify() public method

通知
public notify ( array $order ) : string
$order array
return string

parse() public method

解析内容
public parse ( ) : array | null | string
return array | null | string

requestURL() public method

请求支付宝
public requestURL ( ) : mixed | string
return mixed | string

run() public method

public run ( )