|
|
@@ -175,7 +175,7 @@ public class WxCUserBasicInfoController extends BaseController |
|
|
return new ResultData(Result.SUCCESS,"查询成功",info); |
|
|
return new ResultData(Result.SUCCESS,"查询成功",info); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ApiOperation("根据id查询接口") |
|
|
|
|
|
|
|
|
@ApiOperation("根据userId查询交易记录接口") |
|
|
@GetMapping("/findOrderCouponByUserId") |
|
|
@GetMapping("/findOrderCouponByUserId") |
|
|
@ApiImplicitParam(name="userId",value="userId",dataType="Long", paramType = "query",required=true) |
|
|
@ApiImplicitParam(name="userId",value="userId",dataType="Long", paramType = "query",required=true) |
|
|
public ResultData findOrderCouponByUserId(Long userId,Integer pageNum, Integer pageSize) { |
|
|
public ResultData findOrderCouponByUserId(Long userId,Integer pageNum, Integer pageSize) { |
|
|
|