增加报错的具体显示内容,方便调试

This commit is contained in:
xaoyaoo 2024-01-22 18:33:04 +08:00
parent 61047c1ac9
commit 1fb48c4431

View File

@ -37,7 +37,6 @@ def init():
wx_path = request.json.get("wx_path", "").strip()
key = request.json.get("key", "").strip()
my_wxid = request.json.get("my_wxid", "").strip()
raise Exception("test")
if key: # 如果key不为空表示是解密模式
if not wx_path:
return ReJson(1002)