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

com.github.binarywang.wxpay.bean.request.WxPayDefaultRequest Maven / Gradle / Ivy

The newest version!
package com.github.binarywang.wxpay.bean.request;

import com.thoughtworks.xstream.annotations.XStreamAlias;

import java.util.Map;

/**
 * 
 *  支付请求默认对象类
 *  Created by BinaryWang on 2017/6/18.
 * 
* * @author Binary Wang */ @XStreamAlias("xml") public class WxPayDefaultRequest extends BaseWxPayRequest { @Override protected void checkConstraints() { //do nothing } @Override protected boolean ignoreAppid() { return true; } @Override protected void storeMap(Map map) { } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy