com.github.binarywang.wxpay.bean.result.WxPayCommonResult Maven / Gradle / Ivy
package com.github.binarywang.wxpay.bean.result;
import com.thoughtworks.xstream.annotations.XStreamAlias;
/**
*
* 微信支付结果仅包含有return 和result等相关信息的的属性类
* Created by Binary Wang on 2017-01-09.
*
*
* @author Binary Wang
*/
@XStreamAlias("xml")
public class WxPayCommonResult extends BaseWxPayResult {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy