da0c926a by 周伟奇

add login

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