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

$bizExtParams

$bizExtParams : 

扩展参数

Type

$columns

$columns : 

单条数据的数据列,多个列以逗号隔开

Type

$file

$file : 

反馈的json格式文件,其中{"records": 是每个文件的固定开头,文件中的字段名请使用数据反馈模板(该模板是通过“获取数据反馈模板”接口获得)中字段编码列的英文字段来组装

Type

$fileCharset

$fileCharset : 

是反馈文件的数据编码,如果文件格式是UTF-8,则填写UTF-8,如果文件格式是GBK,则填写GBK

Type

$fileDescription

$fileDescription : 

文件描述信息

Type

$fileType

$fileType : 

反馈的数据类型

Type

$primaryKeyColumns

$primaryKeyColumns : 

主键列使用反馈字段进行组合,也可以使用反馈的某个单字段(确保主键稳定,而且可以很好的区分不同的数据)。例如order_no,pay_month或者order_no,bill_month组合,对于一个order_no只会有一条数据的情况,直接使用order_no作为主键列

Type

$records

$records : 

文件数据记录条数

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

setBizExtParams()

setBizExtParams(  $bizExtParams) 

Parameters

$bizExtParams

getBizExtParams()

getBizExtParams() 

setColumns()

setColumns(  $columns) 

Parameters

$columns

getColumns()

getColumns() 

setFile()

setFile(  $file) 

Parameters

$file

getFile()

getFile() 

setFileCharset()

setFileCharset(  $fileCharset) 

Parameters

$fileCharset

getFileCharset()

getFileCharset() 

setFileDescription()

setFileDescription(  $fileDescription) 

Parameters

$fileDescription

getFileDescription()

getFileDescription() 

setFileType()

setFileType(  $fileType) 

Parameters

$fileType

getFileType()

getFileType() 

setPrimaryKeyColumns()

setPrimaryKeyColumns(  $primaryKeyColumns) 

Parameters

$primaryKeyColumns

getPrimaryKeyColumns()

getPrimaryKeyColumns() 

setRecords()

setRecords(  $records) 

Parameters

$records

getRecords()

getRecords()