| | |
| | | package com.nuvole.util; |
| | | |
| | | import cn.hutool.core.util.StrUtil; |
| | | import cn.hutool.http.HttpRequest; |
| | | import cn.hutool.http.HttpResponse; |
| | | import com.alibaba.fastjson.JSONObject; |
| | |
| | | import com.nuvole.hnnx.hnnxPay.SignatureSigner; |
| | | import com.nuvole.util.enums.LaPushEnum; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.lang.StringUtils; |
| | | |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | |
| | | // } |
| | | |
| | | public static void pushMessageToSingle(String deviceId, LaPushEnum pushType, long money) { |
| | | if (StringUtils.isEmpty(deviceId)){ |
| | | if (StrUtil.isEmpty(deviceId)){ |
| | | return; |
| | | } |
| | | Map<String, String> parameters = new HashMap<>(); |