eason.qian 7 years ago
parent 1e984e8e68
commit a887493153

@ -1,8 +1,5 @@
package au.com.royalpay.payment.manage.activities.monsettledelay.web;
import au.com.royalpay.payment.tools.CommonConsts;
import com.alibaba.fastjson.JSONObject;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
@ -12,7 +9,7 @@ import org.springframework.web.servlet.ModelAndView;
@RequestMapping("/act/mondelay")
public class ActMonDelaySettleController {
@RequestMapping(value = "/desc", method = RequestMethod.GET)
public ModelAndView encourageLogs(@ModelAttribute(CommonConsts.WECHATINFO) JSONObject wxUser) {
public ModelAndView encourageLogs() {
ModelAndView mav = new ModelAndView("activity/");
return mav;
}

Loading…
Cancel
Save