修改订单,修改退款,修改用户基本信息
This commit is contained in:
parent
b471094fc5
commit
3d6689090c
@ -189,6 +189,7 @@ public class XhpcAppUserServiceImpl extends BaseService implements IXhpcAppUserU
|
|||||||
String phone = StringUtils.valueOf(map.get("phone"));
|
String phone = StringUtils.valueOf(map.get("phone"));
|
||||||
String type = StringUtils.valueOf(map.get("type"));
|
String type = StringUtils.valueOf(map.get("type"));
|
||||||
String tenantId = StringUtils.valueOf(map.get("tenantId"));
|
String tenantId = StringUtils.valueOf(map.get("tenantId"));
|
||||||
|
logger.info("<<<<<<<<<<code>>>>>>>>>>>>"+code);
|
||||||
if("18123374652".equals(phone) && "123456".equals(code)){
|
if("18123374652".equals(phone) && "123456".equals(code)){
|
||||||
if("1".equals(type)){
|
if("1".equals(type)){
|
||||||
return appLogin(phone, "1", "ot6ul4nlSC5ZZOC4rTLS5hedFTGk", tenantId);
|
return appLogin(phone, "1", "ot6ul4nlSC5ZZOC4rTLS5hedFTGk", tenantId);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user