Commit 184db02f authored by hezhen's avatar hezhen

修改会员

parent 8d430582
...@@ -69,7 +69,7 @@ public interface UserFeign { ...@@ -69,7 +69,7 @@ public interface UserFeign {
* @return * @return
* @throws Exception * @throws Exception
*/ */
@RequestMapping(value = "/user/buyMember", method = RequestMethod.POST) @RequestMapping(value = "/member/user/buyMember", method = RequestMethod.POST)
public ObjectRestResponse buyMember(@RequestBody UserMemberDTO userMemberDTO) throws Exception; public ObjectRestResponse buyMember(@RequestBody UserMemberDTO userMemberDTO) throws Exception;
/** /**
...@@ -80,7 +80,7 @@ public interface UserFeign { ...@@ -80,7 +80,7 @@ public interface UserFeign {
* @return * @return
* @throws Exception * @throws Exception
*/ */
@RequestMapping(value = "/user/buyMember", method = RequestMethod.POST) @RequestMapping(value = "/member/user/buyMember", method = RequestMethod.POST)
public int buyMember( public int buyMember(
@RequestParam(value = "userId",defaultValue = "0")Integer userId, @RequestParam(value = "userId",defaultValue = "0")Integer userId,
@RequestParam(value = "days",defaultValue = "0")Integer days, @RequestParam(value = "days",defaultValue = "0")Integer days,
......
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