1
This commit is contained in:
@@ -193,7 +193,7 @@ end:
|
||||
//添加打印机,一次最多50条
|
||||
func (c *ApiController) AddPrinter(dataMap map[string]interface{}) (data, errCode string, err error) {
|
||||
var (
|
||||
printers []*model.Printer
|
||||
printers []*model.AddPrinterParam
|
||||
printersStr string
|
||||
appID int
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user