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

Commit 72c09f49 authored by 胡佳晨's avatar 胡佳晨

积分明细

parent 64a4a28e
......@@ -98,7 +98,11 @@ public class DataImpl {
//获取商品每日任务积分
String resultData = HttpUtil.get("http://devmall.zhengzai.tv/admin/sumUserCost?user_id=" + 1, null);
int goodsPrice = (int) JSONObject.parseObject(resultData).get("cost");
try {
score += (goodsPrice / 100);
}catch (Exception e){
}
//获取 关注摩登天空服务号
if (getUnionIdByPhone(mobile) != null) {
......
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