|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.ibeetl.jlw.web.api;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.date.DateTime;
|
|
|
|
|
import cn.hutool.core.date.DateUtil;
|
|
|
|
|
import cn.jlw.Interceptor.SCoreUser;
|
|
|
|
|
import cn.jlw.Interceptor.TStudent;
|
|
|
|
@ -80,7 +79,7 @@ public class IndexBaseController {
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping(API + "/dateTime.do")
|
|
|
|
|
public DateTime dateTime() {
|
|
|
|
|
return DateUtil.date();
|
|
|
|
|
public JsonResult dateTime() {
|
|
|
|
|
return JsonResult.success(DateUtil.date());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|