Commit ccf12a6d authored by 叶剑飞's avatar 叶剑飞

add log

parent f75829d5
......@@ -105,6 +105,7 @@ public class GitlabMergeRequestService {
try {
Response resp = FastHttpClient.get().url(url).build().execute();
System.out.println("max id=" + StringUtil.getNullLong(resp.body().string()));
return StringUtil.getNullLong(resp.body().string());
} catch (Exception e) {
// TODO Auto-generated catch block
......
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