1
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user