|
@@ -62,7 +62,7 @@ public class CouponController {
|
|
@RequestMapping(value = "/selectStaGrantCouponList", method = RequestMethod.GET)
|
|
@RequestMapping(value = "/selectStaGrantCouponList", method = RequestMethod.GET)
|
|
@Transactional
|
|
@Transactional
|
|
@ResponseBody
|
|
@ResponseBody
|
|
- @ApiOperation(value = "获取油站已发放的优惠券信息", httpMethod = "GET", notes = "获取油站已发放的优惠券信息")
|
|
|
|
|
|
+ //@ApiOperation(value = "获取油站已发放的优惠券信息", httpMethod = "GET", notes = "获取油站已发放的优惠券信息")
|
|
public String selectStaGrantCouponList(@ApiParam(value = "油站ID", required = true) @RequestParam Integer stationId,
|
|
public String selectStaGrantCouponList(@ApiParam(value = "油站ID", required = true) @RequestParam Integer stationId,
|
|
@ApiParam(value = "用户unionId", required = true) @RequestParam String unionId,
|
|
@ApiParam(value = "用户unionId", required = true) @RequestParam String unionId,
|
|
@ApiParam(value = "发放方式ID", required = true) @RequestParam String couponIssueId){
|
|
@ApiParam(value = "发放方式ID", required = true) @RequestParam String couponIssueId){
|