@@ -6,7 +6,6 @@ import (
"crypto/md5"
"crypto/sha256"
"encoding/hex"
- "log"
"strings"
)
@@ -32,7 +31,6 @@ func GetMiniPaySign(appId, nonceStr, prepayId, signType, timeStamp, secretKey st
buffer.WriteString(secretKey)
signStr := buffer.String()
- log.Println("sss:", signStr)
var hashSign []byte
if signType == SignType_MD5 {