1
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
|
||||
// SendUserMessage 发送文本卡片
|
||||
func SendUserMessage(phone, title, description, url string) error {
|
||||
globals.SugarLogger.Debugf("=========================进来了")
|
||||
// 根据电话号码获取用户touserId
|
||||
enterpriseUserId, err := api.EnterpriseChatMin.GetUserIdByMobile(phone)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user