删除调试语句
This commit is contained in:
@@ -105,7 +105,7 @@ func TestCreateSession(t *testing.T) {
|
|||||||
// 发送消息到企业微信
|
// 发送消息到企业微信
|
||||||
func TestSendMsg(t *testing.T) {
|
func TestSendMsg(t *testing.T) {
|
||||||
msg := &EnterpriseSendMsgReq{
|
msg := &EnterpriseSendMsgReq{
|
||||||
Touser: "LiuLei",
|
Touser: "HeJiaMeng2",
|
||||||
Toparty: "",
|
Toparty: "",
|
||||||
Totag: "",
|
Totag: "",
|
||||||
Msgtype: "textcard",
|
Msgtype: "textcard",
|
||||||
@@ -126,6 +126,6 @@ func TestSendMsg(t *testing.T) {
|
|||||||
|
|
||||||
// 获取员工信息
|
// 获取员工信息
|
||||||
func TestGetUserId(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)
|
globals.SugarLogger.Debugf("phone := %s,err :=%s", phone, err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user