Browse Source

更新 '微信小程序支付接入规范文档.md'

tao.zhou 5 years ago
parent
commit
55d3d9494d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      微信小程序支付接入规范文档.md

+ 1 - 2
微信小程序支付接入规范文档.md

@@ -19,8 +19,7 @@ AllPay为基于微信小程序开发的接口,以帮助客户实现快速、
 
 2.在 String1 最后直接拼接(不需要用“&”连接)双方约定的签名密钥 K1(接入时 ALLPAY 时分配),得到 stringSignTemp 字符串,并对 stringSignTemp 进行 md5 运算,得到 signature 的值。
 
-3.示例签名串 acqID=99020344&backURL=http://example.com/example&charSet=UTF- 8&frontURL=nil&merID=000000000000015&merReserve=nil&orderAmount=0.01&orderCurre ncy=CNY&orderNum=869873851812&paymentSchema=APMP&signType=MD5&transTime= 20151112151356&transType=PURC&version=VER0000000022f2c77e3718c47cfb47a89a6fbc9d361 
-

+3.示例签名串 acqID=99020344&backURL=http://example.com/example&charSet=UTF- 8&frontURL=nil&merID=000000000000015&merReserve=nil&orderAmount=0.01&orderCurre ncy=CNY&orderNum=869873851812&paymentSchema=APMP&signType=MD5&transTime= 20151112151356&transType=PURC&version=VER0000000022f2c77e3718c47cfb47a89a6fbc9d361
 ```
 ##### 2.2. 通用API接入地址