Commit 153b3c43 authored by hezhen's avatar hezhen

修改会员

parent c98dfa71
......@@ -80,8 +80,8 @@ public interface UserFeign {
* @return
* @throws Exception
*/
@RequestMapping(value = "/member/user/buyMember", method = RequestMethod.POST)
public int buyMember(
@RequestMapping(value = "/member/user/memberDays", method = RequestMethod.POST)
public int memberDays(
@RequestParam(value = "userId",defaultValue = "0")Integer userId,
@RequestParam(value = "days",defaultValue = "0")Integer days,
@RequestParam(value = "type",defaultValue = "1")Integer type
......
......@@ -42,8 +42,8 @@ public class UserMemberController {
* @return
* @throws Exception
*/
@RequestMapping(value = "/user/buyMember", method = RequestMethod.POST)
public int buyMember(
@RequestMapping(value = "/user/memberDays", method = RequestMethod.POST)
public int memberDays(
@RequestParam(value = "userId",defaultValue = "0")Integer userId,
@RequestParam(value = "days",defaultValue = "0")Integer days,
@RequestParam(value = "type",defaultValue = "1")Integer type
......
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