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

$agentChannel

$agentChannel : 

此值只是供代扣中心做最后的渠道统计用,并不做值是什么的强校验,只要不为空就可以

Type

$agentCode

$agentCode : 

标识发起方的ID,从服务窗发起则为appId的值,appId即开放平台分配给接入ISV的id,此处也可以随便真其它值,只要能标识唯一即可

Type

$agreementId

$agreementId : 

支付宝代扣协议ID

Type

$payPasswordToken

$payPasswordToken : 

需要用户首先处于登陆态,然后访问https://ebppprod.alipay.com/deduct/enterMobileicPayPassword.htm?cb=自己指定的回跳连接地址,访问页面后会进到独立密码校验页,用户输入密码校验成功后,会生成token回调到指定的回跳地址,如果设置cb=www.baidu.com则最后回调的内容是www.baidu.com?token=312314ADFDSFAS,然后签约时直接取得地址后token的值即可

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

setAgentChannel()

setAgentChannel(  $agentChannel) 

Parameters

$agentChannel

getAgentChannel()

getAgentChannel() 

setAgentCode()

setAgentCode(  $agentCode) 

Parameters

$agentCode

getAgentCode()

getAgentCode() 

setAgreementId()

setAgreementId(  $agreementId) 

Parameters

$agreementId

getAgreementId()

getAgreementId() 

setPayPasswordToken()

setPayPasswordToken(  $payPasswordToken) 

Parameters

$payPasswordToken

getPayPasswordToken()

getPayPasswordToken() 

setUserId()

setUserId(  $userId) 

Parameters

$userId

getUserId()

getUserId()