From 6936a290a7bc25076913ea4c2ccb134648fb9ee5 Mon Sep 17 00:00:00 2001 From: masterspirit Date: Mon, 3 Sep 2018 19:45:53 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=8A=95=E6=94=BE]?= =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E8=BF=94=E5=9B=9E=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/simple/service/impl/WxCouponChannelServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java b/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java index 2fc9ad4df..516d3930d 100644 --- a/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java +++ b/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java @@ -83,7 +83,7 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { if(result) { return new ResultData(); }else { - return new ResultData(Result.ERROR,"请确认券状态,及有效期"); + return new ResultData(Result.ERROR,"请检查券的有效期以及投放截止时间"); }