All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eworkcloud.wechat.model.WechatResponse Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.eworkcloud.wechat.model;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class WechatResponse {
    /**
     * 错误编码
     */
    private int errcode = 0;
    /**
     * 错误消息
     */
    private String errmsg;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy