|
|
@@ -23,8 +23,8 @@ import java.util.Map;
|
|
|
@ExecuteAnnotationService
|
|
|
public class ServerTimeService extends SuperService {
|
|
|
|
|
|
- @ExecuteAnnotationServiceMethod(value = "ServerTime", remark = "网关心跳")
|
|
|
- public ResultContent ServerTime() {
|
|
|
+ @ExecuteAnnotationServiceMethod(value = "ServerTime", remark = "服务器时间")
|
|
|
+ public ResultContent ServerTime(String str) {
|
|
|
var nowTime = new Date(System.currentTimeMillis());
|
|
|
ServerTimeResult result = new ServerTimeResult();
|
|
|
LocalDate date = LocalDate.now();
|