Skip to content

Commit

Permalink
Merge c222242 into 07e03f7
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Feb 10, 2019
2 parents 07e03f7 + c222242 commit 9721230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api_wxacode.js
Expand Up @@ -70,7 +70,7 @@ exports.getWXACode = async function (path, width = 430, auto_color = false, line
*/
exports.getWXACodeUnlimit = async function (scene, page, width = 430, auto_color = false, line_color = {'r':0,'g':0,'b':0}, is_hyaline = false) {
const { accessToken } = await this.ensureAccessToken();
var apiUrl = this.wxaPrefix + 'getwxacode?access_token=' + accessToken;
var apiUrl = this.wxaPrefix + 'getwxacodeunlimit?access_token=' + accessToken;
var data = {
scene,
page,
Expand Down

0 comments on commit 9721230

Please sign in to comment.