mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-09 10:52:19 +08:00
增加支付订单泛型用于开发者扩展订单参数信息
This commit is contained in:
@@ -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> {
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user