messense
messense
## 功能描述 目前在 wechatpy 中都是直接用的 `requests` 作为 HTTP transport 的实现,这导致很难做 asyncio 的支持(用 aiohttp 替换 requests 作为 HTTP transport),可以参考 `elasticsearch-py` 的 transport 设计抽象出 HTTP transport 层 ## 相关资料 * [elasticsearch-py](https://github.com/elastic/elasticsearch-py) *...
## 相关资料 https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/convention.shtml
#23 相关资料 https://pay.weixin.qq.com/wiki/doc/api/deposit_sl.php?chapter=27_0&index=1
i.e. `?` translates to `help ` like what IPython does: ```python In [1]: import os In [2]: os.mkdir? Signature: os.mkdir(path, mode=511, *, dir_fd=None) Docstring: Create a directory. If dir_fd is...