From 2dcecd6ff0a97ab44abc8d4de7cf6775c0576841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sun, 29 Jan 2023 16:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/enterprise_wechat/enterprise_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/enterprise_wechat/enterprise_test.go b/platformapi/enterprise_wechat/enterprise_test.go index e3dc6a05..fed76f52 100644 --- a/platformapi/enterprise_wechat/enterprise_test.go +++ b/platformapi/enterprise_wechat/enterprise_test.go @@ -105,7 +105,7 @@ func TestCreateSession(t *testing.T) { // 发送消息到企业微信 func TestSendMsg(t *testing.T) { msg := &EnterpriseSendMsgReq{ - Touser: "LiuLei", + Touser: "HeJiaMeng2", Toparty: "", Totag: "", Msgtype: "textcard", @@ -126,6 +126,6 @@ func TestSendMsg(t *testing.T) { // 获取员工信息 func TestGetUserId(t *testing.T) { - phone, err := api.GetUserIdByMobile("18981810340") + phone, err := api.GetUserIdByMobile("15928865396") globals.SugarLogger.Debugf("phone := %s,err :=%s", phone, err) }