com.lorne.weixin.pay.service.INotifyBack Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weixin-api Show documentation
Show all versions of weixin-api Show documentation
weixin-api project for Spring Project
package com.lorne.weixin.pay.service;
import java.util.Map;
/**
* Created by yuliang on 2016/3/28.
*/
public interface INotifyBack {
void success(String orderNumber, String transactionId, Map map);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy