1
This commit is contained in:
@@ -196,7 +196,7 @@ public class JDUtil {
|
|||||||
if (Util.isAnyEmpty(appKey,secretKey)){
|
if (Util.isAnyEmpty(appKey,secretKey)){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
logger.info("实时订单 {} ",appKey.substring(appKey.length()-4));
|
//logger.info("实时订单 {} ",appKey.substring(appKey.length()-4));
|
||||||
UnionOpenOrderRowQueryResponse response = fetchOrdersForDateTime(lastMinute, true, 1, true,appKey,secretKey); // 真实代表实时订单
|
UnionOpenOrderRowQueryResponse response = fetchOrdersForDateTime(lastMinute, true, 1, true,appKey,secretKey); // 真实代表实时订单
|
||||||
if (response != null) {
|
if (response != null) {
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ public class WxtsUtil {
|
|||||||
|
|
||||||
public void sendNotify(String content) {
|
public void sendNotify(String content) {
|
||||||
try {
|
try {
|
||||||
String url = SERVER_URL + "/send/jd?vanToken=" + TOKEN + "&source=XZJ_UBUNTU";
|
String url = SERVER_URL + "/wx/send/jd?vanToken=" + TOKEN + "&source=XZJ_UBUNTU";
|
||||||
HashMap<String, Object> paramMap = new HashMap<>();
|
HashMap<String, Object> paramMap = new HashMap<>();
|
||||||
paramMap.put("title", "JD机器人微信推送");
|
paramMap.put("title", "JD机器人微信推送");
|
||||||
content = content.replaceAll("\\n", "<br>");
|
content = content.replaceAll("\\n", "<br>");
|
||||||
|
|||||||
Reference in New Issue
Block a user