1
This commit is contained in:
@@ -177,16 +177,16 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
|||||||
}
|
}
|
||||||
case "divider":
|
case "divider":
|
||||||
printMsg += userTempMap["divider"]
|
printMsg += userTempMap["divider"]
|
||||||
printValue = append(printValue, param[v])
|
//printValue = append(printValue, param[v])
|
||||||
case "storeName":
|
case "title":
|
||||||
printMsg += userTempMap["storeName"]
|
printMsg += userTempMap["title"]
|
||||||
printValue = append(printValue, param[v])
|
//printValue = append(printValue, param[v])
|
||||||
case "storeTel":
|
//case "storeTel":
|
||||||
printMsg += userTempMap["storeTel"]
|
// printMsg += userTempMap["storeTel"]
|
||||||
printValue = append(printValue, param[v])
|
// printValue = append(printValue, param[v])
|
||||||
case "officialName":
|
//case "officialName":
|
||||||
printMsg += userTempMap[v]
|
// printMsg += userTempMap[v]
|
||||||
printValue = append(printValue, param[v])
|
// printValue = append(printValue, param[v])
|
||||||
default:
|
default:
|
||||||
printMsg += userTempMap[v]
|
printMsg += userTempMap[v]
|
||||||
printValue = append(printValue, param[v])
|
printValue = append(printValue, param[v])
|
||||||
|
|||||||
Reference in New Issue
Block a user