package net.tooan.ynpay.wechat.webapp.process; import net.tooan.ynpay.wechat.agent.model.Msg; /** * Created with IntelliJ IDEA. * User: Jing * Date: 13-10-20 * Time: 上午12:52 */ public class EventProcess { public static Msg exec(Msg msg) { return null; } }