Commit edcb8492 authored by 吴琼's avatar 吴琼

修改

parent 4d3aec0f
...@@ -272,7 +272,7 @@ public class UserRest { ...@@ -272,7 +272,7 @@ public class UserRest {
/** /**
*根据userId查询优惠券信息(详情) *根据userId查询优惠券信息(详情)
*/ */
@GetMapping(value = "/search/getUserCouponInfo") @RequestMapping(value = "/search/getUserCouponInfo")
public JsonResult getUserCouponInfo(UserQueryParam userQueryParam) { public JsonResult getUserCouponInfo(UserQueryParam userQueryParam) {
MoResult<String> result = userService.queryUserCouponInfoByUserParam(userQueryParam); MoResult<String> result = userService.queryUserCouponInfoByUserParam(userQueryParam);
if(!"0000".equals(result.getCode())){ if(!"0000".equals(result.getCode())){
......
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