From 80fe7bf08c40df871a9195ec6d138830bf719acc Mon Sep 17 00:00:00 2001 From: luoyang Date: Mon, 13 Apr 2020 10:35:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=BC=80=E5=90=AF=E8=B7=A8=E5=A2=83?= =?UTF-8?q?=E5=95=86=E5=9F=8Eapp=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../manage/appclient/core/impls/RetailRSvcServiceImpl.java | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index e026ddd1c..0e3e8a33c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 manage - 2.1.4 + 2.1.5 UTF-8 1.8.0 diff --git a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java index 15dba879d..9bff7968f 100644 --- a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java @@ -217,10 +217,7 @@ public class RetailRSvcServiceImpl implements RetailRSvcService { String title = params.getString("title"); String body = params.getString("body"); String url = decData(params.getString("url"), key, svcInfo.getString("platform_pri_key")); - if (StringUtils.equalsIgnoreCase("PINE", client.getString("client_moniker"))|| - StringUtils.equalsIgnoreCase("TUTU", client.getString("client_moniker"))) { - sendRServiceNotifyMessage(client, title, body, url); - } + sendRServiceNotifyMessage(client, title, body, url); result.put("result_status", "SUCCESS"); } catch (Exception e) { logger.error("geek notify app fail:{} - {}",sourceCode,e.getMessage());