This commit is contained in:
richboo111
2023-10-27 09:37:03 +08:00
parent 87fe500c3d
commit 3df472f708
4 changed files with 126 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ func SetPoiIMStatus(appPoiCode, vendorOrgCode string, imStatus int) error {
}
// MsgSend 向用户发送消息
func MsgSend(vendorOrgCode, msg string) error {
_, err := getAPI(vendorOrgCode, 0, "").MsgSend(msg)
return err
}
//func MsgSend(vendorOrgCode, msg string) error {
// _, err := getAPI(vendorOrgCode, 0, "").MsgSend(msg)
// return err
//}