feat(app): update

This commit is contained in:
Yangtao
2025-11-19 10:23:05 +08:00
parent 7c0ad28e96
commit 337fbce076
62 changed files with 128 additions and 94 deletions

View File

@ -1,6 +1,6 @@
package response
import "servicebase/pkg/common/http/dto"
import "gitea.ddegame.cn/open/servicebase/pkg/common/http/dto"
type CommonResponse struct {
Code string
@ -15,7 +15,7 @@ type UserInfoResponse struct {
Msg string
}
//获取用户邀请汇总数据返回
// 获取用户邀请汇总数据返回
type UserInviteSummaryResponse struct {
Code string
Result dto.UserInviteSummaryDTO