| | |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.service.ISiteBannerService; |
| | | import com.nq.service.ISiteInfoService; |
| | | import com.nq.service.ISitePayOptionService; |
| | | import com.nq.service.ISitePayService; |
| | | import com.nq.utils.http.HttpClientRequest; |
| | | import com.nq.utils.PropertiesUtil; |
| | |
| | | |
| | | @Autowired |
| | | ISitePayService iSitePayService; |
| | | |
| | | @Autowired |
| | | ISitePayOptionService iSitePayOptionService; |
| | | |
| | | //查询官网PC端交易 轮播图信息 |
| | | @RequestMapping({"getBannerByPlat.do"}) |
| | |
| | | return this.iSitePayService.getPayInfoById(payId); |
| | | } |
| | | |
| | | /** |
| | | * H5 查询支付设置(仅返回已开启的项,按排序;每项含 name、param,如 默认:0 支付1:1) |
| | | */ |
| | | @RequestMapping({"getPayOptionList.do"}) |
| | | @ResponseBody |
| | | public ServerResponse getPayOptionList() { |
| | | return this.iSitePayOptionService.listForH5(); |
| | | } |
| | | |
| | | //查询设置信息 |
| | | @RequestMapping({"getMan.do"}) |
| | | @ResponseBody |