Files
kami_gateway/internal/schema/request/accountInfo.go
2024-09-03 21:52:44 +08:00

7 lines
187 B
Go

package request
type ThirdPartyAccountInfo struct {
ScopeIdentifier string `json:"scopeIdentifier" valid:"AlphaNumeric;"`
TimeStamp int64 `json:"timeStamp" valid:"Required;"`
}