Skip to content

Commit

Permalink
修改再次支付报错
Browse files Browse the repository at this point in the history
  • Loading branch information
FeiLiao-9 committed Aug 31, 2018
1 parent 5672aef commit 38d0a9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Page({
var jsConfig = res.data.data.result.jsConfig;
console.log(jsConfig);
wx.requestPayment({
timeStamp: jsConfig.timestamp,
timeStamp: jsConfig.timeStamp,
nonceStr: jsConfig.nonceStr,
package: jsConfig.package,
signType: jsConfig.signType,
Expand Down

0 comments on commit 38d0a9c

Please sign in to comment.