任务中心 /app
This commit is contained in:
parent
5b50aa54b7
commit
a0e9582233
|
|
@ -18,7 +18,7 @@ import java.util.Date;
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
@RestController
|
||||||
@Api(value = "任务中心", tags = {"任务中心"})
|
@Api(value = "任务中心", tags = {"任务中心"})
|
||||||
@RequestMapping(value = "/taskCenterReward")
|
@RequestMapping(value = "/app/taskCenterReward")
|
||||||
public class TaskCenterRewardController {
|
public class TaskCenterRewardController {
|
||||||
/**
|
/**
|
||||||
* 服务对象
|
* 服务对象
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue