UPDATE README.md
This commit is contained in:
parent
ab3ab94064
commit
a4d92c7ea4
@ -14,6 +14,7 @@
|
|||||||
[](https://pypistats.org/packages/pywxdump)
|
[](https://pypistats.org/packages/pywxdump)
|
||||||
[](https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE)
|
[](https://github.com/xaoyaoo/PyWxDump/blob/master/LICENSE)
|
||||||
|
|
||||||
|
V3.0.0 有很多bug,如果你有问题,请使用V2.4.71版本,或者等待V3.0.1版本(发现bug请提交issue)
|
||||||
|
|
||||||
* Welcome to provide more ideas or code to improve this project together.
|
* Welcome to provide more ideas or code to improve this project together.
|
||||||
|
|
||||||
|
@ -529,6 +529,8 @@ def export():
|
|||||||
end_time = request.json.get("end_time", 0)
|
end_time = request.json.get("end_time", 0)
|
||||||
chat_type = request.json.get("chat_type")
|
chat_type = request.json.get("chat_type")
|
||||||
username = request.json.get("username")
|
username = request.json.get("username")
|
||||||
|
|
||||||
|
|
||||||
wx_path = request.json.get("wx_path", read_session(g.sf, "wx_path"))
|
wx_path = request.json.get("wx_path", read_session(g.sf, "wx_path"))
|
||||||
key = request.json.get("key", read_session(g.sf, "key"))
|
key = request.json.get("key", read_session(g.sf, "key"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user