6
0
Fork 0

添加订单支付方式

release
vine_liutk 2021-12-24 17:41:46 +08:00
parent 9687ed33ae
commit 743134fffb
1 changed files with 6 additions and 3 deletions

View File

@ -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