first commit
This commit is contained in:
13
service/auth/model/request.go
Normal file
13
service/auth/model/request.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
import "mime/multipart"
|
||||
|
||||
type SignInRequest struct {
|
||||
AppId string `json:"appId" form:"appId"`
|
||||
ConfigFile *multipart.FileHeader `json:"-" form:"-"`
|
||||
}
|
||||
|
||||
type AuthRequest struct {
|
||||
AppId string `json:"appId"`
|
||||
Token string `json:"token"`
|
||||
}
|
||||
Reference in New Issue
Block a user