mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
支付宝登录
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user