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