add oauth loginlog & fix bugs

This commit is contained in:
ljw
2024-09-19 10:44:49 +08:00
parent ebd1feb8d1
commit a4b413dadb
48 changed files with 3477 additions and 184 deletions
+2
View File
@@ -13,6 +13,8 @@ type Service struct {
*TagService
*PeerService
*GroupService
*OauthService
*LoginLogService
}
func New() *Service {