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

cn.jsbintask.wxpay.response.WxPayCommonError Maven / Gradle / Ivy

The newest version!
package cn.jsbintask.wxpay.response;

import lombok.Data;

/**
 * @author [email protected]
 * @date 2019/9/6 11:31
 * 不同的 错误逻辑码请作不同处理!
 * see https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=9_1
 */
@Data
public class WxPayCommonError {
    private String returnCode;
    private String returnMsg;
    /**
     * 业务码逻辑
     */
    private String resultCode;
    private String errCode;
    private String errCodeDes;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy