|
|
|
@ -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());
|
|
|
|
|