package com.matrix.system.shopXcx.api.action; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.RequestMapping; /** * @description 用户积分控制器 * @author jyy * @date 2019-08-09 15:10 */ @Controller @RequestMapping(value="/wxapi/shopScoreRecord") @CrossOrigin(origins = "*", maxAge = 3600) public class WxShopScoreAction { }