Properties

$arrayAsJson

$arrayAsJson : boolean

构建请求字符串时,是否将参数内的数组编码为 JSON

Type

boolean

$apiParams

$apiParams : array

API 请求参数(非系统参数)

Type

array

$notifyUrl

$notifyUrl : 

Type

$returnUrl

$returnUrl : 

Type

$authToken

$authToken : 

Type

$appAuthToken

$appAuthToken : 

Type

$data

$data : 

数据字段,identity对应的其他数据字段。使用json格式组织,且仅支持字符串类型,其他类型请转为字符串。

Type

$identity

$identity : 

合作伙伴的主键数据,同一合作伙伴要保证该字段唯一,若出现重复,后入数据会覆盖先入数据。使用json格式组织,且仅支持字符串类型,其他类型请转为字符串。

Type

$typeId

$typeId : 

合作伙伴标识字段,用来区分数据来源。建议使用公司域名或公司名。

Type

Methods

__construct()

__construct(  $config = array()) 

Parameters

$config

__destruct()

__destruct() 

className()

className(boolean  $shorten = false) : string

获取自身类名

Parameters

boolean $shorten

是否不带命名空间

Returns

string

getApiMethodName()

getApiMethodName() : string

根据类名获取 API 方法名

Returns

string

getTimestamp()

getTimestamp() : string

获取用于发起请求的“时间戳”

Returns

string

getApiParams()

getApiParams() 

getNotifyUrl()

getNotifyUrl() 

setNotifyUrl()

setNotifyUrl(  $notifyUrl) 

Parameters

$notifyUrl

getReturnUrl()

getReturnUrl() 

setReturnUrl()

setReturnUrl(  $returnUrl) 

Parameters

$returnUrl

getAuthToken()

getAuthToken() 

setAuthToken()

setAuthToken(  $authToken) 

Parameters

$authToken

getAppAuthToken()

getAppAuthToken() 

setAppAuthToken()

setAppAuthToken(  $appAuthToken) 

Parameters

$appAuthToken

__get()

__get(  $name) 

Parameters

$name

__set()

__set(  $name,   $value) 

Parameters

$name
$value

__isset()

__isset(  $name) 

Parameters

$name

__unset()

__unset(  $name) 

Parameters

$name

setData()

setData(  $data) 

Parameters

$data

getData()

getData() 

setIdentity()

setIdentity(  $identity) 

Parameters

$identity

getIdentity()

getIdentity() 

setTypeId()

setTypeId(  $typeId) 

Parameters

$typeId

getTypeId()

getTypeId()