This commit is contained in:
邹宗楠
2023-01-29 16:12:49 +08:00
parent 10bfe1a6e1
commit d1871e6541
2 changed files with 5 additions and 1 deletions

View File

@@ -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 {