|
|
|
@@ -79,12 +79,12 @@ public class WxCouponOrderController extends BaseController { |
|
|
|
return wxCouponOrderService.listAdminAsPage(wxCouponOrder, pageNum, pageSize); |
|
|
|
} |
|
|
|
|
|
|
|
@TenantIgnore |
|
|
|
@ApiOperation(value = "卡券详情接口") |
|
|
|
@GetMapping("detail") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name = "couponOrderId", value = "券ID", dataType = "Long", paramType = "query", required = true) |
|
|
|
}) |
|
|
|
@SystemControllerLog(description = "券包-卡券详情") |
|
|
|
public ResultData detail(@RequestParam("couponOrderId") Long couponOrderId) { |
|
|
|
if(couponOrderId == null) { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
|
|