1
This commit is contained in:
@@ -3,6 +3,7 @@ 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"
|
||||
@@ -155,6 +156,7 @@ func (p *Print) GetPrintIsUse(c *gin.Context) {
|
||||
result["isBind"] = have
|
||||
result["phone"] = phone
|
||||
retVal = result
|
||||
globals.SugarLogger.Debugf("=====%s", utils.Format4Output(result, false))
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user