提交 490f7329 authored 作者: Whispa's avatar Whispa

commit

上级 2b6705ca
...@@ -89,7 +89,7 @@ public class AuthController extends Controller { ...@@ -89,7 +89,7 @@ public class AuthController extends Controller {
userInfo.setToken(jwt); userInfo.setToken(jwt);
if( userInfo.hasFcm() ){ if( userInfo.hasFcm() ){
sendNotification(userInfo.getFcm(),"Welcome back",userInfo.display() + ", Welcome back and enjoy shopping "); sendNotification(userInfo.getFcm(),"Welcome ",userInfo.display() + ", Welcome and start shopping !!!");
} }
return new Result<>(userInfo); return new Result<>(userInfo);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论