瀏覽代碼

更改app支付 package签名

abiao 4 年之前
父節點
當前提交
3516e0a597
共有 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
 		"notify_url":       notifyUrl,
 		// "product_id":       outTradeNo,
 		"trade_type": "APP",
-		// "limit_pay":  "no_credit",
+		"package":    "Sign=WXPay",
 	}
 
 	beego.BeeLogger.Warn("mechantInfo err[%s]", mechantInfo.MchId)