@IocBean @At(value="/public/wx/wechat") public class WechatController extends Object
WechatController()
String
back(String wxid, String code, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpSession session)
oauth(String wxid, String goto_url, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpSession session)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WechatController()
@At(value="/?/oauth") @Ok(value="re") @Filters public String oauth(String wxid, @Param(value="goto_url",df="/public/wx/cms/channel") String goto_url, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpSession session) throws Exception
Exception
@At(value="/?/back") @Ok(value="re") @Filters public String back(String wxid, @Param(value="code") String code, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpSession session) throws Exception
Copyright © 2020. All rights reserved.