Browse Source

update URL

Jerry 7 years ago
parent
commit
7b782d9eb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -69,7 +69,7 @@ fmt.Println("SessionKey:", userIdRsp.SessionKey)
     * signType
     * paySign
 
-> 官方文档说明[微信小程序支付API](https://developers.weixin.qq.com/miniprogram/dev/api/wx.requestPayment.html)
+> 官方文档说明[微信小程序支付API](https://developers.weixin.qq.com/miniprogram/dev/api/open-api/payment/wx.requestPayment.html)
 ```go
 timeStamp := strconv.FormatInt(time.Now().Unix(), 10)
 packages := "prepay_id=" + wxRsp.PrepayId   //此处的 wxRsp.PrepayId ,统一下单成功后得到