添加上传媒体文件支持

This commit is contained in:
Daniel Qian
2014-08-23 12:04:29 +08:00
parent 639c925bf3
commit d61920f915
13 changed files with 204 additions and 20 deletions

View File

@ -1,6 +1,6 @@
package chanjarster.weixin.exception;
import chanjarster.weixin.bean.WxError;
import chanjarster.weixin.bean.result.WxError;
public class WxErrorException extends Exception {