| | |
| | | package com.yeshi.fanli.service.inter.integral;
|
| | |
|
| | | import com.yeshi.fanli.entity.integral.IntegralTaskRecord;
|
| | | import com.yeshi.fanli.exception.integral.IntegralGetException;
|
| | |
|
| | | import net.sf.json.JSONObject;
|
| | |
| | | * 事件编码
|
| | | * @throws IntegralGetException
|
| | | */
|
| | | public void addEventStatistic(Long uid, String event, JSONObject params) throws IntegralGetException;
|
| | | public IntegralTaskRecord addEventStatistic(Long uid, String event, JSONObject params) throws IntegralGetException;
|
| | |
|
| | | /**
|
| | | * 从粘贴板推荐进入搜索结果
|
| | |
| | | * @param uid
|
| | | * @throws IntegralGetException
|
| | | */
|
| | | public void addSearchResultScan(Long uid) throws IntegralGetException;
|
| | | public void addSearchResultScan(Long uid,String kw) throws IntegralGetException;
|
| | |
|
| | | /**
|
| | | * 分享邀请图
|