Commit ca72f064 by 王洁

Merge branch 'ft-bonus' into test

parents 200118ae 12daf737
<?php
namespace App\Enum;
class UpBonusEvent {
const CONSUME_ADD = 1; //消费产生积分(确认收货)
const CONSUME_PAY = 2; //下单减积分
const CLOSE_ORDER = 3; //关闭订单返还积分
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment