增加支付订单泛型用于开发者扩展订单参数信息

This commit is contained in:
egzosn
2019-11-17 16:57:14 +08:00
parent 3ca4ceb639
commit 2c998e9cf5
14 changed files with 36 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ import static com.egzosn.pay.wx.bean.WxTransferType.*;
* date 2016-5-18 14:09:01
* </pre>
*/
public class WxPayService extends BasePayService<WxPayConfigStorage> {
public class WxPayService extends BasePayService<WxPayConfigStorage, PayOrder> {
/**