Skip to content

Commit

Permalink
增加被动添加好友功能
Browse files Browse the repository at this point in the history
  • Loading branch information
yaphone committed Jun 28, 2017
1 parent 99e2fa3 commit bd94597
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions src/main/java/cn/zhouyafeng/itchat4j/api/MessageTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,9 @@ public static void webWxSendMsg(int msgType, String content, String toUserName)

/**
* 上传多媒体文件到 微信服务器,目前应该支持3种类型:
* <p>
* 1. pic 直接显示,包含图片,表情
* </p>
* <p>
* 2.video
* </p>
* <p>
* 3.doc 显示为文件,包含PDF等
* </p>
*
* @author https://github.com/yaphone
* @date 2017年5月7日 上午12:41:13
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/zhouyafeng/itchat4j/core/MsgCenter.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

import cn.zhouyafeng.itchat4j.api.MessageTools;
import cn.zhouyafeng.itchat4j.face.IMsgHandlerFace;
import cn.zhouyafeng.itchat4j.utils.MsgCodeEnum;
import cn.zhouyafeng.itchat4j.utils.MsgKeywords;
import cn.zhouyafeng.itchat4j.utils.enums.MsgCodeEnum;
import cn.zhouyafeng.itchat4j.utils.enums.MsgTypeEnum;
import cn.zhouyafeng.itchat4j.utils.tools.CommonTools;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.zhouyafeng.itchat4j.utils;
package cn.zhouyafeng.itchat4j.utils.enums;

/**
* 消息类型
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package cn.zhouyafeng.itchat4j.utils.enums;

import cn.zhouyafeng.itchat4j.utils.MsgCodeEnum;

/**
* 消息类型枚举类
Expand Down

0 comments on commit bd94597

Please sign in to comment.