Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0
| | |
| | | @Autowired |
| | | private IWorldCupPaymentService worldCupPaymentService; |
| | | |
| | | |
| | | /** |
| | | * 根据门店id获取门店关系数据 |
| | | * @param storeId |
| | | * @return |
| | | */ |
| | | @ResponseBody |
| | | @PostMapping("/worldCup/getWorldCupStoreListByStoreId") |
| | | public List<WorldCupStore> getWorldCupStoreListByStoreId(@RequestBody Integer storeId){ |
| | | return worldCupStoreService.list(new QueryWrapper<WorldCupStore>().eq("storeId", storeId)); |
| | | } |
| | | |
| | | |
| | | @ResponseBody |
| | |
| | | console.log(res) |
| | | if (oneId == "1"){ |
| | | res.innerHTML ="推荐像素:780x472px"; |
| | | }else if (oneId == "6" || oneId == "7") { |
| | | res.innerHTML ="推荐像素:宽780px,高不限制"; |
| | | } |
| | | else{ |
| | | res.innerHTML ="推荐像素:780x440px"; |