package com.shequ.controller.api;
import com.alibaba.fastjson.JSON;
import com.shequ.pojo.Message;
import com.shequ.service.MessageService;
import com.shequ.service.RepairService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@Controller
public class MessageApi {
@Autowired
MessageService messageService;
@Autowired
RepairService repairService;
/*
微信小程序端提供json接口的。显示社区公告数据
*/
@ResponseBody
@RequestMapping(value = "/getAllMessage",produces="application/json;charset=UTF-8")
public String findAllMessage(){
List<Message> messages = messageService.findAllMessage();
String result = JSON.toJSONString(messages);
return result;
}
}
最近下载更多
你是太阳 LV4
12小时前
leitan LV3
11月26日
天天吃面 LV27
10月21日
DFwang LV5
3月14日
新哥新奇士橙 LV5
1月26日
zolscy LV24
2024年11月27日
唐僧洗头爱飘柔 LV22
2024年9月13日
lo8lukoukoum LV4
2024年4月9日
ningningnn LV3
2024年2月24日
晴曛 LV6
2023年12月29日
最近浏览更多
WBelong LV8
昨天
GakkiMarryMe LV9
12月13日
leitan LV3
11月26日
不爱吃香菜 LV1
11月13日
微信网友_6275193901453312
11月7日
暂无贡献等级
天天吃面 LV27
10月20日
xiaotao555555 LV3
6月22日
wahukkk LV1
6月22日
yifeng868 LV9
6月10日
kele819 LV2
5月26日

