abiao лет назад: 4
Родитель
Сommit
cea8415519
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      go/gopath/src/fohow.com/libs/wx_mp/pay.go

+ 2 - 0
go/gopath/src/fohow.com/libs/wx_mp/pay.go

@@ -167,6 +167,8 @@ func GetAppPayData(outTradeNo string, totalPrice int64, body, notifyUrl, remoteI
 		"timestamp": fmt.Sprintf("%d", time.Now().Unix()),
 		"timestamp": fmt.Sprintf("%d", time.Now().Unix()),
 		"noncestr":  nonce_str}
 		"noncestr":  nonce_str}
 	ret["pasignySign"] = mch.Sign(ret, mechantInfo.ApiKey, nil)
 	ret["pasignySign"] = mch.Sign(ret, mechantInfo.ApiKey, nil)
+
+	beego.BeeLogger.Warn("ret--%v", ret)
 	return ret
 	return ret
 
 
 }
 }