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

fix import path

This commit is contained in:
silenceper
2019-04-23 21:19:12 +08:00
parent 5652af6aab
commit 3005852946
3 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ package pay
import (
"encoding/xml"
"fmt"
"github.com/akikistyle/wechat/util"
"github.com/silenceper/wechat/util"
)
var refundGateway = "https://api.mch.weixin.qq.com/secapi/pay/refund"