style: 修改包名
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func Login(c *transfer.Login) error {
|
||||
func Login(c *srunTransfer.Login) error {
|
||||
util.Log.Demo = c.Demo
|
||||
util.Log.OutPut = c.OutPut
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
package transfer
|
||||
package srunTransfer
|
||||
|
||||
import "github.com/Mmx233/BitSrunLoginGo/models"
|
||||
|
||||
type LoginInfo struct {
|
||||
Form *models.LoginForm
|
||||
Meta *models.LoginMeta
|
||||
Form *srunModels.LoginForm
|
||||
Meta *srunModels.LoginMeta
|
||||
}
|
||||
|
||||
type Login struct {
|
||||
|
||||
Reference in New Issue
Block a user