This commit is contained in:
邹宗楠
2022-12-12 11:07:39 +08:00
parent 4a2213c856
commit ff8e97bb97
2 changed files with 17 additions and 16 deletions

View File

@@ -430,7 +430,6 @@ func (c *ApiController) GetPrinterStatus(dataMap map[string]interface{}) (data,
} else {
return utils.Int2Str(status), errCode, err
}
return data, errCode, err
}
func getRealRemoteIP(r *http.Request) (ip string) {