1
This commit is contained in:
@@ -39,7 +39,6 @@ func (a *Auth2Controller) Login(c *gin.Context) {
|
||||
}
|
||||
|
||||
controllers.CallFunc(c, func() (retVal interface{}, errCode string, err error) {
|
||||
globals.SugarLogger.Debugf("userParam =============params:%s", utils.Format4Output(params, false))
|
||||
user, err := service.WxLogin(c, params)
|
||||
if err != nil {
|
||||
return nil, "", err
|
||||
|
||||
@@ -3,7 +3,6 @@ package app
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-print/controllers"
|
||||
"git.rosy.net.cn/jx-print/globals"
|
||||
"git.rosy.net.cn/jx-print/model"
|
||||
@@ -157,7 +156,6 @@ func (p *Print) GetPrintIsUse(c *gin.Context) {
|
||||
result["phone"] = phone
|
||||
result["err"] = err
|
||||
retVal = result
|
||||
globals.SugarLogger.Debugf("=====%s", utils.Format4Output(result, false))
|
||||
return retVal, "", nil
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user