This commit is contained in:
邹宗楠
2022-10-19 17:38:14 +08:00
parent 8b9504ca7c
commit 472216fe50
2 changed files with 3 additions and 2 deletions

View File

@@ -155,9 +155,10 @@ func (p *Print) GetPrintIsUse(c *gin.Context) {
result := make(map[string]interface{}, 0)
result["isBind"] = have
result["phone"] = phone
result["err"] = err
retVal = result
globals.SugarLogger.Debugf("=====%s", utils.Format4Output(result, false))
return retVal, "", err
return retVal, "", nil
})
}