初始化
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package requests
|
||||
|
||||
type LoginRequest struct {
|
||||
Login // 登录
|
||||
}
|
||||
|
||||
// Login 登录
|
||||
type Login struct {
|
||||
OpenId string `json:"openid" form:"openid" label:"openid"`
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package requests
|
||||
|
||||
type Requests struct {
|
||||
}
|
||||
Reference in New Issue
Block a user