alipay-sdk
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -178,2 +178,3 @@ "use strict"; | ||
}).join('&'); | ||
console.log('>>>>>> signContent: ', signContent); | ||
const verifier = crypto.createVerify(util_1.ALIPAY_ALGORITHM_MAPPING[signType]); | ||
@@ -180,0 +181,0 @@ return verifier.update(signContent, 'utf8').verify(this.config.alipayPublicKey, signStr, 'base64'); |
{ | ||
"name": "alipay-sdk", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "蚂蚁金服开放平台 node sdk", | ||
@@ -10,3 +10,3 @@ "main": "lib/alipay.js", | ||
"lint:no-fix": "tslint -p ./tsconfig.json", | ||
"test": "npm run tsc && npm run lint && mocha", | ||
"test": "mocha", | ||
"ci": "npm run tsc && npm run lint:no-fix && nyc mocha -t 6000" | ||
@@ -13,0 +13,0 @@ }, |
@@ -46,3 +46,2 @@ # Alipay SDK | ||
- [页面类接口调用](https://www.yuque.com/chenqiu/alipay-node-sdk/page_api) | ||
- [AES 加密](https://www.yuque.com/chenqiu/alipay-node-sdk/aes) | ||
- [通知验签](https://www.yuque.com/chenqiu/alipay-node-sdk/msg_verify) |
Sorry, the diff of this file is not supported yet
77054
609
47