新增device日志
This commit is contained in:
@@ -57,7 +57,6 @@ public class CsLogController extends BaseController {
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/queryLog")
|
||||
@ApiOperation("查询日志")
|
||||
@ApiImplicitParam(name = "csMarketDataParams", value = "新增营销数据参数", required = true)
|
||||
public HttpResult<List<CsLogsPO>> queryLog(){
|
||||
String username = RequestUtil.getUsername();
|
||||
String methodDescribe = getMethodDescribe("queryLog");
|
||||
|
||||
Reference in New Issue
Block a user