Skip to content

Commit

Permalink
Update initwx.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Millent authored Aug 28, 2018
1 parent dfd7a09 commit 76a3966
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/web/initwx.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
var AngerWechat = require('../../index')

var weixinApi = new AngerWechat({
appId: 'wxf638c1f64239e786',
appSecret: 'e10c0db08562640e0a9fffab940724c2',
authUrl: 'http://www.toolos.cc/get-weixin-code.html'
appId: '',
appSecret: '',
authUrl: 'http://www.test.cc/get-weixin-code.html'
})


module.exports = weixinApi
module.exports = weixinApi

0 comments on commit 76a3966

Please sign in to comment.