Commit 9347f4f4 by xmy

Merge branch 'buyer-agent' into test

parents 8eed0b2b b95bde36
<?php
namespace Hdll\Services\Comments\Enum;
class CommentsEnum
{
const VIRTUAL_COMMENTS = 0; //虚拟评论
const REAL_COMMENTS = 1;//真实评论
const CHILD_COMMENTS = 2;//子评论
const CATEGORY_ACTIVITY_TLP = 0;//活动模版分类
}
\ No newline at end of file
......@@ -16,9 +16,5 @@ class StarEnum
const HAS_START_KEY = 'comments:hasStar';
const STAR_KEY = 'comments:star';
const VIRTUAL_COMMENTS = 0; //虚拟评论
const REAL_COMMENTS = 1;//真实评论
const CHILD_COMMENTS = 2;//子评论
const CATEGORY_ACTIVITY_TLP = 0;//活动模版分类
}
\ 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