This commit is contained in:
parent
d4a5735d57
commit
07c934cadb
@ -9,6 +9,7 @@ class WechatLoginIn(Schema):
|
||||
class WechatLoginOut(Schema):
|
||||
access_token = String()
|
||||
refresh_token = String()
|
||||
nickname = String()
|
||||
|
||||
|
||||
class RefreshTokenIn(Schema):
|
||||
|
Loading…
Reference in New Issue
Block a user