1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-12 00:32:26 +08:00

将import path改为v2

This commit is contained in:
silenceper
2020-05-22 14:37:58 +08:00
parent 15ebd71a04
commit b6bba6ab66
42 changed files with 95 additions and 87 deletions

View File

@@ -1,9 +1,9 @@
package pay
import (
"github.com/silenceper/wechat/pay/config"
"github.com/silenceper/wechat/pay/notify"
"github.com/silenceper/wechat/pay/order"
"github.com/silenceper/wechat/v2/pay/config"
"github.com/silenceper/wechat/v2/pay/notify"
"github.com/silenceper/wechat/v2/pay/order"
)
//Pay 微信支付相关API