支付宝登录

This commit is contained in:
Guoqs
2024-06-11 16:53:51 +08:00
parent d30be0215e
commit 0290db1914
2 changed files with 4 additions and 3 deletions

View File

@@ -139,12 +139,13 @@ public class MemberService {
}
/**
* 公共登注册方法
* 公共登注册方法
* @param phoneNumber 手机号
* @param firstLevelMerchantId 商户id
* @return token返给前端
*/
protected String memberRegisterAndLogin(String phoneNumber, String firstLevelMerchantId, String openId) {
log.info("公共登录注册方法, phoneNumber:{}, firstLevelMerchantId:{}, openId:{}", phoneNumber, firstLevelMerchantId, openId);
if (StringUtils.isBlank(phoneNumber)) {
throw new BusinessException(ReturnCodeEnum.CODE_GET_MOBILE_NUMBER_BY_CODE_ERROR);
}