1
This commit is contained in:
@@ -71,7 +71,7 @@ func (p *Print) GetPrinters(c *gin.Context) {
|
||||
}
|
||||
|
||||
controllers.CallFunc(c, func() (retVal interface{}, errCode string, err error) {
|
||||
retVal, err = printServer.GetPrinters(param.AppID, param.PrintNo, param.Name, param.Status, param.IsOnline, param.Offset, param.PageSize, tokenInfo.User.UserID)
|
||||
retVal, err = printServer.GetPrinters(param.AppID, param.PrintNo, param.Name, param.Status, param.IsOnline, param.Offset, param.PageSize, "")
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
@@ -122,7 +122,6 @@ type User struct {
|
||||
LastLoginType string `json:"last_login_type" db:"last_login_type"` // 最后登录类型
|
||||
OpenId string `json:"open_id" db:"open_id"` // 微信用户openId
|
||||
UnionId string `json:"union_id" db:"union_id"` // 微信用户Id
|
||||
|
||||
}
|
||||
|
||||
type Apps struct {
|
||||
|
||||
Reference in New Issue
Block a user