其余文件
This commit is contained in:
11
app/common/enum/RechargeOrderEnum.php
Normal file
11
app/common/enum/RechargeOrderEnum.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\common\enum;
|
||||
|
||||
class RechargeOrderEnum
|
||||
{
|
||||
const WECHAT_PAY = 1; //微信支付
|
||||
const ALI_PAY = 2; //支付宝支付
|
||||
|
||||
const PAY_STATUS_NO_PAID = 0; //待支付
|
||||
const PAY_STATUS_PAID = 1; //已支付
|
||||
}
|
||||
Reference in New Issue
Block a user