mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/JefferyWang/wechat/util"
|
||||
"github.com/silenceper/wechat/util"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -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"
|
||||
|
||||
24
vendor/vendor.json
vendored
24
vendor/vendor.json
vendored
@@ -80,6 +80,18 @@
|
||||
"revision": "8ee79997227bf9b34611aee7946ae64735e6fd93",
|
||||
"revisionTime": "2016-11-17T03:31:26Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "w3QCCIYHgZzIXQ+xTl7oLfFrXHs=",
|
||||
"path": "github.com/gomodule/redigo/internal",
|
||||
"revision": "2cd21d9966bf7ff9ae091419744f0b3fb0fecace",
|
||||
"revisionTime": "2018-06-27T14:45:07Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "To/N5YA/FD0Rrs6r2OOmHXgxYwI=",
|
||||
"path": "github.com/gomodule/redigo/redis",
|
||||
"revision": "2cd21d9966bf7ff9ae091419744f0b3fb0fecace",
|
||||
"revisionTime": "2018-06-27T14:45:07Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "b0T0Hzd+zYk+OCDTFMps+jwa/nY=",
|
||||
"path": "github.com/manucorporat/sse",
|
||||
@@ -92,6 +104,18 @@
|
||||
"revision": "30a891c33c7cde7b02a981314b4228ec99380cca",
|
||||
"revisionTime": "2016-11-23T14:36:37Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "PJY7uCr3UnX4/Mf/RoWnbieSZ8o=",
|
||||
"path": "golang.org/x/crypto/pkcs12",
|
||||
"revision": "9f005a07e0d31d45e6656d241bb5c0f2efd4bc94",
|
||||
"revisionTime": "2017-09-21T17:41:56Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "iVJcif9M9uefvvqHCNR9VQrjc/s=",
|
||||
"path": "golang.org/x/crypto/pkcs12/internal/rc2",
|
||||
"revision": "9f005a07e0d31d45e6656d241bb5c0f2efd4bc94",
|
||||
"revisionTime": "2017-09-21T17:41:56Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "pancewZW3HwGvpDwfH5Imrbadc4=",
|
||||
"path": "golang.org/x/net/context",
|
||||
|
||||
@@ -4,12 +4,12 @@ import (
|
||||
"net/http"
|
||||
"sync"
|
||||
|
||||
"github.com/JefferyWang/wechat/miniprogram"
|
||||
"github.com/silenceper/wechat/cache"
|
||||
"github.com/silenceper/wechat/context"
|
||||
"github.com/silenceper/wechat/js"
|
||||
"github.com/silenceper/wechat/material"
|
||||
"github.com/silenceper/wechat/menu"
|
||||
"github.com/silenceper/wechat/miniprogram"
|
||||
"github.com/silenceper/wechat/oauth"
|
||||
"github.com/silenceper/wechat/pay"
|
||||
"github.com/silenceper/wechat/qr"
|
||||
|
||||
Reference in New Issue
Block a user