da0c926a by 周伟奇

add login

1 parent 07546873
...@@ -57,6 +57,8 @@ class IWALoginView(IWABaseView, GenericView): ...@@ -57,6 +57,8 @@ class IWALoginView(IWABaseView, GenericView):
57 57
58 is_valid, data = self.validate(q_number) 58 is_valid, data = self.validate(q_number)
59 59
60 self.running_log.info('[users.iwalogin] [username: {0}] [params: {1}]'.format(q_number, request.data))
61
60 if is_valid: 62 if is_valid:
61 return response.ok(data=data) 63 return response.ok(data=data)
62 else: 64 else:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!