Commit 6e9d49e1 authored by hezhen's avatar hezhen

123

parent 416e02fc
...@@ -22,11 +22,11 @@ public interface ActivityFeign { ...@@ -22,11 +22,11 @@ public interface ActivityFeign {
public String led(@RequestParam(value = "userId") Integer userId); public String led(@RequestParam(value = "userId") Integer userId);
@ApiOperation("单个优惠卷信息") @ApiOperation("单个优惠卷信息")
@RequestMapping(value = "/info/{no}", method = RequestMethod.GET) @RequestMapping(value = "/user/info/{no}", method = RequestMethod.GET)
public UserCouponVo info(@PathVariable String no); public UserCouponVo info(@PathVariable String no);
@ApiOperation("优惠卷使用") @ApiOperation("优惠卷使用")
@RequestMapping(value = "/use", method = RequestMethod.POST) @RequestMapping(value = "/user/use", method = RequestMethod.POST)
public ObjectRestResponse use( public ObjectRestResponse use(
@RequestParam(value = "userId") Integer userId, @RequestParam(value = "userId") Integer userId,
@RequestParam(value = "TickerNo") String TickerNo, @RequestParam(value = "TickerNo") String TickerNo,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment