2023-11-08 21:53:07 +08:00

6 lines
105 B
Go

package systemApiStructs
type GetReferralCodeResp struct {
ReferralCode string `json:"referralCode"`
}