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

$bizLinkedId

$bizLinkedId : 

业务关联ID。比如订单号,userId,业务连接等

Type

$bizType

$bizType : 

类似产品名称,根据该值决定码存储类型;新接业务需要找码平台技术配置

Type

$contextStr

$contextStr : 

业务自定义,码平台不用理解。一定要传json字符串。

Type

$isDirect

$isDirect : 

如果是true,则扫一扫下发跳转地址直接取自bizLinkedId 否则,从路由信息里取跳转地址

Type

$memo

$memo : 

备注信息字段

Type

$sourceId

$sourceId : 

发码来源,业务自定

Type

$startDate

$startDate : 

编码启动时间(yyy-MM-dd hh:mm:ss),为空表示立即启用

Type

$timeout

$timeout : 

超时时间,单位秒;若不传则为永久。发码超时时间需要找码平台技术评估

Type

$userId

$userId : 

支付宝用户id

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

setBizLinkedId()

setBizLinkedId(  $bizLinkedId) 

Parameters

$bizLinkedId

getBizLinkedId()

getBizLinkedId() 

setBizType()

setBizType(  $bizType) 

Parameters

$bizType

getBizType()

getBizType() 

setContextStr()

setContextStr(  $contextStr) 

Parameters

$contextStr

getContextStr()

getContextStr() 

setIsDirect()

setIsDirect(  $isDirect) 

Parameters

$isDirect

getIsDirect()

getIsDirect() 

setMemo()

setMemo(  $memo) 

Parameters

$memo

getMemo()

getMemo() 

setSourceId()

setSourceId(  $sourceId) 

Parameters

$sourceId

getSourceId()

getSourceId() 

setStartDate()

setStartDate(  $startDate) 

Parameters

$startDate

getStartDate()

getStartDate() 

setTimeout()

setTimeout(  $timeout) 

Parameters

$timeout

getTimeout()

getTimeout() 

setUserId()

setUserId(  $userId) 

Parameters

$userId

getUserId()

getUserId()