首页>代码>ssm微信小程序物业管理系统,有网站后台管理系统>/SheQu/src/main/java/com/shequ/controller/api/MessageApi.java
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;
    }

}
最近下载更多
唐僧洗头爱飘柔  LV22 9月13日
lo8lukoukoum  LV4 4月9日
ningningnn  LV3 2月24日
晴曛  LV6 2023年12月29日
阿狸哦  LV2 2023年12月2日
lzpsuifeng  LV3 2023年10月13日
348835269  LV11 2023年9月27日
微信网友_6657940693880832  LV1 2023年9月21日
186092  LV4 2023年9月7日
288984827  LV1 2023年8月25日
最近浏览更多
citybird  LV4 11月18日
szjxtech 11月18日
暂无贡献等级
123132123 11月11日
暂无贡献等级
xiongM  LV4 11月9日
shaohuaqingfu  LV3 11月6日
暂无贡献等级
ytiian_hm  LV6 9月18日
暂无贡献等级
19508695820 9月3日
暂无贡献等级
ZHR666 9月3日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友