\app\api\service\order\sourceBasics

Summary

Methods
Properties
Constants
getError()
hasError()
checkOrderStatusOnPay()
No public properties found
No constants found
checkGoodsStatusOnPay()
checkOrderStatusOnPayCommon()
$error
$wxappId
N/A
No private methods found
No private properties found
N/A

Properties

$error

$error : 

Type

$wxappId

$wxappId : 

Type

Methods

getError()

getError() : mixed

获取错误信息

Returns

mixed

hasError()

hasError() : boolean

是否存在错误

Returns

boolean

checkOrderStatusOnPay()

checkOrderStatusOnPay(  $order) : mixed

判断订单是否允许付款

Parameters

$order

Returns

mixed

checkGoodsStatusOnPay()

checkGoodsStatusOnPay(  $goodsList) : mixed

判断商品状态、库存 (未付款订单)

Parameters

$goodsList

Returns

mixed

checkOrderStatusOnPayCommon()

checkOrderStatusOnPayCommon(  $order) : boolean

判断订单状态(公共)

Parameters

$order

Returns

boolean