fix: wxminipay

master
howell 4 years ago
parent 3c2caa2dfe
commit ab4201e498

@ -3,10 +3,10 @@ package wxminipay
import "recook/internal/domain"
const (
AppID = "wxf95835be72b5373c"
AppID = "wxefdf3cdd5032af83"
//AppID = "wx70e983da26f56388"
APIKey = "83f8932eb742257316e3168ba9e920dk"
MchID = "1545449631"
APIKey = "EF2q7tVb6VaUknaHSQ12X2nG5tU530Vd"
MchID = "1618055594"
)
var (

@ -6,8 +6,6 @@ import (
"encoding/xml"
"errors"
"fmt"
"github.com/shopspring/decimal"
"golang.org/x/crypto/pkcs12"
"io/ioutil"
"log"
"net/http"
@ -16,13 +14,15 @@ import (
"recook/tools"
"strings"
"sync"
"github.com/shopspring/decimal"
"golang.org/x/crypto/pkcs12"
)
const (
AppID = "wxf95835be72b5373c"
//AppID = "wx70e983da26f56388"
APIKey = "83f8932eb742257316e3168ba9e920dk"
MchID = "1545449631"
AppID = "wxefdf3cdd5032af83"
APIKey = "EF2q7tVb6VaUknaHSQ12X2nG5tU530Vd"
MchID = "1618055594"
)
var (

Loading…
Cancel
Save