Sfoglia il codice sorgente

更改app支付 package签名

abiao 4 anni fa
parent
commit
76c235b4a0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      go/gopath/src/github.com/chanxuehong/wechat/mch/sign.go

+ 1 - 0
go/gopath/src/github.com/chanxuehong/wechat/mch/sign.go

@@ -48,6 +48,7 @@ func Sign(parameters map[string]string, apiKey string, fn func() hash.Hash) stri
 		buf = append(buf, '&')
 		h.Write(buf)
 	}
+	fmt.Printf("----bufs1 %s", string(buf))
 
 	buf = buf[:0]