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