ALIPAY API: alipay.mobile.code.create request
$bizLinkedId :
业务关联ID。比如订单号,userId,业务连接等
$bizType :
类似产品名称,根据该值决定码存储类型;新接业务需要找码平台技术配置
$contextStr :
业务自定义,码平台不用理解。一定要传json字符串。
$isDirect :
如果是true,则扫一扫下发跳转地址直接取自bizLinkedId 否则,从路由信息里取跳转地址
$memo :
备注信息字段
$sourceId :
发码来源,业务自定
$startDate :
编码启动时间(yyy-MM-dd hh:mm:ss),为空表示立即启用
$timeout :
超时时间,单位秒;若不传则为永久。发码超时时间需要找码平台技术评估
$userId :
支付宝用户id
$apiParas :
$terminalType :
$terminalInfo :
$prodCode :
$apiVersion :
$notifyUrl :
$returnUrl :
$needEncrypt :
setBizLinkedId( $bizLinkedId)
getBizLinkedId()
setBizType( $bizType)
getBizType()
setContextStr( $contextStr)
getContextStr()
setIsDirect( $isDirect)
getIsDirect()
setMemo( $memo)
getMemo()
setSourceId( $sourceId)
getSourceId()
setStartDate( $startDate)
getStartDate()
setTimeout( $timeout)
getTimeout()
setUserId( $userId)
getUserId()
getApiMethodName()
setNotifyUrl( $notifyUrl)
getNotifyUrl()
setReturnUrl( $returnUrl)
getReturnUrl()
getApiParas()
getTerminalType()
setTerminalType( $terminalType)
getTerminalInfo()
setTerminalInfo( $terminalInfo)
getProdCode()
setProdCode( $prodCode)
setApiVersion( $apiVersion)
getApiVersion()
setNeedEncrypt( $needEncrypt)
getNeedEncrypt()
Loading…