\app\api\service\rechargePaySuccess

Summary

Methods
Properties
Constants
getError()
hasError()
__construct()
getOrderInfo()
onPaySuccess()
$model
No constants found
No protected methods found
$error
$wxappId
N/A
No private methods found
$user
N/A

Properties

$model

$model : 

Type

$error

$error : 

Type

$wxappId

$wxappId : 

Type

$user

$user : 

Type

Methods

getError()

getError() : mixed

获取错误信息

Returns

mixed

hasError()

hasError() : boolean

是否存在错误

Returns

boolean

__construct()

__construct(  $orderNo) 

构造函数 PaySuccess constructor.

Parameters

$orderNo

Throws

\think\exception\DbException

onPaySuccess()

onPaySuccess(integer  $payType, array  $payData) : boolean

订单支付成功业务处理

Parameters

integer $payType

支付类型

array $payData

支付回调数据

Returns

boolean