Merge upstream/master into develop

This commit is contained in:
EUForest
2026-01-06 18:52:28 +08:00
5 changed files with 47 additions and 43 deletions
+1
View File
@@ -2651,6 +2651,7 @@ type User struct {
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
DeletedAt int64 `json:"deleted_at,omitempty"`
IsDel bool `json:"is_del,omitempty"`
}
type UserAffiliate struct {