wechat-payment-node icon indicating copy to clipboard operation
wechat-payment-node copied to clipboard

WechatPayment.js :266 多了个parseXML

Open weiqixiuxian opened this issue 7 years ago • 1 comments

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

weiqixiuxian avatar Jan 22 '18 12:01 weiqixiuxian

在 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);

gaochengyidlmu avatar Apr 22 '18 07:04 gaochengyidlmu