修改订单,修改退款,修改用户基本信息

This commit is contained in:
yuyang 2022-02-10 14:59:36 +08:00
parent b471094fc5
commit 3d6689090c

View File

@ -189,6 +189,7 @@ public class XhpcAppUserServiceImpl extends BaseService implements IXhpcAppUserU
String phone = StringUtils.valueOf(map.get("phone"));
String type = StringUtils.valueOf(map.get("type"));
String tenantId = StringUtils.valueOf(map.get("tenantId"));
logger.info("<<<<<<<<<<code>>>>>>>>>>>>"+code);
if("18123374652".equals(phone) && "123456".equals(code)){
if("1".equals(type)){
return appLogin(phone, "1", "ot6ul4nlSC5ZZOC4rTLS5hedFTGk", tenantId);