messense
messense
可以 `wechatpy.pay.v3`? 以后 v2 也可以移动到 `wechatpy.pay.v2`,看起来支付接口版本迭代会比较多,加上版本号也好。
那就加个 DeprecatedWarning 吧,然后也可以直接返回输入的 url 不去调用接口了 😅
可以 PR 修复下。
DeepSource 的仅供参考,可以忽略。
复杂的应用场景建议自行实现 token 刷新机制,初始化 `WeChatClient` 的时候传入 `appid`, `secret`, `token` 和 `auto_retry=False` 禁用自动重新刷新 token 机制 并不是所有的 session storage backend 都支持复杂的数据结构,flatten 的 key 更通用。
Not yet. 欢迎 PR. 官方文档:https://pay.weixin.qq.com/wiki/doc/api/pap.php?chapter=18_1&index=1
基础部分:#318
> Must ESXi run on bare mental? No, it can run in virtual machine. https://serverfault.com/a/28416
You can override opt-level for certain crates in debug mode, see https://doc.rust-lang.org/cargo/reference/profiles.html#overrides, add the following to `Cargo.toml` should make it faster. ```toml [profile.dev.package.miniz_oxide] opt-level = 3 ```
You can pass `--manylinux 2014` to `maturin build` to make it create manylinux2014 wheel. It won't be necessary after https://github.com/PyO3/maturin/pull/424 released.