From f1bacedf2ff3cbacb7038e16ed59b2c10d058909 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 04 Aug 2020 10:12:02 +0800 Subject: [PATCH] 20200804 代码提交 --- src/main/resources/i18n/messages_zh_CN.properties | 1 + src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java | 2 +- src/main/resources/i18n/messages_en_US.properties | 1 + 3 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java b/src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java index 1f503fb..3e33ead 100644 --- a/src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java +++ b/src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java @@ -536,7 +536,7 @@ FollowFollowerProfitEntity followFollowerProfitEntity = followFollowerProfitDao.selectDocumentaryOrderSetInfoBymemberIdAndTradeId(memberId,traderId); followFollowerProfitEntity.setIsFollow(FollowFollowerProfitEntity.IS_FOLLOW_N); followFollowerProfitDao.updateById(followFollowerProfitEntity); - return null; + return Result.ok(MessageSourceUtils.getString("documentary_service_0011")); } @Override diff --git a/src/main/resources/i18n/messages_en_US.properties b/src/main/resources/i18n/messages_en_US.properties index fc356e7..009da2a 100644 --- a/src/main/resources/i18n/messages_en_US.properties +++ b/src/main/resources/i18n/messages_en_US.properties @@ -41,6 +41,7 @@ member_service_0009=Mobile number cannot be empty member_service_0010=Sent successfully +documentary_service_0011=Cancelled successfully member_service_0011=Fail in send member_service_0012=The verification code has expired, please request again member_service_0013=Wrong verification code diff --git a/src/main/resources/i18n/messages_zh_CN.properties b/src/main/resources/i18n/messages_zh_CN.properties index 0fdc300..7e2e9a2 100644 --- a/src/main/resources/i18n/messages_zh_CN.properties +++ b/src/main/resources/i18n/messages_zh_CN.properties @@ -41,6 +41,7 @@ member_service_0009=手机号不能为空 member_service_0010=发送成功 +documentary_service_0011=取消成功 member_service_0011=发送失败 member_service_0012=验证码已失效,请重新请求 member_service_0013=验证码有误 -- Gitblit v1.9.1