fix: wxminipay

master
howell 4 years ago
parent 3c2caa2dfe
commit ab4201e498

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

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

Loading…
Cancel
Save