huangrf il y a 6 ans
Parent
commit
b58dbc715f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      third/alipay/global.go

+ 2 - 0
third/alipay/global.go

@@ -59,6 +59,8 @@ func init(){
 		return
 	}
 
+	fmt.Println("-------------------->trim key")
+
 	if alipayConfig.SignMode == "common"{
 		bytess, err = ioutil.ReadFile(alipayConfig.AliPayPublicKeyFile)
 		if err != nil{