首页>代码>SpringBoot整合微信模板消息实现每日给女友发送早安问候语和天气预报>/wechat-push/src/main/java/com/cxs/client/resp/BaiduWeatherResp.java
package com.cxs.client.resp;

import lombok.Data;
import lombok.NoArgsConstructor;

import java.util.List;

/**
 * @Project: wechat-push
 * @Author: cxs2014501@163.com
 * @Create: 2023/9/7 10:36
 * @Description:
 **/
@NoArgsConstructor
@Data
public class BaiduWeatherResp {
    /**
     * status
     */
    private Integer status;
    /**
     * result
     */
    private ResultVO result;
    /**
     * message
     */
    private String message;

    /**
     * ResultVO
     */
    @NoArgsConstructor
    @Data
    public static class ResultVO {
        /**
         * location
         */
        private LocationVO location;
        /**
         * now
         */
        private NowVO now;
        /**
         * forecasts
         */
        private List<ForecastsVO> forecasts;

        /**
         * LocationVO
         */
        @NoArgsConstructor
        @Data
        public static class LocationVO {
            /**
             * country
             */
            private String country;
            /**
             * province
             */
            private String province;
            /**
             * city
             */
            private String city;
            /**
             * name
             */
            private String name;
            /**
             * id
             */
            private String id;
        }

        /**
         * NowVO
         */
        @NoArgsConstructor
        @Data
        public static class NowVO {
            /**
             * text
             */
            private String text;
            /**
             * temp
             */
            private Integer temp;
            /**
             * feels_like
             */
            private Integer feels_like;
            /**
             * rh
             */
            private Integer rh;
            /**
             * wind_class
             */
            private String wind_class;
            /**
             * wind_dir
             */
            private String wind_dir;
            /**
             * uptime
             */
            private String uptime;
        }

        /**
         * ForecastsVO
         */
        @NoArgsConstructor
        @Data
        public static class ForecastsVO {
            /**
             * text_day
             */
            private String text_day;
            /**
             * text_night
             */
            private String text_night;
            /**
             * high
             */
            private Integer high;
            /**
             * low
             */
            private Integer low;
            /**
             * wc_day
             */
            private String wc_day;
            /**
             * wd_day
             */
            private String wd_day;
            /**
             * wc_night
             */
            private String wc_night;
            /**
             * wd_night
             */
            private String wd_night;
            /**
             * date
             */
            private String date;
            /**
             * week
             */
            private String week;
        }
    }
}
最近下载更多
2775645521  LV5 4月23日
denliv_hui  LV13 3月31日
zhujunnan  LV12 3月8日
1289755  LV3 2023年11月25日
栈道小生  LV10 2023年11月16日
txf123  LV4 2023年11月14日
zhaixunfei  LV8 2023年11月9日
wuhbujjs  LV7 2023年11月9日
帅涵123456  LV2 2023年11月5日
Seaskye  LV14 2023年11月4日
最近浏览更多
kenhomeliu  LV29 4月30日
win nas 4月28日
暂无贡献等级
2775645521  LV5 4月23日
东北虎啸  LV3 4月17日
feizai0101 4月14日
暂无贡献等级
泓鼎168  LV19 4月11日
不顾asdf  LV7 4月9日
暂无贡献等级
xiaozhi丶  LV14 4月7日
strongning  LV3 4月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友