|
@@ -39,6 +39,7 @@ public class PushController {
|
|
@TokenAuth
|
|
@TokenAuth
|
|
public RespDTO<PushDTO> push(@RequestBody @Valid PushVO pushVO) {
|
|
public RespDTO<PushDTO> push(@RequestBody @Valid PushVO pushVO) {
|
|
PushDTO data = pushFacade.push(pushVO);
|
|
PushDTO data = pushFacade.push(pushVO);
|
|
|
|
+ pushVO.setGetStaticKnowledge(1);
|
|
return RespDTO.onSuc(data);
|
|
return RespDTO.onSuc(data);
|
|
}
|
|
}
|
|
|
|
|