1
This commit is contained in:
@@ -58,7 +58,6 @@ func (a *API) MsgSend(pushContent string) (interface{}, error) {
|
||||
retVal, err := a.AccessAPI("ecommerce/IM/msgSend", false, map[string]interface{}{
|
||||
"push_content": pushContent,
|
||||
})
|
||||
//fmt.Println(retVal)
|
||||
return retVal, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user