messense

Results 124 issues of messense

## 功能描述 目前在 wechatpy 中都是直接用的 `requests` 作为 HTTP transport 的实现,这导致很难做 asyncio 的支持(用 aiohttp 替换 requests 作为 HTTP transport),可以参考 `elasticsearch-py` 的 transport 设计抽象出 HTTP transport 层 ## 相关资料 * [elasticsearch-py](https://github.com/elastic/elasticsearch-py) *...

enhancement
refactor
主动调用
异步

## 相关资料 https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/convention.shtml

help wanted
feature
T: 微信支付

#23 相关资料 https://pay.weixin.qq.com/wiki/doc/api/deposit_sl.php?chapter=27_0&index=1

help wanted
feature
T: 微信支付

搜索 `mp.weixin.qq.com/wiki` 并替换为目前有效的官方文档链接

help wanted
文档
E: Easy

help wanted
feature
企业微信

help wanted
feature
企业微信

https://work.weixin.qq.com/api/doc#10968

help wanted
feature
主动调用
企业微信
E: Medium

help wanted
文档

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...