소스 검색

add token secret 64 bit

abiao 4 년 전
부모
커밋
3a4b263455
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      go/gopath/src/fohow.com/libs/wx_mp/pay.go

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

@@ -193,7 +193,7 @@ func getAppPayPrepayId(outTradeNo string, totalPrice int64, body, notifyUrl, rem
 	//beego.BeeLogger.Warn("%v", req)
 	ret, err := pay.UnifiedOrder(mchProxy, req)
 	if err != nil {
-		beego.BeeLogger.Error("GetPrepayId err[%s]", err)
+		beego.BeeLogger.Error("getAppPayPrepayId err[%s]", err)
 		//fmt.Println(err)
 		return ""
 	}