add rservice app notify

master
luoyang 5 years ago
parent dd8bf3cb20
commit 59dff3dc39

@ -253,7 +253,11 @@ public class RetailRSvcServiceImpl implements RetailRSvcService {
}
private void sendRServiceNotifyMessage(JSONObject client, String title, String body, String url) {
logger.debug("sendAnnualMessage Begin");
logger.debug("sendGeekMessage Begin");
// List<JSONObject> clientTokens = clientDeviceTokenMapper.listTokensByClient_id(client.getIntValue("client_id"));
// for (JSONObject token : clientTokens) {
//
// }
JSONObject devToken = clientDeviceTokenMapper.getTestTokens();
Runnable task = () -> {
String token = devToken.getString("token");

Loading…
Cancel
Save