-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.添加扫码登录方式; 3.已知bug,Release模式有时无法完全退出软件(状态栏不可见,任务管理器可见)。
- Loading branch information
Showing
16 changed files
with
1,692 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Namespace LoginUrlEntity | ||
Public Class Data | ||
|
||
''' <summary> | ||
''' | ||
''' </summary> | ||
''' <returns></returns> | ||
Public Property url As String | ||
|
||
''' <summary> | ||
''' | ||
''' </summary> | ||
''' <returns></returns> | ||
Public Property oauthKey As String | ||
|
||
End Class | ||
|
||
|
||
|
||
Public Class Root | ||
Inherits APIPostResponseBaseEntity.Root | ||
''' <summary> | ||
''' | ||
''' </summary> | ||
''' <returns></returns> | ||
Public Property status As String | ||
|
||
''' <summary> | ||
''' | ||
''' </summary> | ||
''' <returns></returns> | ||
Public Property ts As Integer | ||
|
||
''' <summary> | ||
''' | ||
''' </summary> | ||
''' <returns></returns> | ||
Public Property data As Data | ||
End Class | ||
End Namespace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.