Commit 4de6535d authored by zjy's avatar zjy

user/role/tright 7.30

parent 60ce941b
......@@ -12,6 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.math.BigDecimal;
import java.util.List;
/**
* @Author zhangjinyao
......@@ -94,7 +95,7 @@ public class IndexController {
* @return 用户趋势
*/
@PostMapping(value = "/userTrending", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
public ResponseResult userTrending(@RequestBody UserTrendingReqVo reqVo){
public ResponseResult<List<Long>> userTrending(@RequestBody UserTrendingReqVo reqVo){
CheckerHelper.newInstance()
.notBlankCheck("companyId",reqVo.getId())
.checkException();
......
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