update 绑定鉴权卡

This commit is contained in:
Guoqs
2024-05-22 10:47:37 +08:00
parent 484dce8a66
commit e265e63c1e
3 changed files with 25 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ public class AuthCardController extends BaseController {
/**
* 用户绑定鉴权卡
* 用户绑定鉴权卡-小程序
* http://localhost:8080/uniapp/authCard/bindAuthCard
* @param dto
* @return

View File

@@ -143,7 +143,7 @@ public class MemberController extends BaseController {
String memberToken = memberService.wechatLogin(dto);
response = new RestApiResponse<>(ImmutableMap.of("memberToken", memberToken));
} catch (Exception e) {
logger.error("微信登录异常 param:{}", JSON.toJSONString(dto), e);
logger.error("支付宝登录异常 param:{}", JSON.toJSONString(dto), e);
response = new RestApiResponse<>(ReturnCodeEnum.CODE_WECHAT_LOGIN_ERROR);
}
return response;
@@ -393,7 +393,7 @@ public class MemberController extends BaseController {
/**
* 用户绑定鉴权卡接口
* 用户绑定鉴权卡接口-小程序
* http://localhost:8080/uniapp/member/memberBindingCard
*
* @param dto