\lib\PayPay

Summary

Methods
Properties
Constants
FoundOrder()
PrepaidPhoneOrders()
VerifyPaymentChannels()
ArousePayment()
PaySuccess()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

FoundOrder()

FoundOrder( $OrderData) : never

Parameters

$OrderData

Buy::OrderGet

Returns

never —

创建商品在线支付订单

PrepaidPhoneOrders()

PrepaidPhoneOrders( $Data, array  $Goods = []) : bool

Parameters

$Data
array $Goods

创建充值订单[无需改动,仅将商品付款调整到新方法]

Returns

bool —

VerifyPaymentChannels()

VerifyPaymentChannels( $type) : mixed

Parameters

$type

Returns

mixed —

验证支付通道 并取出支付配置信息

ArousePayment()

ArousePayment(mixed  $id, mixed  $PayType) : mixed

获取付款地址

Parameters

mixed $id
mixed $PayType

Returns

mixed —

PaySuccess()

PaySuccess( $Order,  $Data) : mixed

Parameters

$Order

//支付订单数据

$Data

//支付回调数据 付款成功后的回调

Returns

mixed —