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

cn.minsin.wechat.jsapi.model.JsapiRefundModel Maven / Gradle / Ivy

Go to download

mutils组件中,提供微信jsapi(公众号)+微信支付模块。 官方文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_1

There is a newer version: 0.4.0.RELEASE
Show newest version
package cn.minsin.wechat.jsapi.model;

import cn.minsin.core.init.AbstractConfig;
import cn.minsin.wechat.jsapi.config.MutilsWechatJsapiProperties;
import cn.minsin.wechat.wechatpay.core.model.RefundModel;

public class JsapiRefundModel extends RefundModel {


    /**
     *
     */
    private static final long serialVersionUID = 8568880096579504317L;

    public JsapiRefundModel() {
        this.setAppid(AbstractConfig.loadConfig(MutilsWechatJsapiProperties.class).getAppid());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy