Explorar el Código

更改app支付 package签名

abiao hace 4 años
padre
commit
76c235b4a0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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]