Commit 81283058 authored by libin's avatar libin

营地

parent 416e02fc
......@@ -23,7 +23,7 @@ public interface ActivityFeign {
@ApiOperation("单个优惠卷信息")
@RequestMapping(value = "/info/{no}", method = RequestMethod.GET)
public UserCouponVo info(@PathVariable String no);
public UserCouponVo info(@PathVariable(value = "no") String no);
@ApiOperation("优惠卷使用")
@RequestMapping(value = "/use", method = RequestMethod.POST)
......
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