H Vs пре 2 месеци
родитељ
комит
9763d633da
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      resources/login_resources.py

+ 1
- 1
resources/login_resources.py Прегледај датотеку

@@ -32,7 +32,7 @@ class LoginWxCaptchCodeResource(Resource):
token_id = req.get("token_id")
captch_code= req.get("captch_code")
res=self.wxchat.save_login_wx_captch_code_to_cache(token_id,captch_code)
return jsonify(res)
return jsonify({'message': '操作成功'})
class GetLoginWxQRCodeResource(Resource):
def __init__(self):


Loading…
Откажи
Сачувај