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

$billKey

$billKey : 

账单流水

Type

$chargeInst

$chargeInst : 

出账机构

Type

$chargeoffInst

$chargeoffInst : 

销账机构

Type

$companyId

$companyId : 

销账机构给出账机构分配的id

Type

$extend

$extend : 

必须以key value形式定义,转为json为格式:{"key1":"value1","key2":"value2","key3":"value3","key4":"value4"} 后端会直接转换为MAP对象,转换异常会报参数格式错误

Type

$orderType

$orderType : 

业务类型

Type

$subOrderType

$subOrderType : 

子业务类型

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

setBillKey()

setBillKey(  $billKey) 

Parameters

$billKey

getBillKey()

getBillKey() 

setChargeInst()

setChargeInst(  $chargeInst) 

Parameters

$chargeInst

getChargeInst()

getChargeInst() 

setChargeoffInst()

setChargeoffInst(  $chargeoffInst) 

Parameters

$chargeoffInst

getChargeoffInst()

getChargeoffInst() 

setCompanyId()

setCompanyId(  $companyId) 

Parameters

$companyId

getCompanyId()

getCompanyId() 

setExtend()

setExtend(  $extend) 

Parameters

$extend

getExtend()

getExtend() 

setOrderType()

setOrderType(  $orderType) 

Parameters

$orderType

getOrderType()

getOrderType() 

setSubOrderType()

setSubOrderType(  $subOrderType) 

Parameters

$subOrderType

getSubOrderType()

getSubOrderType()