修改接口名和响应内容

This commit is contained in:
小海
2020-04-23 16:34:04 +08:00
parent d934fbe284
commit cd7e6b6378
5 changed files with 29 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ package cn.celess.blog.service;
import cn.celess.blog.entity.model.WebUpdateModel;
import com.github.pagehelper.PageInfo;
import net.sf.json.JSONObject;
import org.springframework.stereotype.Service;
import java.util.List;
@@ -58,5 +59,5 @@ public interface WebUpdateInfoService {
*
* @return
*/
String getLastestUpdateTime();
JSONObject getLastestUpdateTime();
}