添加订单支付方式
parent
9687ed33ae
commit
743134fffb
|
|
@ -31,9 +31,12 @@ class Order extends Model
|
|||
/**
|
||||
* 支付方式
|
||||
*/
|
||||
public const PAY_WAY_WXPAY = 'wxpay'; // 微信支付
|
||||
public const PAY_WAY_OFFLINE = 'offline'; // 现金支付
|
||||
public const PAY_WAY_NONE = 'none'; // 无
|
||||
public const PAY_WAY_WXPAY = 'wxpay'; // 微信支付
|
||||
public const PAY_WAY_ALIPAY = 'alipay'; // 支付宝
|
||||
public const PAY_WAY_WALLET = 'wallet'; // 钱包
|
||||
public const PAY_WAY_BALANCE = 'balance'; // 余额
|
||||
public const PAY_WAY_OFFLINE = 'offline'; // 现金支付
|
||||
public const PAY_WAY_NONE = 'none'; // 无
|
||||
|
||||
/**
|
||||
* @var array
|
||||
|
|
|
|||
Loading…
Reference in New Issue