补充上次提交
This commit is contained in:
@@ -48,12 +48,12 @@ public class IpLogController extends BaseController {
|
||||
// } catch (IOException e) {
|
||||
// e.printStackTrace();
|
||||
// }
|
||||
try {
|
||||
Thread.sleep(20000);
|
||||
} catch (InterruptedException e1) {
|
||||
// TODO Auto-generated catch block
|
||||
e1.printStackTrace();
|
||||
}
|
||||
// try {
|
||||
// Thread.sleep(20000);
|
||||
// } catch (InterruptedException e1) {
|
||||
// // TODO Auto-generated catch block
|
||||
// e1.printStackTrace();
|
||||
// }
|
||||
Gson gson = new GsonBuilder().create();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user