alipay / alipay-sdk-nodejs-all

支付宝开放平台 Alipay SDK for Node.js
https://docs.open.alipay.com/54/103419/
Other
406 stars 62 forks source link

重构使用 支付宝 API v3 接口规范 #120

Closed fengmk2 closed 1 month ago

fengmk2 commented 3 months ago

https://opendocs.alipay.com/open-v3/054oog?pathHash=7834d743 参考文档

这是一个 major version,会抛弃 Node.js < 18 的支持

fengmk2 commented 2 months ago

alipay-request-id 使用 crypto.randomUUID().replaceAll('-', '') 生成

popomore commented 2 months ago

居然有新规范

fengmk2 commented 2 months ago

居然有新规范

出了很久,只是 nodejs sdk 没有跟进。