记得上下班打卡 | git大法好,push需谨慎

Commit 059889bc authored by jiangxiulong's avatar jiangxiulong

// TODO: 2021/7/14 上线去掉 push

parent 878d1358
......@@ -31,7 +31,7 @@ public class PushClient {
public String send(UmengNotification msg) throws Exception {
// TODO: 2021/7/14 上线去掉
msg.setTestMode();
// msg.setTestMode();
String timestamp = Integer.toString((int)(System.currentTimeMillis() / 1000));
msg.setPredefinedKeyValue("timestamp", timestamp);
String url = host + postPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment