|
|
@ -152,7 +152,7 @@ public class PointController {
|
|
|
|
return Result.success();
|
|
|
|
return Result.success();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "2.2. 用户根据新手任务获取积分", notes = "仅限app用户调用")
|
|
|
|
@ApiOperation(value = "2.2. 用户根据日常任务获取积分", notes = "仅限app用户调用")
|
|
|
|
@PostMapping("/log/earn/task/daily")
|
|
|
|
@PostMapping("/log/earn/task/daily")
|
|
|
|
@GlobalInterceptor(checkAppUserLogin = true)
|
|
|
|
@GlobalInterceptor(checkAppUserLogin = true)
|
|
|
|
@ApiImplicitParams({
|
|
|
|
@ApiImplicitParams({
|
|
|
|