feat(app): update
This commit is contained in:
7
pkg/dto/response/RefreshAccessTokenResponse.go
Normal file
7
pkg/dto/response/RefreshAccessTokenResponse.go
Normal file
@ -0,0 +1,7 @@
|
||||
package response
|
||||
|
||||
import "gitea.ddegame.cn/open/servicebase/pkg/dto"
|
||||
|
||||
type RefreshAccessTokenResponse struct {
|
||||
dto.AccessTokenDTO
|
||||
}
|
||||
Reference in New Issue
Block a user