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

Commit 8580615c authored by jiangxiulong's avatar jiangxiulong

black

parent 8145fa96
......@@ -22,4 +22,6 @@ public interface ISweetIntegralActivityService extends IService<SweetIntegralAct
ResponseDto<IntegralActivityVo> detail(String integralActivityId);
ResponseDto setDrawAllList(String integralActivityId);
ResponseDto drawBlack(String uidS);
}
......@@ -53,7 +53,8 @@ public class SweetMathUtil {
// getIndex("jxl-lock-test");
// getIndex("kylin:performances:id:499112736168099840841262");
// getIndex("kylin:performances:id:549875278160650249766815");
getIndex("sweet:user:applet:mobile:18548596019");
// getIndex("sweet:user:applet:mobile:18548596019");
getIndex("sweet:user:service:unionId:oSpYSs_6THPGafL3HqgGQA1uuEoE:type:1");
// getIndex("basicServices:upushList:Android");
// getIndex("basicServices:zhengzaiAppVersionsAndroid");
// getIndex("basicServices:zhengzaiAppVersionsIos");
......
......@@ -43,4 +43,10 @@ public class SweetIntegralActivityController {
public ResponseDto setDrawAllList(@RequestParam String integralActivityId) {
return activityService.setDrawAllList(integralActivityId);
}
@PostMapping("drawBlack")
@ApiOperation("抽奖黑名单")
public ResponseDto drawBlack(@RequestParam String uidS) {
return activityService.drawBlack(uidS);
}
}
......@@ -90,4 +90,9 @@ public class SweetIntegralActivityServiceImpl extends ServiceImpl<SweetIntegralA
return ResponseDto.success();
}
@Override
public ResponseDto drawBlack(String uidS) {
return 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