enterprise/server/api/corp_user.go

7 lines
112 B
Go

package api
type CorpLoginReq struct {
Username string `json:"username"`
Password string `json:"password"`
}