@ -334,7 +334,7 @@ func (n *normal) ToStruct(receiver interface{}) error {
//
// Date : 20:44 2023/8/15
func (n *normal) ToString() string {
mapData := n.GetAll()
mapData := n.GetAllForMapKeyString()
byteData, _ := json.Marshal(mapData)
return string(byteData)
}
The note is not visible to the blocked user.