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

Commit 0ab66c6a authored by jiangxiulong's avatar jiangxiulong

Merge branch 'dev' into test

parents 68ba74c1 bd0c42f0
......@@ -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