Authored by 陈峰

Merge branch 'feature/yohood' into 'master'

update



See merge request !47
... ... @@ -15,7 +15,7 @@ const TABLE_ACT_PRIZE_PRODUCT_USER = 'act_prize_product_user';
const MINUTE_TIMES = 60;
const PRODUCT_CACHE_TIMES = MINUTE_TIMES / 6; // 商品(列表&详情)缓存时间
const RECENT_CODE_CACHE_TIME = MINUTE_TIMES / 12; // 最近获取记录缓存时间
const MAX_JOIN_TIMES = 1000; // 最大活动参与次数
const MAX_JOIN_TIMES = 100; // 最大活动参与次数
const MAX_RECOMEND_NUM = 10; // 最大推荐活动数目
const PAGE_SIZE = 10;
... ...