You've already forked FrameTour-BE
发起退款、审核退款
This commit is contained in:
@ -36,8 +36,8 @@ public class AppMemberController {
|
||||
@ApiOperation("登录")
|
||||
@PostMapping("/login")
|
||||
@IgnoreToken
|
||||
public ApiResponse<?> login(@RequestParam(value = "code", required = false) String code,
|
||||
@RequestParam(value = "userInfoDTO", required = false) WeChatUserInfoDTO userInfoDTO) throws Exception {
|
||||
public ApiResponse<?> login(@RequestParam(value = "code") String code,
|
||||
@RequestParam(value = "userInfoDTO") WeChatUserInfoDTO userInfoDTO) throws Exception {
|
||||
return memberService.login(code, userInfoDTO);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user