增加报错的具体显示内容,方便调试
This commit is contained in:
parent
61047c1ac9
commit
1fb48c4431
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user