-
Notifications
You must be signed in to change notification settings - Fork 65
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
有支持denojs的计划吗/Is there a plan to support denojs? #143
Comments
我们只支持 nodejs 的官方 api,类似 bun 这种兼容 nodejs api 的运行时应该是可以运行的。 |
实际上并不能,在使用sdk发送curl请求时,会将密钥对内容进行签名,但实际上密钥是base64的,在签名时使用node:crypto模块对密钥显式解码时,爆出私钥的base64无法解码
const urlObj = new URL(import.meta.url); /**
Deno.test("test alipay sdk", async (t) => { ` |
deno 不支持 nodejs api,是不支持的。 |
目前打算在denojs上做demo,看了下加密方式在denojs上不能原生支持.所以想问问未来有支持denojs的计划吗
The text was updated successfully, but these errors were encountered: