Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WechatPayment.js :266 多了个parseXML #19

Open
weiqixiuxian opened this issue Jan 22, 2018 · 1 comment
Open

WechatPayment.js :266 多了个parseXML #19

weiqixiuxian opened this issue Jan 22, 2018 · 1 comment

Comments

@weiqixiuxian
Copy link

_utils2.default.parseXML.parseXML(body).then(function (result)

@gaochengyidlmu
Copy link

在 lib/WechatPayment.js :266 多写了一个 parseXML

   _utils2.default.parseXML.parseXML(body).then(function (result) {
                        if (!result || result.result_code === 'FAIL') reject(result);else resolve(result);
                    }).catch(reject);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants