1.后台返回的是7个参数
1.| 应用ID | appid | String(32) | 是 | wx8888888888888888 | 微信开放平台审核通过的应用APPID |
2.| 商户号 | partnerid | String(32) | 是 | 1900000109 | 微信支付分配的商户号 |
3.| 预支付交易会话ID | prepayid | String(32) | 是 | WX1217752501201407033233368018 | 微信返回的支付交易会话ID |
4.| 扩展字段 | package | String(128) | 是 | Sign=WXPay | 暂填写固定值Sign=WXPay |
5.| 随机字符串 | noncestr | String(32) | 是 | 5K8264ILTKCH16CQ2502SI8ZNMTM67VS | 随机字符串,不长于32位。推荐[随机数生成算法](https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_3) |
6.| 时间戳 | timestamp | String(10) | 是 | 1412000000 | 时间戳,请见[接口规则-参数规定](https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_2) |(10位数的时间戳)
7.| 签名 | sign | String(32) | 是 | C380BEC2BFD727A4B6845133519F3AD6 | 签名,详见[签名生成算法](https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_3) |(微信返回给你的第一次签名是不能直接用的 这个签名需要服务器自己生成)
网友评论