MK (fengmk2)
MK (fengmk2)
我们只支持 nodejs 的官方 api,类似 bun 这种兼容 nodejs api 的运行时应该是可以运行的。
deno 不支持 nodejs api,是不支持的。
you can change the gateway and endpoint to the global domain, e.g.: ```ts const alipaySdk = new AlipaySdk({ gateway: 'https://openapi-eu-global.alipayplus.com/gateway.do', endpoint: 'https://openapi-eu-global.alipayplus.com', }); ```
请添加一下 debug 环境变量重新运行一下,看看日志,里面打印了 `alipay-signature` headers 的值,目前怀疑这个值是空的。 ```bash NODE_DEBUG=alipay-sdk* ```
还有你的 endpoint 不应该手动设置,走 v3 接口就是默认值 `endpoint: 'https://openapi.alipay.com'`, 而不是 `endpoint: 'https://openapi.alipay.com/gateway.do'`
请问你调用的接口是那些?
Windows 环境请使用 pnpm 代替吧。
use egg-mysql@5 https://github.com/eggjs/egg-mysql/releases/tag/v5.0.0
得加个单测确保一下
目前没有实现,没有依赖搜索引擎服务。 有一个关联 issue https://github.com/cnpm/cnpmcore/issues/266