Commit 753136ec by zhangsong

添加流量类型枚举:frontmoney

parent d11be5ef
......@@ -11,6 +11,7 @@ namespace Hdll\Services\FlowCount\Enum;
class FlowCategory
{
const BARGAIN = 1; // 砍价
const LIMIT = 2; // 限时购
const LIMIT = 2; // 限时购
const GROUP = 3; // 团购
const FRONTMONEY = 4; // 定金
}
\ 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