Showing
1 changed file
with
1 additions
and
1 deletions
@@ -23,7 +23,7 @@ module.exports = function() { | @@ -23,7 +23,7 @@ module.exports = function() { | ||
23 | _appId = json.appId.toString(); | 23 | _appId = json.appId.toString(); |
24 | _timestamp = json.timestamp; | 24 | _timestamp = json.timestamp; |
25 | _nonceStr = json.nonceStr.toString(); | 25 | _nonceStr = json.nonceStr.toString(); |
26 | - _signature = json.ticket.toString(); | 26 | + _signature = json.signature.toString(); |
27 | 27 | ||
28 | wx.config({ | 28 | wx.config({ |
29 | debug: false, | 29 | debug: false, |
-
Please register or login to post a comment