Authored by zhaoqing

Merge branch 'dev_180508_联盟红人推广' into test6.6.1

... ... @@ -78,7 +78,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport
private String NEW_USER_REBATES_RATIO_KEY = "union.newUserRebatesRatio";
private String OLD_USER_REBATES_RATIO_KEY = "union.oldUserRebatesRatio";
private String UNION_SHAREID = "union.shareId";
private String UNION_URL = "union.url";
private String UNION_CPS_IMAGEURL = "union.cps.ImageUrl";
/**
* 获取用户可提现金额、已提现金额、是否可以提现
... ... @@ -250,7 +250,7 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport
}
//设置返回文案
unionShareUser.setShareId(configReader.getString(UNION_SHAREID, ""));
unionShareUser.setImageUrl(configReader.getString(UNION_URL, ""));
unionShareUser.setImageUrl(configReader.getString(UNION_CPS_IMAGEURL, ""));
//设置缓存
addToRedis(ShareOrdersKeyEnum.UNION_TYPE, uid, unionShareUser, key);
return unionShareUser;
... ...
union.newUserRebatesRatio=10
union.oldUserRebatesRatio=3
union.shareId = 1
union.url = http://img10.static.yhbimg.com/article/2018/05/18/14/017112c48a4af09fdf161356b4b12f7059.png
\ No newline at end of file
union.shareId = 1106
union.cps.ImageUrl = http://img10.static.yhbimg.com/article/2018/05/18/14/017112c48a4af09fdf161356b4b12f7059.png
\ No newline at end of file
... ...