|
|
|
@@ -3,6 +3,7 @@ package com.iformall.controller.market; |
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
import com.iformall.annotation.SystemControllerLog; |
|
|
|
import com.iformall.annotation.TenantIgnore; |
|
|
|
import com.iformall.common.ErrorCode; |
|
|
|
import com.iformall.common.Result; |
|
|
|
import com.iformall.common.ResultData; |
|
|
|
@@ -128,6 +129,7 @@ public class WxCouponChannelController extends BaseController { |
|
|
|
return new ResultData(Result.SUCCESS, "查询成功", wxCouponChannelService.getById(id,getTenantInfo().getTenantId())); |
|
|
|
} |
|
|
|
|
|
|
|
@TenantIgnore |
|
|
|
@ApiOperation("批量新增") |
|
|
|
@PostMapping("/addbatch") |
|
|
|
@SystemControllerLog(description = "券投放-批量新增") |
|
|
|
|