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:55 */ public class LinkProcess { public static Msg exec(Msg msg) { return null; } }