记得上下班打卡 | git大法好,push需谨慎

Commit 8b3ebcbe authored by 胡佳晨's avatar 胡佳晨

积分明细

parent 05cac27f
...@@ -96,7 +96,7 @@ public class DataImpl { ...@@ -96,7 +96,7 @@ public class DataImpl {
Integer performancePrice = orderTicketsMapper.getOrderScore(uid); Integer performancePrice = orderTicketsMapper.getOrderScore(uid);
score += (performancePrice.intValue() / 100); score += (performancePrice.intValue() / 100);
//获取商品每日任务积分 //获取商品每日任务积分
String resultData = HttpUtil.get("http://testmall.zhengzai.tv/admin/sumUserCost?user_id=" + 1, null); String resultData = HttpUtil.get("http://devmall.zhengzai.tv/admin/sumUserCost?user_id=" + 1, null);
int goodsPrice = (int) JSONObject.parseObject(resultData).get("cost"); int goodsPrice = (int) JSONObject.parseObject(resultData).get("cost");
score += (goodsPrice / 100); score += (goodsPrice / 100);
......
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